Skip to content

Commit 0fe7fc8

Browse files
Bump scancode version to v32.4.0 in setup.cfg
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 03cf4b5 commit 0fe7fc8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

setup-mini.cfg

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit-mini
3-
version = 32.3.3
3+
version = 32.4.0
44
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
@@ -49,8 +49,10 @@ license_files =
4949
CHANGELOG.rst
5050
CODE_OF_CONDUCT.rst
5151
cc-by-4.0.LICENSE
52+
README.rst
5253

5354
[options]
55+
python_requires = >=3.9
5456
package_dir =
5557
=src
5658
packages = find:
@@ -60,7 +62,6 @@ zip_safe = false
6062
py_modules =
6163
scancode_config
6264

63-
python_requires = >=3.9
6465

6566
install_requires =
6667
attrs >= 18.1,!=20.1.0;python_version<'3.11'
@@ -87,7 +88,7 @@ install_requires =
8788
jinja2 >= 2.7.0
8889
jsonstreams >= 0.5.0
8990
license_expression >= 30.4.1
90-
lxml >= 4.9.2
91+
lxml >= 5.4.0
9192
MarkupSafe >= 2.1.2
9293
packageurl_python >= 0.9.0
9394
packvers >= 21.0.0
@@ -126,20 +127,18 @@ full =
126127
typecode[full] >= 30.0.0
127128
extractcode[full] >= 31.0.0
128129

129-
testing =
130+
dev =
130131
pytest >= 6, != 7.0.0
131132
pytest-xdist >= 2
132133
aboutcode-toolkit >= 7.0.2
133-
pycodestyle >= 2.8.0
134134
twine
135135
black
136136
isort
137137
vendorize >= 0.3.0
138138
pytest-rerunfailures
139-
140-
docs =
141-
Sphinx == 5.1.0
142-
sphinx_rtd_theme >= 0.5.1
139+
ruff
140+
Sphinx>=5.0.2
141+
sphinx-rtd-theme>=1.0.0
143142
sphinx-reredirects >= 0.1.2
144143
doc8 >= 0.8.1
145144
sphinx-autobuild
@@ -161,6 +160,7 @@ console_scripts =
161160
scancode-license-data = licensedcode.license_db:dump_scancode_license_data
162161
regen-package-docs = packagedcode.regen_package_docs:regen_package_docs
163162
add-required-phrases = licensedcode.required_phrases:add_required_phrases
163+
gen-new-required-phrases-rules = licensedcode.required_phrases:gen_required_phrases_rules
164164

165165
# These are configurations for ScanCode plugins as setuptools entry points.
166166
# Each plugin entry hast this form:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit
3-
version = 32.3.3
3+
version = 32.4.0
44
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

0 commit comments

Comments
 (0)