From 6d4f59bb4a821d2dd537bdb847086402eda1a19f Mon Sep 17 00:00:00 2001 From: Ayan Sinha Mahapatra Date: Mon, 20 Jan 2025 10:31:53 +0100 Subject: [PATCH] Bump scancode-toolkit version to v32.3.2 Signed-off-by: Ayan Sinha Mahapatra --- setup-mini.cfg | 2 +- setup.cfg | 2 +- src/scancode_config.py | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/setup-mini.cfg b/setup-mini.cfg index bc522eb22d..79a2f3265b 100644 --- a/setup-mini.cfg +++ b/setup-mini.cfg @@ -1,6 +1,6 @@ [metadata] name = scancode-toolkit-mini -version = 32.3.1 +version = 32.3.2 license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft # description must be on ONE line https://github.com/pypa/setuptools/issues/1390 diff --git a/setup.cfg b/setup.cfg index acc535e550..d4f115c5f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = scancode-toolkit -version = 32.3.1 +version = 32.3.2 license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft # description must be on ONE line https://github.com/pypa/setuptools/issues/1390 diff --git a/src/scancode_config.py b/src/scancode_config.py index df5b596b4e..b63919af33 100644 --- a/src/scancode_config.py +++ b/src/scancode_config.py @@ -132,12 +132,12 @@ def _create_dir(location): # 4. hardcoded This is the default, fallback version in case package is not installed or we # do not have a proper version otherwise. if not __version__: - __version__ = '32.3.1' + __version__ = '32.3.2' ####################### # used to warn user when the version is out of date # this is (year, month, day) -__release_date__ = datetime.datetime(2025, 1, 6) +__release_date__ = datetime.datetime(2025, 1, 20) # See https://github.com/nexB/scancode-toolkit/issues/2653 for more information # on the data format version @@ -145,7 +145,7 @@ def _create_dir(location): # see https://github.com/spdx/tools-python/issues/820 # this is actually `3.25.0` -spdx_license_list_version = '3.25' +spdx_license_list_version = '3.26' ################################################################################ # USAGE MODE-, INSTALLATION- and IMPORT- and RUN-SPECIFIC DIRECTORIES