generated from aboutcode-org/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from nexB/v0.6.0
Prepare V0.6.0 Signed-off-by: Philippe Ombredanne <[email protected]>
- Loading branch information
Showing
12 changed files
with
34 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,26 @@ | ||
attrs==21.4.0 | ||
attrs==22.1.0 | ||
beautifulsoup4==4.11.1 | ||
certifi==2022.5.18.1 | ||
charset-normalizer==2.0.12 | ||
click==8.0.4 | ||
colorama==0.4.4 | ||
certifi==2022.6.15 | ||
charset-normalizer==2.1.0 | ||
click==8.1.3 | ||
colorama==0.4.5 | ||
commoncode==30.2.0 | ||
dparse2==0.6.1 | ||
idna==3.3 | ||
importlib-metadata==4.8.3 | ||
importlib-metadata==4.12.0 | ||
intbitset==3.0.1 | ||
packageurl-python==0.9.9 | ||
packageurl-python==0.10.0 | ||
packaging==21.3 | ||
pip-requirements-parser==31.2.0 | ||
pkginfo2==30.0.0 | ||
pyparsing==3.0.9 | ||
PyYAML==6.0 | ||
requests==2.27.1 | ||
requests==2.28.1 | ||
resolvelib==0.8.1 | ||
saneyaml==0.5.2 | ||
soupsieve==2.3.2.post1 | ||
text-unidecode==1.3 | ||
tinynetrc==1.3.1 | ||
toml==0.10.2 | ||
typing==3.6.6 | ||
typing_extensions==4.1.1 | ||
urllib3==1.26.9 | ||
zipp==3.6.0 | ||
urllib3==1.26.11 | ||
zipp==3.8.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = python-inspector | |
license = Apache-2.0 | ||
|
||
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390 | ||
description = python-inspector | ||
description = python-inspector is is a collection of utilities to collect PyPI package metadata and resolve packages dependencies. | ||
long_description = file:README.rst | ||
long_description_content_type = text/x-rst | ||
url = https://github.com/nexB/python-inspector | ||
|
@@ -12,7 +12,7 @@ author = nexB. Inc. and others | |
author_email = [email protected] | ||
|
||
classifiers = | ||
Development Status :: 5 - Production/Stable | ||
Development Status :: 4 - Beta | ||
Intended Audience :: Developers | ||
Programming Language :: Python :: 3 | ||
Programming Language :: Python :: 3 :: Only | ||
|
@@ -59,22 +59,22 @@ install_requires = | |
colorama >= 0.3.9 | ||
commoncode >= 30.0.0 | ||
dparse2 >= 0.6.1 | ||
importlib_metadata | ||
importlib_metadata >= 4.12.0 | ||
packageurl_python >= 0.9.0 | ||
pkginfo2 >= 30.0.0 | ||
pip-requirements-parser >= 31.2.0 | ||
requests >= 2.18.0 | ||
resolvelib | ||
resolvelib >= 0.8.1 | ||
saneyaml >= 0.5.2 | ||
tinynetrc | ||
tinynetrc >= 1.3.1 | ||
toml >= 0.10.0 | ||
|
||
[options.packages.find] | ||
where = src | ||
|
||
[options.entry_points] | ||
console_scripts = | ||
dad = python_inspector.resolve_cli:resolve_dependencies | ||
python-inspector = python_inspector.resolve_cli:resolve_dependencies | ||
|
||
[options.extras_require] | ||
testing = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters