generated from aboutcode-org/skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 24
Merge latest skeleton in python-inspector #119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 16 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
04a872c
Remove the thirdparty directory
chinyeungli 07cd736
Update the azure-piprlines
chinyeungli 509b032
Add missing os import in utils_requirements.py
JonoYang c6bba07
Reinstate Ubuntu 18 and drop Python 3.6 and 3.7
pombredanne bec5391
Merge pull request #68 from nexB/remove_thirdparty_and_update_ci
pombredanne 1bd7a2f
Replace packaging with packvers
swastkk 5be2690
Merge pull request #71 from swastkk/packvers-added
pombredanne 6f21d2b
Ignore egginfo
pombredanne f841c2f
Drop Python 3.7 add Python 3.11
pombredanne bd2a464
Clean .cache and .eggs
pombredanne 6270a88
Add COC to redistributed license-like files
pombredanne d3a19bd
Add new Makefile
pombredanne 91f5613
Align scripts with latest ScanCode Toolkit
pombredanne 1205bc0
Merge latest main branch
pombredanne 37d6d74
Aligning project with Template skeleton
swastkk 535fdf1
Align the project with latest skeleton.
swastkk 98fe24c
Mock the actual setup provider defined in setup.py
bennati 39692b2
Parse setup.py file with AST instead of using regex.
bennati f81111c
Add support for comments in netrc file
TG1999 f3bd5f0
Address review comments
TG1999 50fb768
Update test fixtures.
bennati 636bb5a
Run make valid.
bennati 9bdb540
Add CHANGELOG
TG1999 ed46103
Merge pull request #122 from nexB/ignore_comments_from_netrc
TG1999 919f930
Update tests with latest version 0.9.5
TG1999 c22ccf3
Merge pull request #126 from nexB/prepare_release_v0.9.5
TG1999 102ef9b
Merge pull request #120 from bennati/pr-116-2
pombredanne 8f890fb
Update dependency resolvelib to 1.0.0
bennati 6d46fbf
Fix tests
bennati 8b07900
Merge pull request #123 from bennati/update-resolvelib-dependency
pombredanne efbf02d
Bump version to 0.9.6 and add CHANGELOG
TG1999 271921d
Merge pull request #130 from nexB/prep_release_0.9.6
TG1999 00fdf84
Ignore egginfo
pombredanne 4160e3b
Drop Python 3.7 add Python 3.11
pombredanne c2bf00c
Add COC to redistributed license-like files
pombredanne 81c3a01
Align scripts with latest ScanCode Toolkit
pombredanne f909a7a
Add missing os import in utils_requirements.py
JonoYang c06c5a6
Reinstate Ubuntu 18 and drop Python 3.6 and 3.7
pombredanne 8cc02b4
Align the project with latest skeleton.
swastkk 5b49b25
Merge branch 'main' of https://github.com/swastkk/python-inspector
swastkk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
*.py[cod] | ||
|
||
# virtualenv and other misc bits | ||
/src/*.egg-info | ||
*.egg-info | ||
/dist | ||
/build | ||
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -8,4 +8,5 @@ pip | |
setuptools | ||
twine | ||
wheel | ||
build | ||
build | ||
packvers |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,27 @@ | ||
attrs==22.1.0 | ||
attrs==22.2.0 | ||
beautifulsoup4==4.11.1 | ||
certifi==2022.6.15 | ||
charset-normalizer==2.1.0 | ||
certifi==2022.12.7 | ||
charset-normalizer==3.0.1 | ||
click==8.1.3 | ||
colorama==0.4.5 | ||
commoncode==30.2.0 | ||
colorama==0.4.6 | ||
commoncode==31.0.0 | ||
dparse2==0.7.0 | ||
idna==3.3 | ||
importlib-metadata==4.12.0 | ||
idna==3.4 | ||
importlib-metadata==6.0.0 | ||
intbitset==3.0.2 | ||
packageurl-python==0.10.0 | ||
packageurl-python==0.10.4 | ||
packaging==21.3 | ||
packvers==21.5 | ||
pip-requirements-parser==32.0.1 | ||
pkginfo2==30.0.0 | ||
pyparsing==3.0.9 | ||
PyYAML==6.0 | ||
requests==2.28.1 | ||
resolvelib==0.8.1 | ||
saneyaml==0.5.2 | ||
requests==2.28.2 | ||
resolvelib==0.9.0 | ||
saneyaml==0.6.0 | ||
soupsieve==2.3.2.post1 | ||
text-unidecode==1.3 | ||
tinynetrc==1.3.1 | ||
toml==0.10.2 | ||
urllib3==1.26.11 | ||
zipp==3.8.1 | ||
urllib3==1.26.14 | ||
zipp==3.12.0 |
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.