Skip to content

Commit 22f7d5b

Browse files
committed
Bump requirements and prepare release
* bump dependencies requirements and pins * add proper description Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 25a1740 commit 22f7d5b

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

requirements.txt

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
1-
attrs==21.4.0
1+
attrs==22.1.0
22
beautifulsoup4==4.11.1
3-
certifi==2022.5.18.1
4-
charset-normalizer==2.0.12
5-
click==8.0.4
6-
colorama==0.4.4
3+
certifi==2022.6.15
4+
charset-normalizer==2.1.0
5+
click==8.1.3
6+
colorama==0.4.5
77
commoncode==30.2.0
88
dparse2==0.6.1
99
idna==3.3
10-
importlib-metadata==4.8.3
10+
importlib-metadata==4.12.0
1111
intbitset==3.0.1
12-
packageurl-python==0.9.9
12+
packageurl-python==0.10.0
1313
packaging==21.3
1414
pip-requirements-parser==31.2.0
1515
pkginfo2==30.0.0
1616
pyparsing==3.0.9
1717
PyYAML==6.0
18-
requests==2.27.1
18+
requests==2.28.1
1919
resolvelib==0.8.1
2020
saneyaml==0.5.2
2121
soupsieve==2.3.2.post1
2222
text-unidecode==1.3
23+
tinynetrc==1.3.1
2324
toml==0.10.2
24-
typing==3.6.6
25-
typing_extensions==4.1.1
26-
urllib3==1.26.9
27-
zipp==3.6.0
25+
urllib3==1.26.11
26+
zipp==3.8.1

setup.cfg

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = python-inspector
33
license = Apache-2.0
44

55
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
6-
description = python-inspector
6+
description = python-inspector is is a collection of utilities to collect PyPI package metadata and resolve packages dependencies.
77
long_description = file:README.rst
88
long_description_content_type = text/x-rst
99
url = https://github.com/nexB/python-inspector
@@ -12,7 +12,7 @@ author = nexB. Inc. and others
1212
author_email = info@aboutcode.org
1313

1414
classifiers =
15-
Development Status :: 5 - Production/Stable
15+
Development Status :: 4 - Beta
1616
Intended Audience :: Developers
1717
Programming Language :: Python :: 3
1818
Programming Language :: Python :: 3 :: Only
@@ -59,14 +59,14 @@ install_requires =
5959
colorama >= 0.3.9
6060
commoncode >= 30.0.0
6161
dparse2 >= 0.6.1
62-
importlib_metadata
62+
importlib_metadata >= 4.12.0
6363
packageurl_python >= 0.9.0
6464
pkginfo2 >= 30.0.0
6565
pip-requirements-parser >= 31.2.0
6666
requests >= 2.18.0
67-
resolvelib
67+
resolvelib >= 0.8.1
6868
saneyaml >= 0.5.2
69-
tinynetrc
69+
tinynetrc >= 1.3.1
7070
toml >= 0.10.0
7171

7272
[options.packages.find]
@@ -75,6 +75,7 @@ where = src
7575
[options.entry_points]
7676
console_scripts =
7777
dad = python_inspector.resolve_cli:resolve_dependencies
78+
python-inspector = python_inspector.resolve_cli:resolve_dependencies
7879

7980
[options.extras_require]
8081
testing =

0 commit comments

Comments
 (0)