Merge back commoncode with git history intact#5055
Open
AyanSinhaMahapatra wants to merge 555 commits into
Open
Merge back commoncode with git history intact#5055AyanSinhaMahapatra wants to merge 555 commits into
commoncode with git history intact#5055AyanSinhaMahapatra wants to merge 555 commits into
Conversation
It make Python2 crash Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
This is to plan use this in rubygems Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
OSError: [WinError 126] The specified module could not be found is returned on some but not all Windows test runs Such as : https://dev.azure.com/nexB/44deaec8-15bb-470e-b20f-1e2c33a64c65/_apis/build/builds/2564/logs/191 Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Steven Esser <sesser@nexb.com>
* Add missing dep `typing` Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* Test that resource_iter can follow symlinks Signed-off-by: Jono Yang <jyang@nexb.com>
* Test that resource_iter can follow symlinks Signed-off-by: Jono Yang <jyang@nexb.com>
Modify walk(), is_file(), and is_dir() to have the option to follow symlinks
Modify walk(), is_file(), and is_dir() to have the option to follow symlinks
Deprecated since Python version 3.1, removed in version 3.9 Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
…2.3.0 Release prep 32.3.0
Signed-off-by: Adrian Braemer <adrian.braemer@tngtech.com>
Signed-off-by: Adrian Braemer <adrian.braemer@tngtech.com>
From click 8.3.0 flag_value is set as a sentinel value UNSET instead of None, and since we maintain a PluggableCommanLineOption subclass, we need to maintain the same default values for an Option to avoid issues. Reference: https://github.com/pallets/click/releases/tag/8.3.0 Reference: aboutcode-org#4572 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Reference: aboutcode-org#4369 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Remove special file '6-FIFOTYPE' from types.tar to fix test failure as in py3.14 tarfiles extraction fails with tarfile.SpecialFileError for special files. Reference: aboutcode-org/commoncode#88 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
…or-hash fix: handle paths with non-utf-8 bytes
…or-hash fix: handle paths with non-utf-8 bytes
Fix click compatibility and update python support
Fix click compatibility and update python support
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
Update system.py for py314
Update system.py for py314
This is needed for python 3.14 support. Reference: aboutcode-org/commoncode#88 Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
This is needed for python 3.14 support. Reference: aboutcode-org/commoncode#88 Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
…ract Support setting the tarfile extract filter
…ract Support setting the tarfile extract filter
Signed-off-by: Jono Yang <jyang@nexb.com>
Add sunos and haiku
Signed-off-by: Jono Yang <jyang@nexb.com>
Add openbsd to os_arch()
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
b5e5212 to
da248c8
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Tasks
Run tests locally to check for errors.