fetchcode 0.5.1__tar.gz → 0.5.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fetchcode-0.5.1 → fetchcode-0.5.2}/CHANGELOG.rst +6 -3
- {fetchcode-0.5.1 → fetchcode-0.5.2}/NOTICE +1 -1
- {fetchcode-0.5.1 → fetchcode-0.5.2}/PKG-INFO +8 -8
- {fetchcode-0.5.1 → fetchcode-0.5.2}/README.rst +6 -6
- fetchcode-0.5.2/azure-pipelines.yml +54 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/configure +1 -1
- {fetchcode-0.5.1 → fetchcode-0.5.2}/configure.bat +1 -1
- {fetchcode-0.5.1 → fetchcode-0.5.2}/setup.cfg +1 -1
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/__init__.py +7 -5
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/package.py +41 -21
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/package_util.py +7 -4
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/package_versions.py +6 -4
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/packagedcode_models.py +16 -11
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/utils.py +3 -2
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/__init__.py +1 -1
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/git.py +1 -1
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode.egg-info/PKG-INFO +8 -8
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/regenerate_mock_data.py +198 -198
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/regenerate_mock_data.py +3 -2
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/regenerate_mock_data.py +5 -3
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/test_fetch.py +1 -1
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/test_package.py +45 -23
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/test_package_versions.py +5 -3
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/test_vcs.py +49 -24
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/test_vcs_git.py +14 -7
- fetchcode-0.5.1/azure-pipelines.yml +0 -64
- {fetchcode-0.5.1 → fetchcode-0.5.2}/.gitattributes +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/.github/workflows/docs-ci.yml +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/.github/workflows/pypi-release.yml +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/.gitignore +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/.readthedocs.yml +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/AUTHORS.rst +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/CODE_OF_CONDUCT.rst +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/MANIFEST.in +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/Makefile +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/apache-2.0.LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/docs/Makefile +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/docs/make.bat +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/docs/scripts/doc8_style_check.sh +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/docs/scripts/sphinx_build_link_check.sh +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/docs/source/_static/theme_overrides.css +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/docs/source/conf.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/docs/source/contribute/contrib_doc.rst +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/docs/source/index.rst +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/docs/source/skeleton-usage.rst +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/ci/azure-container-deb.yml +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/ci/azure-container-rpm.yml +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/ci/azure-posix.yml +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/ci/azure-win.yml +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/ci/install_sudo.sh +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/ci/macports-ci +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/ci/macports-ci.ABOUT +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/ci/mit.LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/README.rst +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/check_thirdparty.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/fetch_thirdparty.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/gen_pypi_simple.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/gen_pypi_simple.py.ABOUT +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/gen_pypi_simple.py.NOTICE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/gen_requirements.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/gen_requirements_dev.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/requirements.txt +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/test_utils_pip_compatibility_tags.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/test_utils_pip_compatibility_tags.py.ABOUT +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/test_utils_pypi_supported_tags.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/test_utils_pypi_supported_tags.py.ABOUT +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/utils_dejacode.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/utils_pip_compatibility_tags.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/utils_pip_compatibility_tags.py.ABOUT +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/utils_pypi_supported_tags.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/utils_pypi_supported_tags.py.ABOUT +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/utils_requirements.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/utils_thirdparty.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/etc/scripts/utils_thirdparty.py.ABOUT +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/pyproject.toml +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/requirements-dev.txt +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/requirements.txt +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/setup.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/apache-2.0.LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/bsd-new.LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/isc.LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/lgpl-2.1-plus.LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/mit.LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/__main__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/build_env.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/cache.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/cli/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/cli/autocompletion.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/cli/base_command.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/cli/cmdoptions.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/cli/command_context.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/cli/main.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/cli/main_parser.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/cli/parser.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/cli/progress_bars.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/cli/req_command.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/cli/spinners.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/cli/status_codes.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/commands/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/commands/cache.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/commands/check.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/commands/completion.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/commands/configuration.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/commands/debug.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/commands/download.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/commands/freeze.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/commands/hash.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/commands/help.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/commands/install.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/commands/list.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/commands/search.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/commands/show.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/commands/uninstall.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/commands/wheel.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/configuration.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/distributions/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/distributions/base.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/distributions/installed.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/distributions/sdist.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/distributions/wheel.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/exceptions.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/index/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/index/collector.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/index/package_finder.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/locations.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/main.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/models/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/models/candidate.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/models/direct_url.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/models/format_control.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/models/index.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/models/link.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/models/scheme.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/models/search_scope.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/models/selection_prefs.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/models/target_python.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/models/wheel.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/network/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/network/auth.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/network/cache.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/network/download.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/network/session.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/network/utils.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/network/xmlrpc.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/operations/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/operations/check.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/operations/freeze.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/operations/install/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/operations/install/editable_legacy.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/operations/install/legacy.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/operations/install/wheel.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/operations/prepare.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/pyproject.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/req/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/req/constructors.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/req/req_file.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/req/req_install.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/req/req_set.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/req/req_tracker.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/req/req_uninstall.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/resolution/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/resolution/base.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/resolution/legacy/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/resolution/legacy/resolver.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/resolution/resolvelib/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/resolution/resolvelib/base.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/resolution/resolvelib/candidates.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/resolution/resolvelib/factory.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/resolution/resolvelib/provider.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/resolution/resolvelib/requirements.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/resolution/resolvelib/resolver.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/self_outdated_check.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/appdirs.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/compat.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/compatibility_tags.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/deprecation.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/direct_url_helpers.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/distutils_args.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/encoding.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/entrypoints.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/filesystem.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/filetypes.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/glibc.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/hashes.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/inject_securetransport.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/logging.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/misc.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/models.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/packaging.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/pkg_resources.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/setuptools_build.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/subprocess.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/temp_dir.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/typing.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/unpacking.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/urls.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/virtualenv.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/utils/wheel.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/vcs/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/vcs/bazaar.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/vcs/git.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/vcs/mercurial.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/vcs/subversion.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/vcs/versioncontrol.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_internal/wheel_builder.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/README.rst +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/appdirs.LICENSE.txt +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/appdirs.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/cachecontrol/LICENSE.txt +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/cachecontrol/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/cachecontrol/_cmd.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/cachecontrol/adapter.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/cachecontrol/cache.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/cachecontrol/caches/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/cachecontrol/caches/file_cache.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/cachecontrol/caches/redis_cache.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/cachecontrol/compat.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/cachecontrol/controller.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/cachecontrol/filewrapper.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/cachecontrol/heuristics.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/cachecontrol/serialize.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/cachecontrol/wrapper.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/cachecontrol.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/certifi/LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/certifi/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/certifi/__main__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/certifi/cacert.pem +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/certifi/core.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/certifi.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/big5freq.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/big5prober.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/chardistribution.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/charsetgroupprober.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/charsetprober.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/cli/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/cli/chardetect.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/codingstatemachine.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/compat.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/cp949prober.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/enums.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/escprober.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/escsm.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/eucjpprober.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/euckrfreq.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/euckrprober.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/euctwfreq.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/euctwprober.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/gb2312freq.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/gb2312prober.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/hebrewprober.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/jisfreq.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/jpcntx.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/langbulgarianmodel.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/langcyrillicmodel.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/langgreekmodel.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/langhebrewmodel.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/langhungarianmodel.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/langthaimodel.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/langturkishmodel.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/latin1prober.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/mbcharsetprober.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/mbcsgroupprober.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/mbcssm.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/sbcharsetprober.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/sbcsgroupprober.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/sjisprober.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/universaldetector.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/utf8prober.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet/version.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/chardet.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/colorama/LICENSE.txt +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/colorama/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/colorama/ansi.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/colorama/ansitowin32.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/colorama/initialise.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/colorama/win32.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/colorama/winterm.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/colorama.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/contextlib2.LICENSE.txt +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/contextlib2.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/LICENSE.txt +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/_backport/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/_backport/misc.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/_backport/shutil.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/_backport/sysconfig.cfg +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/_backport/sysconfig.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/_backport/tarfile.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/compat.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/database.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/index.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/locators.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/manifest.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/markers.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/metadata.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/resources.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/scripts.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/t32.exe +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/t64.exe +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/util.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/version.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/w32.exe +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/w64.exe +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib/wheel.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distlib.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distro.LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distro.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/distro.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/_ihatexml.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/_inputstream.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/_tokenizer.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/_trie/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/_trie/_base.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/_trie/datrie.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/_trie/py.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/_utils.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/constants.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/filters/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/filters/alphabeticalattributes.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/filters/base.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/filters/inject_meta_charset.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/filters/lint.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/filters/optionaltags.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/filters/sanitizer.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/filters/whitespace.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/html5parser.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/serializer.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/treeadapters/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/treeadapters/genshi.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/treeadapters/sax.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/treebuilders/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/treebuilders/base.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/treebuilders/dom.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/treebuilders/etree.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/treebuilders/etree_lxml.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/treewalkers/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/treewalkers/base.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/treewalkers/dom.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/treewalkers/etree.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/treewalkers/etree_lxml.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib/treewalkers/genshi.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/html5lib.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/idna/LICENSE.rst +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/idna/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/idna/codec.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/idna/compat.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/idna/core.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/idna/idnadata.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/idna/intranges.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/idna/package_data.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/idna/uts46data.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/idna.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/ipaddress.LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/ipaddress.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/ipaddress.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/msgpack/COPYING +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/msgpack/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/msgpack/_version.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/msgpack/exceptions.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/msgpack/ext.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/msgpack/fallback.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/msgpack.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/packaging/LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/packaging/LICENSE.APACHE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/packaging/LICENSE.BSD +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/packaging/__about__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/packaging/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/packaging/_compat.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/packaging/_structures.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/packaging/_typing.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/packaging/markers.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/packaging/py.typed +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/packaging/requirements.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/packaging/specifiers.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/packaging/tags.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/packaging/utils.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/packaging/version.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/packaging.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pep517/LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pep517/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pep517/_in_process.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pep517/build.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pep517/check.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pep517/colorlog.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pep517/compat.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pep517/dirtools.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pep517/envbuild.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pep517/meta.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pep517/wrappers.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pep517.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pkg_resources/LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pkg_resources/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pkg_resources/py31compat.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pkg_resources.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/progress/LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/progress/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/progress/bar.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/progress/counter.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/progress/spinner.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/progress.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pyparsing.LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pyparsing.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/pyparsing.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/__version__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/_internal_utils.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/adapters.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/api.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/auth.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/certs.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/compat.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/cookies.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/exceptions.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/help.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/hooks.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/models.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/packages.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/sessions.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/status_codes.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/structures.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests/utils.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/requests.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/resolvelib/LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/resolvelib/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/resolvelib/providers.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/resolvelib/reporters.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/resolvelib/resolvers.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/resolvelib/structs.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/resolvelib.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/retrying.LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/retrying.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/retrying.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/six/__init__.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/six/moves/__init__.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/six/moves/configparser.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/six.LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/six.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/toml/LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/toml/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/toml/decoder.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/toml/encoder.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/toml/ordered.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/toml/tz.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/toml.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/toml.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/LICENSE.txt +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/_collections.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/connection.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/connectionpool.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/contrib/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/contrib/_appengine_environ.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/contrib/appengine.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/contrib/ntlmpool.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/contrib/pyopenssl.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/contrib/securetransport.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/contrib/socks.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/exceptions.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/fields.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/filepost.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/packages/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/packages/backports/makefile.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/packages/six.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/poolmanager.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/request.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/response.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/util/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/util/connection.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/util/queue.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/util/request.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/util/response.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/util/retry.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/util/ssl_.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/util/timeout.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/util/url.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3/util/wait.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/urllib3.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/vendor.txt +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/webencodings/LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/webencodings/__init__.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/webencodings/labels.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/webencodings/mklabels.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/webencodings/tests.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/webencodings/x_user_defined.py +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip/_vendor/webencodings.pyi +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip-AUTHORS.txt +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip.ABOUT +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/pip.LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode/vcs/python.LICENSE +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode.egg-info/SOURCES.txt +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode.egg-info/dependency_links.txt +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode.egg-info/not-zip-safe +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode.egg-info/requires.txt +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/src/fetchcode.egg-info/top_level.txt +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/bitbucket.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/bitbucket_mock_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/bitbucket_mock_release_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/cargo.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/cargo_mock_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/github.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/github_mock_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/github_mock_release_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/npm.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/npm_mock_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/barebox/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/barebox-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/busybox/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/busybox-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/bzip2/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/bzip2-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/dnsmasq/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/dnsmasq-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/dropbear/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/dropbear-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/0.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/1.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/10.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/11.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/12.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/13.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/14.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/15.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/16.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/17.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/18.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/19.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/2.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/20.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/21.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/22.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/23.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/24.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/25.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/26.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/27.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/28.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/29.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/3.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/30.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/31.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/32.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/33.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/34.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/35.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/36.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/37.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/38.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/39.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/4.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/40.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/41.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/42.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/43.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/44.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/45.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/46.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/5.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/6.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/7.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/8.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/9.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/e2fsprogs-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/ebtables/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/ebtables-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/hostapd/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/hostapd-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/ipkg-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/iproute2/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/iproute2-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/iptables/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/iptables-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/libnl/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/libnl-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/lighttpd/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/lighttpd-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/linux/0.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/linux/1.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/linux/10.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/linux/11.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/linux/12.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/linux/13.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/linux/14.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/linux/15.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/linux/2.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/linux/3.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/linux/4.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/linux/5.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/linux/6.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/linux/7.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/linux/8.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/linux/9.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/linux/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/linux-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/mtd-utils/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/mtd-utils-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/nftables/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/nftables-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/openssh/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/openssh-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/samba/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/samba-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/syslinux/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/syslinux-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/toybox/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/toybox-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/0.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/1.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/10.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/11.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/12.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/13.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/14.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/15.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/16.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/17.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/18.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/19.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/2.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/20.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/21.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/22.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/23.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/24.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/25.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/26.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/27.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/28.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/29.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/3.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/30.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/31.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/32.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/33.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/34.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/35.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/36.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/37.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/38.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/39.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/4.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/40.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/41.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/42.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/43.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/44.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/45.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/46.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/5.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/6.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/7.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/8.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/9.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/uclibc-ng-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/udhcp-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/0.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/1.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/10.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/11.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/12.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/13.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/14.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/15.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/16.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/17.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/18.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/19.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/2.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/20.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/21.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/22.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/23.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/24.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/25.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/26.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/27.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/3.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/4.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/5.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/6.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/7.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/8.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/9.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/util-linux-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/wpa_supplicant/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/generic/wpa_supplicant-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/gnu/glibc/index.html +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/dirlisting/gnu/glibc-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/avahi/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/avahi/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/avahi-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/bpftool/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/bpftool/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/bpftool-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/brotli/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/brotli/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/brotli-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/cpython/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/cpython/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/cpython/github_mock_data_2.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/cpython/github_mock_data_3.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/cpython/github_mock_data_4.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/cpython/github_mock_data_5.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/cpython/github_mock_data_6.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/cpython-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/dosfstools/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/dosfstools/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/dosfstools-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/erofs-utils/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/erofs-utils/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/erofs-utils-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/genext2fs/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/genext2fs/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/genext2fs-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/inotify-tools/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/inotify-tools/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/inotify-tools-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/llvm-project/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/llvm-project/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/llvm-project/github_mock_data_2.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/llvm-project/github_mock_data_3.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/llvm-project-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/minissdpd-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/miniupnp/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/miniupnp/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/miniupnpc-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/miniupnpd-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/nix/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/nix/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/nix/github_mock_data_2.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/nix-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/openssl/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/openssl/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/openssl/github_mock_data_2.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/openssl/github_mock_data_3.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/openssl/github_mock_data_4.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/openssl-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/pupnp/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/pupnp/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/pupnp-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/rpm/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/rpm/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/rpm/github_mock_data_2.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/rpm-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/shadow/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/shadow/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/shadow-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/sqlite/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/sqlite/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/sqlite/github_mock_data_2.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/sqlite-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/squashfs-tools/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/squashfs-tools/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/squashfs-tools-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/u-boot/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/u-boot/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/u-boot/github_mock_data_2.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/u-boot/github_mock_data_3.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/u-boot/github_mock_data_4.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/u-boot/github_mock_data_5.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/u-boot-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/wireless-tools/github_mock_data_0.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/wireless-tools/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package/github/wireless-tools-expected.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/cargo.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/cargo_mock_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/composer.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/composer_mock_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/conan.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/conan_mock_data.yml +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/deb.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/deb_mock_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/gem.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/gem_mock_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/github/github_mock_data_1.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/github/github_mock_data_2.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/github/github_mock_data_3.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/github/github_mock_data_4.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/github/github_mock_data_5.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/github/github_mock_data_6.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/github.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/github_mock_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/golang/golang_mock_meta_data.txt +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/golang/versions/golang_mock_v1.0.0_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/golang/versions/golang_mock_v1.1.0_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/golang/versions/golang_mock_v1.1.1_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/golang/versions/golang_mock_v1.2.0_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/golang/versions/golang_mock_v1.2.1_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/golang/versions/golang_mock_v1.3.0_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/golang.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/hex.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/hex_mock_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/launchpad.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/launchpad_mock_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/maven.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/maven_mock_data.xml +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/npm.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/npm_mock_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/nuget.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/nuget_mock_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/pypi.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/package_versions/pypi_mock_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/pypi.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/pypi_mock_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/rubygems.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/data/rubygems_mock_data.json +0 -0
- {fetchcode-0.5.1 → fetchcode-0.5.2}/tests/test_skeleton_codestyle.py +0 -0
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
+
v0.5.2
|
|
5
|
+
------
|
|
6
|
+
- Update link references of ownership from nexB to aboutcode-org
|
|
7
|
+
|
|
4
8
|
|
|
5
9
|
v0.5.1
|
|
6
10
|
-------
|
|
@@ -9,7 +13,7 @@ v0.5.1
|
|
|
9
13
|
|
|
10
14
|
v0.5.0
|
|
11
15
|
-------
|
|
12
|
-
- FetchCode now supports retrieving package info for following generic packages:
|
|
16
|
+
- FetchCode now supports retrieving package info for following generic packages:
|
|
13
17
|
* pkg:generic/linux
|
|
14
18
|
* pkg:generic/mtd-utils
|
|
15
19
|
* pkg:generic/barebox
|
|
@@ -42,7 +46,7 @@ v0.5.0
|
|
|
42
46
|
|
|
43
47
|
v0.4.0
|
|
44
48
|
-------
|
|
45
|
-
- FetchCode now supports retrieving package info for following generic packages:
|
|
49
|
+
- FetchCode now supports retrieving package info for following generic packages:
|
|
46
50
|
``busybox``, ``bzip2``, ``dnsmasq``, ``dropbear``, ``ebtables``, ``hostapd``, ``ipkg``,
|
|
47
51
|
``iproute2``, ``iptables``, ``libnl``, ``lighttpd``, ``nftables``, ``openssh``, ``samba``,
|
|
48
52
|
``syslinux``, ``toybox``, ``uclibc``, ``uclibc-ng``, ``util-linux`` and ``wpa_supplicant``.
|
|
@@ -63,4 +67,3 @@ v0.1.0
|
|
|
63
67
|
---------
|
|
64
68
|
|
|
65
69
|
First, initial release.
|
|
66
|
-
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Copyright (c) nexB Inc. and others.
|
|
3
3
|
# SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
#
|
|
5
|
-
# Visit https://aboutcode.org and https://github.com/
|
|
5
|
+
# Visit https://aboutcode.org and https://github.com/aboutcode-org/ for support and download.
|
|
6
6
|
# ScanCode is a trademark of nexB Inc.
|
|
7
7
|
#
|
|
8
8
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fetchcode
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
4
4
|
Summary: fetchcode is a library to reliably fetch code via HTTP, FTP and version control systems.
|
|
5
|
-
Home-page: https://github.com/
|
|
5
|
+
Home-page: https://github.com/aboutcode-org/fetchcode
|
|
6
6
|
Author: nexB. Inc. and others
|
|
7
7
|
Author-email: info@aboutcode.org
|
|
8
8
|
License: Apache-2.0
|
|
@@ -55,7 +55,7 @@ systems. It can work using plain HTTP and FTP URLs, as well as
|
|
|
55
55
|
as used in Python pip and as specified in `SPDX Package Download Location
|
|
56
56
|
<https://spdx.github.io/spdx-spec/3-package-information/#37-package-download-location>`_
|
|
57
57
|
|
|
58
|
-
Homepage and support: https://github.com/
|
|
58
|
+
Homepage and support: https://github.com/aboutcode-org/fetchcode
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
Why FetchCode?
|
|
@@ -72,11 +72,11 @@ Development installation
|
|
|
72
72
|
|
|
73
73
|
Clone the repo::
|
|
74
74
|
|
|
75
|
-
git clone https://github.com/
|
|
75
|
+
git clone https://github.com/aboutcode-org/fetchcode
|
|
76
76
|
|
|
77
|
-
Then install all the requirements using::
|
|
77
|
+
Then install all the requirements using this command (on POSIX)::
|
|
78
78
|
|
|
79
|
-
configure --dev
|
|
79
|
+
./configure --dev
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
Running tests
|
|
@@ -93,13 +93,13 @@ Usage
|
|
|
93
93
|
Fetch a code archive and get a ``fetchcode.fetch.Response`` object back::
|
|
94
94
|
|
|
95
95
|
>>> from fetchcode import fetch
|
|
96
|
-
>>> f = fetch('https://github.com/
|
|
96
|
+
>>> f = fetch('https://github.com/aboutcode-org/fetchcode/archive/ab65b2e645c889887227ea49eb3332d885fd0a54.zip')
|
|
97
97
|
>>> f.location
|
|
98
98
|
'/tmp/tmp_cm02xsg'
|
|
99
99
|
>>> f.content_type
|
|
100
100
|
'application/zip'
|
|
101
101
|
>>> f.url
|
|
102
|
-
'https://github.com/
|
|
102
|
+
'https://github.com/aboutcode-org/fetchcode/archive/ab65b2e645c889887227ea49eb3332d885fd0a54.zip'
|
|
103
103
|
|
|
104
104
|
Fetch some package metadata and get a ``fetchcode.packagedcode_models.Package`` object back::
|
|
105
105
|
|
|
@@ -7,7 +7,7 @@ systems. It can work using plain HTTP and FTP URLs, as well as
|
|
|
7
7
|
as used in Python pip and as specified in `SPDX Package Download Location
|
|
8
8
|
<https://spdx.github.io/spdx-spec/3-package-information/#37-package-download-location>`_
|
|
9
9
|
|
|
10
|
-
Homepage and support: https://github.com/
|
|
10
|
+
Homepage and support: https://github.com/aboutcode-org/fetchcode
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
Why FetchCode?
|
|
@@ -24,11 +24,11 @@ Development installation
|
|
|
24
24
|
|
|
25
25
|
Clone the repo::
|
|
26
26
|
|
|
27
|
-
git clone https://github.com/
|
|
27
|
+
git clone https://github.com/aboutcode-org/fetchcode
|
|
28
28
|
|
|
29
|
-
Then install all the requirements using::
|
|
29
|
+
Then install all the requirements using this command (on POSIX)::
|
|
30
30
|
|
|
31
|
-
configure --dev
|
|
31
|
+
./configure --dev
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
Running tests
|
|
@@ -45,13 +45,13 @@ Usage
|
|
|
45
45
|
Fetch a code archive and get a ``fetchcode.fetch.Response`` object back::
|
|
46
46
|
|
|
47
47
|
>>> from fetchcode import fetch
|
|
48
|
-
>>> f = fetch('https://github.com/
|
|
48
|
+
>>> f = fetch('https://github.com/aboutcode-org/fetchcode/archive/ab65b2e645c889887227ea49eb3332d885fd0a54.zip')
|
|
49
49
|
>>> f.location
|
|
50
50
|
'/tmp/tmp_cm02xsg'
|
|
51
51
|
>>> f.content_type
|
|
52
52
|
'application/zip'
|
|
53
53
|
>>> f.url
|
|
54
|
-
'https://github.com/
|
|
54
|
+
'https://github.com/aboutcode-org/fetchcode/archive/ab65b2e645c889887227ea49eb3332d885fd0a54.zip'
|
|
55
55
|
|
|
56
56
|
Fetch some package metadata and get a ``fetchcode.packagedcode_models.Package`` object back::
|
|
57
57
|
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
################################################################################
|
|
2
|
+
# We use Azure to run the full tests suites on multiple Python 3.x
|
|
3
|
+
# on multiple Windows, macOS and Linux versions all on 64 bits
|
|
4
|
+
# These jobs are using VMs with Azure-provided Python builds
|
|
5
|
+
################################################################################
|
|
6
|
+
|
|
7
|
+
jobs:
|
|
8
|
+
- template: etc/ci/azure-posix.yml
|
|
9
|
+
parameters:
|
|
10
|
+
job_name: ubuntu20_cpython
|
|
11
|
+
image_name: ubuntu-20.04
|
|
12
|
+
python_versions: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
|
13
|
+
test_suites:
|
|
14
|
+
all: venv/bin/pytest -n 2 -vvs
|
|
15
|
+
|
|
16
|
+
- template: etc/ci/azure-posix.yml
|
|
17
|
+
parameters:
|
|
18
|
+
job_name: ubuntu22_cpython
|
|
19
|
+
image_name: ubuntu-22.04
|
|
20
|
+
python_versions: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
|
21
|
+
test_suites:
|
|
22
|
+
all: venv/bin/pytest -n 2 -vvs
|
|
23
|
+
|
|
24
|
+
- template: etc/ci/azure-posix.yml
|
|
25
|
+
parameters:
|
|
26
|
+
job_name: macos12_cpython
|
|
27
|
+
image_name: macOS-12
|
|
28
|
+
python_versions: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
|
29
|
+
test_suites:
|
|
30
|
+
all: venv/bin/pytest -n 2 -vvs
|
|
31
|
+
|
|
32
|
+
- template: etc/ci/azure-posix.yml
|
|
33
|
+
parameters:
|
|
34
|
+
job_name: macos13_cpython
|
|
35
|
+
image_name: macOS-13
|
|
36
|
+
python_versions: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
|
37
|
+
test_suites:
|
|
38
|
+
all: venv/bin/pytest -n 2 -vvs
|
|
39
|
+
|
|
40
|
+
- template: etc/ci/azure-win.yml
|
|
41
|
+
parameters:
|
|
42
|
+
job_name: win2019_cpython
|
|
43
|
+
image_name: windows-2019
|
|
44
|
+
python_versions: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
|
45
|
+
test_suites:
|
|
46
|
+
all: venv\Scripts\pytest -n 2 -vvs
|
|
47
|
+
|
|
48
|
+
- template: etc/ci/azure-win.yml
|
|
49
|
+
parameters:
|
|
50
|
+
job_name: win2022_cpython
|
|
51
|
+
image_name: windows-2022
|
|
52
|
+
python_versions: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
|
53
|
+
test_suites:
|
|
54
|
+
all: venv\Scripts\pytest -n 2 -vvs
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# Copyright (c) nexB Inc. and others. All rights reserved.
|
|
4
4
|
# SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
|
|
6
|
-
# See https://github.com/
|
|
6
|
+
# See https://github.com/aboutcode-org/ for support or download.
|
|
7
7
|
# See https://aboutcode.org for more information about nexB OSS projects.
|
|
8
8
|
#
|
|
9
9
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
@rem Copyright (c) nexB Inc. and others. All rights reserved.
|
|
5
5
|
@rem SPDX-License-Identifier: Apache-2.0
|
|
6
6
|
@rem See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
|
|
7
|
-
@rem See https://github.com/
|
|
7
|
+
@rem See https://github.com/aboutcode-org/ for support or download.
|
|
8
8
|
@rem See https://aboutcode.org for more information about nexB OSS projects.
|
|
9
9
|
|
|
10
10
|
|
|
@@ -4,7 +4,7 @@ license = Apache-2.0
|
|
|
4
4
|
description = fetchcode is a library to reliably fetch code via HTTP, FTP and version control systems.
|
|
5
5
|
long_description = file:README.rst
|
|
6
6
|
long_description_content_type = text/x-rst
|
|
7
|
-
url = https://github.com/
|
|
7
|
+
url = https://github.com/aboutcode-org/fetchcode
|
|
8
8
|
author = nexB. Inc. and others
|
|
9
9
|
author_email = info@aboutcode.org
|
|
10
10
|
classifiers =
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# fetchcode is a free software tool from nexB Inc. and others.
|
|
2
|
-
# Visit https://github.com/
|
|
2
|
+
# Visit https://github.com/aboutcode-org/fetchcode for support and download.
|
|
3
3
|
#
|
|
4
4
|
# Copyright (c) nexB Inc. and others. All rights reserved.
|
|
5
5
|
# http://nexb.com and http://aboutcode.org
|
|
@@ -41,7 +41,7 @@ class Response:
|
|
|
41
41
|
def fetch_http(url, location):
|
|
42
42
|
"""
|
|
43
43
|
Return a `Response` object built from fetching the content at a HTTP/HTTPS based `url` URL string
|
|
44
|
-
saving the content in a file at `location`
|
|
44
|
+
saving the content in a file at `location`
|
|
45
45
|
"""
|
|
46
46
|
r = requests.get(url)
|
|
47
47
|
with open(location, 'wb') as f:
|
|
@@ -51,7 +51,8 @@ def fetch_http(url, location):
|
|
|
51
51
|
size = r.headers.get('content-length')
|
|
52
52
|
size = int(size) if size else None
|
|
53
53
|
|
|
54
|
-
resp = Response(location=location,
|
|
54
|
+
resp = Response(location=location,
|
|
55
|
+
content_type=content_type, size=size, url=url)
|
|
55
56
|
|
|
56
57
|
return resp
|
|
57
58
|
|
|
@@ -59,7 +60,7 @@ def fetch_http(url, location):
|
|
|
59
60
|
def fetch_ftp(url, location):
|
|
60
61
|
"""
|
|
61
62
|
Return a `Response` object built from fetching the content at a FTP based `url` URL string
|
|
62
|
-
saving the content in a file at `location`
|
|
63
|
+
saving the content in a file at `location`
|
|
63
64
|
"""
|
|
64
65
|
url_parts = urlparse(url)
|
|
65
66
|
|
|
@@ -84,7 +85,8 @@ def fetch_ftp(url, location):
|
|
|
84
85
|
ftp.retrbinary(file, f.write)
|
|
85
86
|
ftp.close()
|
|
86
87
|
|
|
87
|
-
resp = Response(location=location,
|
|
88
|
+
resp = Response(location=location,
|
|
89
|
+
content_type=content_type, size=size, url=url)
|
|
88
90
|
return resp
|
|
89
91
|
|
|
90
92
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# fetchcode is a free software tool from nexB Inc. and others.
|
|
2
|
-
# Visit https://github.com/
|
|
2
|
+
# Visit https://github.com/aboutcode-org/fetchcode for support and download.
|
|
3
3
|
#
|
|
4
4
|
# Copyright (c) nexB Inc. and others. All rights reserved.
|
|
5
5
|
# http://nexb.com and http://aboutcode.org
|
|
@@ -92,7 +92,8 @@ def get_cargo_data_from_purl(purl):
|
|
|
92
92
|
)
|
|
93
93
|
versions = response.get("versions", [])
|
|
94
94
|
for version in versions:
|
|
95
|
-
version_purl = PackageURL(
|
|
95
|
+
version_purl = PackageURL(
|
|
96
|
+
type=purl.type, name=name, version=version.get("num"))
|
|
96
97
|
dl_path = version.get("dl_path")
|
|
97
98
|
if dl_path:
|
|
98
99
|
download_url = f"{base_url}/{dl_path}"
|
|
@@ -355,7 +356,8 @@ def get_gnu_data_from_purl(purl):
|
|
|
355
356
|
purl = PackageURL.from_string(purl)
|
|
356
357
|
source_archive_url = f"https://ftp.gnu.org/pub/gnu/{purl.name}/"
|
|
357
358
|
version_regex_template = r"^({}-)(?P<version>[\w.-]*)(.tar.gz)$"
|
|
358
|
-
version_regex = re.compile(
|
|
359
|
+
version_regex = re.compile(
|
|
360
|
+
version_regex_template.format(re.escape(purl.name)))
|
|
359
361
|
|
|
360
362
|
yield from extract_packages_from_listing(
|
|
361
363
|
purl, source_archive_url, version_regex, []
|
|
@@ -427,7 +429,8 @@ class UdhcpDirectoryListedSource(DirectoryListedSource):
|
|
|
427
429
|
|
|
428
430
|
else:
|
|
429
431
|
for version, data in UDHCP_RELEASES.items():
|
|
430
|
-
purl = PackageURL(
|
|
432
|
+
purl = PackageURL(
|
|
433
|
+
type="generic", name="udhcp", version=version)
|
|
431
434
|
yield Package(
|
|
432
435
|
homepage_url=cls.source_url,
|
|
433
436
|
download_url=data["url"],
|
|
@@ -481,7 +484,8 @@ class UtilLinuxDirectoryListedSource(DirectoryListedSource):
|
|
|
481
484
|
class BusyBoxDirectoryListedSource(DirectoryListedSource):
|
|
482
485
|
source_url = "https://www.busybox.net/downloads/"
|
|
483
486
|
# Source archive ex: busybox-1.2.3.tar.bz2
|
|
484
|
-
source_archive_regex = re.compile(
|
|
487
|
+
source_archive_regex = re.compile(
|
|
488
|
+
r"^(busybox-)(?P<version>[\w.-]*)(.tar.bz2)$")
|
|
485
489
|
is_nested = False
|
|
486
490
|
ignored_files_and_dir = []
|
|
487
491
|
|
|
@@ -489,7 +493,8 @@ class BusyBoxDirectoryListedSource(DirectoryListedSource):
|
|
|
489
493
|
class UclibcDirectoryListedSource(DirectoryListedSource):
|
|
490
494
|
source_url = "https://www.uclibc.org/downloads/"
|
|
491
495
|
# Source archive ex: uClibc-1.2.3.tar.gz
|
|
492
|
-
source_archive_regex = re.compile(
|
|
496
|
+
source_archive_regex = re.compile(
|
|
497
|
+
r"^(uClibc-)(?P<version>[\w.-]*)(.tar.gz)$")
|
|
493
498
|
is_nested = False
|
|
494
499
|
ignored_files_and_dir = []
|
|
495
500
|
|
|
@@ -497,7 +502,8 @@ class UclibcDirectoryListedSource(DirectoryListedSource):
|
|
|
497
502
|
class UclibcNGDirectoryListedSource(DirectoryListedSource):
|
|
498
503
|
source_url = "https://downloads.uclibc-ng.org/releases/"
|
|
499
504
|
# Source archive ex: uClibc-ng-1.2.3.tar.gz
|
|
500
|
-
source_archive_regex = re.compile(
|
|
505
|
+
source_archive_regex = re.compile(
|
|
506
|
+
r"^(uClibc-ng-)(?P<version>[\w.-]*)(.tar.gz)$")
|
|
501
507
|
is_nested = True
|
|
502
508
|
ignored_files_and_dir = []
|
|
503
509
|
|
|
@@ -505,7 +511,8 @@ class UclibcNGDirectoryListedSource(DirectoryListedSource):
|
|
|
505
511
|
class Bzip2DirectoryListedSource(DirectoryListedSource):
|
|
506
512
|
source_url = "https://sourceware.org/pub/bzip2/"
|
|
507
513
|
# Source archive ex: bzip2-1.2.3.tar.gz
|
|
508
|
-
source_archive_regex = re.compile(
|
|
514
|
+
source_archive_regex = re.compile(
|
|
515
|
+
r"^(bzip2-)(?P<version>[\w.-]*)(.tar.gz)$")
|
|
509
516
|
is_nested = False
|
|
510
517
|
ignored_files_and_dir = []
|
|
511
518
|
|
|
@@ -513,7 +520,8 @@ class Bzip2DirectoryListedSource(DirectoryListedSource):
|
|
|
513
520
|
class OpenSSHDirectoryListedSource(DirectoryListedSource):
|
|
514
521
|
source_url = "https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/"
|
|
515
522
|
# Source archive ex: openssh-1.2.3.tar.gz
|
|
516
|
-
source_archive_regex = re.compile(
|
|
523
|
+
source_archive_regex = re.compile(
|
|
524
|
+
r"^(openssh-)(?P<version>[\w.-]*)(.tgz|.tar.gz)$")
|
|
517
525
|
is_nested = False
|
|
518
526
|
ignored_files_and_dir = []
|
|
519
527
|
|
|
@@ -531,7 +539,8 @@ class DnsmasqDirectoryListedSource(DirectoryListedSource):
|
|
|
531
539
|
class EbtablesDirectoryListedSource(DirectoryListedSource):
|
|
532
540
|
source_url = "https://www.netfilter.org/pub/ebtables/"
|
|
533
541
|
# Source archive ex: ebtables-1.2.3.tar.gz
|
|
534
|
-
source_archive_regex = re.compile(
|
|
542
|
+
source_archive_regex = re.compile(
|
|
543
|
+
r"^(ebtables-)(?P<version>[\w.-]*)(.tar.gz)$")
|
|
535
544
|
is_nested = False
|
|
536
545
|
ignored_files_and_dir = []
|
|
537
546
|
|
|
@@ -539,7 +548,8 @@ class EbtablesDirectoryListedSource(DirectoryListedSource):
|
|
|
539
548
|
class HostapdDirectoryListedSource(DirectoryListedSource):
|
|
540
549
|
source_url = "https://w1.fi/releases/"
|
|
541
550
|
# Source archive ex: hostapd-1.2.3.tar.gz
|
|
542
|
-
source_archive_regex = re.compile(
|
|
551
|
+
source_archive_regex = re.compile(
|
|
552
|
+
r"^(hostapd-)(?P<version>[\w.-]*)(.tar.gz)$")
|
|
543
553
|
is_nested = False
|
|
544
554
|
ignored_files_and_dir = []
|
|
545
555
|
|
|
@@ -557,7 +567,8 @@ class Iproute2DirectoryListedSource(DirectoryListedSource):
|
|
|
557
567
|
class IptablesDirectoryListedSource(DirectoryListedSource):
|
|
558
568
|
source_url = "https://www.netfilter.org/pub/iptables/"
|
|
559
569
|
# Source archive ex: iptables-1.2.3.tar.bz2
|
|
560
|
-
source_archive_regex = re.compile(
|
|
570
|
+
source_archive_regex = re.compile(
|
|
571
|
+
r"^(iptables-)(?P<version>[\w.-]*)(.tar.bz2)$")
|
|
561
572
|
is_nested = False
|
|
562
573
|
ignored_files_and_dir = []
|
|
563
574
|
|
|
@@ -565,7 +576,8 @@ class IptablesDirectoryListedSource(DirectoryListedSource):
|
|
|
565
576
|
class LibnlDirectoryListedSource(DirectoryListedSource):
|
|
566
577
|
source_url = "https://www.infradead.org/~tgr/libnl/files/"
|
|
567
578
|
# Source archive ex: libnl-1.2.3.tar.gz
|
|
568
|
-
source_archive_regex = re.compile(
|
|
579
|
+
source_archive_regex = re.compile(
|
|
580
|
+
r"^(libnl-)(?P<version>[\w.-]*)(.tar.gz)$")
|
|
569
581
|
is_nested = False
|
|
570
582
|
ignored_files_and_dir = []
|
|
571
583
|
|
|
@@ -573,7 +585,8 @@ class LibnlDirectoryListedSource(DirectoryListedSource):
|
|
|
573
585
|
class LighttpdDirectoryListedSource(DirectoryListedSource):
|
|
574
586
|
source_url = "https://download.lighttpd.net/lighttpd/releases-1.4.x/"
|
|
575
587
|
# Source archive ex: lighttpd-1.2.3.tar.gz
|
|
576
|
-
source_archive_regex = re.compile(
|
|
588
|
+
source_archive_regex = re.compile(
|
|
589
|
+
r"^(lighttpd-)(?P<version>[\w.-]*)(.tar.gz)$")
|
|
577
590
|
is_nested = False
|
|
578
591
|
ignored_files_and_dir = []
|
|
579
592
|
|
|
@@ -601,7 +614,8 @@ class WpaSupplicantDirectoryListedSource(DirectoryListedSource):
|
|
|
601
614
|
class SyslinuxDirectoryListedSource(DirectoryListedSource):
|
|
602
615
|
source_url = "https://mirrors.edge.kernel.org/pub/linux/utils/boot/syslinux/"
|
|
603
616
|
# Source archive ex: syslinux-1.2.3.tar.gz
|
|
604
|
-
source_archive_regex = re.compile(
|
|
617
|
+
source_archive_regex = re.compile(
|
|
618
|
+
r"^(syslinux-)(?P<version>[\w.-]*)(.tar.gz)$")
|
|
605
619
|
is_nested = False
|
|
606
620
|
ignored_files_and_dir = []
|
|
607
621
|
|
|
@@ -609,7 +623,8 @@ class SyslinuxDirectoryListedSource(DirectoryListedSource):
|
|
|
609
623
|
class SyslinuxDirectoryListedSource(DirectoryListedSource):
|
|
610
624
|
source_url = "https://mirrors.edge.kernel.org/pub/linux/utils/boot/syslinux/"
|
|
611
625
|
# Source archive ex: syslinux-1.2.3.tar.gz
|
|
612
|
-
source_archive_regex = re.compile(
|
|
626
|
+
source_archive_regex = re.compile(
|
|
627
|
+
r"^(syslinux-)(?P<version>[\w.-]*)(.tar.gz)$")
|
|
613
628
|
is_nested = False
|
|
614
629
|
ignored_files_and_dir = []
|
|
615
630
|
|
|
@@ -646,7 +661,8 @@ class DropbearDirectoryListedSource(DirectoryListedSource):
|
|
|
646
661
|
class SambaDirectoryListedSource(DirectoryListedSource):
|
|
647
662
|
source_url = "https://download.samba.org/pub/samba/stable/"
|
|
648
663
|
# Source archive ex: samba-1.2.3.tar.gz
|
|
649
|
-
source_archive_regex = re.compile(
|
|
664
|
+
source_archive_regex = re.compile(
|
|
665
|
+
r"^(samba-)(?P<version>[\w.-]*)(.tar.gz)$")
|
|
650
666
|
is_nested = False
|
|
651
667
|
ignored_files_and_dir = []
|
|
652
668
|
|
|
@@ -654,7 +670,8 @@ class SambaDirectoryListedSource(DirectoryListedSource):
|
|
|
654
670
|
class MtdUtilsDirectoryListedSource(DirectoryListedSource):
|
|
655
671
|
source_url = "https://infraroot.at/pub/mtd/"
|
|
656
672
|
# Source archive ex: mtd-utils-1.2.3.tar.bz2
|
|
657
|
-
source_archive_regex = re.compile(
|
|
673
|
+
source_archive_regex = re.compile(
|
|
674
|
+
r"^(mtd-utils-)(?P<version>[\w.-]*)(.tar.bz2)$")
|
|
658
675
|
is_nested = False
|
|
659
676
|
ignored_files_and_dir = []
|
|
660
677
|
|
|
@@ -662,7 +679,8 @@ class MtdUtilsDirectoryListedSource(DirectoryListedSource):
|
|
|
662
679
|
class BareboxDirectoryListedSource(DirectoryListedSource):
|
|
663
680
|
source_url = "https://www.barebox.org/download/"
|
|
664
681
|
# Source archive ex: barebox-1.2.3.tar.bz2
|
|
665
|
-
source_archive_regex = re.compile(
|
|
682
|
+
source_archive_regex = re.compile(
|
|
683
|
+
r"^(barebox-)(?P<version>[\w.-]*)(.tar.bz2)$")
|
|
666
684
|
is_nested = False
|
|
667
685
|
ignored_files_and_dir = []
|
|
668
686
|
|
|
@@ -670,7 +688,8 @@ class BareboxDirectoryListedSource(DirectoryListedSource):
|
|
|
670
688
|
class LinuxDirectoryListedSource(DirectoryListedSource):
|
|
671
689
|
source_url = "https://mirrors.edge.kernel.org/pub/linux/kernel/"
|
|
672
690
|
# Source archive ex: linux-1.2.3.tar.gz
|
|
673
|
-
source_archive_regex = re.compile(
|
|
691
|
+
source_archive_regex = re.compile(
|
|
692
|
+
r"^(linux-)(?P<version>[\w.-]*)(.tar.gz)$")
|
|
674
693
|
is_nested = True
|
|
675
694
|
ignored_files_and_dir = [
|
|
676
695
|
"Historic/",
|
|
@@ -692,7 +711,8 @@ class E2fsprogsDirectoryListedSource(DirectoryListedSource):
|
|
|
692
711
|
"https://mirrors.edge.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/"
|
|
693
712
|
)
|
|
694
713
|
# Source archive ex: e2fsprogs-1.2.3.tar.gz
|
|
695
|
-
source_archive_regex = re.compile(
|
|
714
|
+
source_archive_regex = re.compile(
|
|
715
|
+
r"^(e2fsprogs-)(?P<version>[\w.-]*)(.tar.gz)$")
|
|
696
716
|
is_nested = True
|
|
697
717
|
ignored_files_and_dir = ["testing/"]
|
|
698
718
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# fetchcode is a free software tool from nexB Inc. and others.
|
|
2
|
-
# Visit https://github.com/
|
|
2
|
+
# Visit https://github.com/aboutcode-org/fetchcode for support and download.
|
|
3
3
|
#
|
|
4
4
|
# Copyright (c) nexB Inc. and others. All rights reserved.
|
|
5
5
|
# http://nexb.com and http://aboutcode.org
|
|
@@ -165,7 +165,8 @@ class SquashfsToolsGitHubSource(GitHubSource):
|
|
|
165
165
|
|
|
166
166
|
|
|
167
167
|
class PupnpGitHubSource(GitHubSource):
|
|
168
|
-
version_regex = re.compile(
|
|
168
|
+
version_regex = re.compile(
|
|
169
|
+
r"\brelease-?(?P<version>(?:\d+(\.\d+){1,2}))\b")
|
|
169
170
|
ignored_tag_regex = None
|
|
170
171
|
|
|
171
172
|
|
|
@@ -180,7 +181,8 @@ class BpftoolGitHubSource(GitHubSource):
|
|
|
180
181
|
|
|
181
182
|
|
|
182
183
|
class SqliteGitHubSource(GitHubSource):
|
|
183
|
-
version_regex = re.compile(
|
|
184
|
+
version_regex = re.compile(
|
|
185
|
+
r"\bversion-?(?P<version>(?:\d+(\.\d+){1,2}))\b")
|
|
184
186
|
ignored_tag_regex = None
|
|
185
187
|
|
|
186
188
|
|
|
@@ -190,7 +192,8 @@ class LlvmGitHubSource(GitHubSource):
|
|
|
190
192
|
|
|
191
193
|
|
|
192
194
|
class RpmGitHubSource(GitHubSource):
|
|
193
|
-
version_regex = re.compile(
|
|
195
|
+
version_regex = re.compile(
|
|
196
|
+
r"rpm-(?P<version>[^-]+(?:-(?!release).*)?|-release)")
|
|
194
197
|
ignored_tag_regex = None
|
|
195
198
|
|
|
196
199
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# fetchcode is a free software tool from nexB Inc. and others.
|
|
2
|
-
# Visit https://github.com/
|
|
2
|
+
# Visit https://github.com/aboutcode-org/fetchcode for support and download.
|
|
3
3
|
#
|
|
4
4
|
# Copyright (c) nexB Inc. and others. All rights reserved.
|
|
5
5
|
# http://nexb.com and http://aboutcode.org
|
|
@@ -317,7 +317,8 @@ def get_golang_versions_from_purl(purl):
|
|
|
317
317
|
break
|
|
318
318
|
|
|
319
319
|
if response is None or escaped_pkg is None or trimmed_pkg is None:
|
|
320
|
-
logger.error(
|
|
320
|
+
logger.error(
|
|
321
|
+
f"Error while fetching versions for {package_slug!r} from goproxy")
|
|
321
322
|
return
|
|
322
323
|
|
|
323
324
|
for version_info in response.split("\n"):
|
|
@@ -347,7 +348,7 @@ def trim_go_url_path(url_path: str) -> Optional[str]:
|
|
|
347
348
|
# some advisories contains this prefix in package name, e.g. https://github.com/advisories/GHSA-7h6j-2268-fhcm
|
|
348
349
|
go_url_prefix = "https://pkg.go.dev/"
|
|
349
350
|
if url_path.startswith(go_url_prefix):
|
|
350
|
-
url_path = url_path[len(go_url_prefix)
|
|
351
|
+
url_path = url_path[len(go_url_prefix):]
|
|
351
352
|
|
|
352
353
|
parsed_url_path = urlparse(url_path)
|
|
353
354
|
path = parsed_url_path.path
|
|
@@ -408,7 +409,8 @@ def fetch_version_info(version_info: str, escaped_pkg: str) -> Optional[PackageV
|
|
|
408
409
|
f"Error while fetching version info for {escaped_pkg}/{escaped_ver} "
|
|
409
410
|
f"from goproxy:\n{traceback.format_exc()}"
|
|
410
411
|
)
|
|
411
|
-
release_date = dateparser.parse(
|
|
412
|
+
release_date = dateparser.parse(
|
|
413
|
+
response.get("Time", "")) if response else None
|
|
412
414
|
|
|
413
415
|
return PackageVersion(value=version, release_date=release_date)
|
|
414
416
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# Copied from https://github.com/
|
|
1
|
+
# Copied from https://github.com/aboutcode-org/scancode-toolkit/blob/b4ea9c640f8ee4ed8851b5618c6d223bb1c02d47/src/packagedcode/models.py
|
|
2
2
|
#
|
|
3
3
|
# Copyright (c) 2017 nexB Inc. and others. All rights reserved.
|
|
4
|
-
# http://nexb.com and https://github.com/
|
|
4
|
+
# http://nexb.com and https://github.com/aboutcode-org/scancode-toolkit/
|
|
5
5
|
# The ScanCode software is licensed under the Apache License version 2.0.
|
|
6
6
|
# Data generated with ScanCode require an acknowledgment.
|
|
7
7
|
# ScanCode is a trademark of nexB Inc.
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
# ScanCode should be considered or used as legal advice. Consult an Attorney
|
|
22
22
|
# for any legal advice.
|
|
23
23
|
# ScanCode is a free software code scanning tool from nexB Inc. and others.
|
|
24
|
-
# Visit https://github.com/
|
|
24
|
+
# Visit https://github.com/aboutcode-org/scancode-toolkit/ for support and download.
|
|
25
25
|
|
|
26
26
|
from __future__ import absolute_import
|
|
27
27
|
from __future__ import print_function
|
|
@@ -144,7 +144,7 @@ class Party(BaseModel):
|
|
|
144
144
|
validator=choices(PARTY_TYPES),
|
|
145
145
|
label='party type',
|
|
146
146
|
help='the type of this party: One of: '
|
|
147
|
-
|
|
147
|
+
+ ', '.join(p for p in PARTY_TYPES if p))
|
|
148
148
|
|
|
149
149
|
role = String(
|
|
150
150
|
label='party role',
|
|
@@ -284,7 +284,8 @@ class BasePackage(BaseModel):
|
|
|
284
284
|
if not isinstance(package_url, PackageURL):
|
|
285
285
|
package_url = PackageURL.from_string(package_url)
|
|
286
286
|
|
|
287
|
-
attribs = ['type', 'namespace', 'name',
|
|
287
|
+
attribs = ['type', 'namespace', 'name',
|
|
288
|
+
'version', 'qualifiers', 'subpath']
|
|
288
289
|
for att in attribs:
|
|
289
290
|
self_val = getattr(self, att)
|
|
290
291
|
purl_val = getattr(package_url, att)
|
|
@@ -302,7 +303,8 @@ class BasePackage(BaseModel):
|
|
|
302
303
|
mapping['repository_download_url'] = self.repository_download_url()
|
|
303
304
|
mapping['api_data_url'] = self.api_data_url()
|
|
304
305
|
if self.qualifiers:
|
|
305
|
-
mapping['qualifiers'] = normalize_qualifiers(
|
|
306
|
+
mapping['qualifiers'] = normalize_qualifiers(
|
|
307
|
+
self.qualifiers, encode=False)
|
|
306
308
|
return mapping
|
|
307
309
|
|
|
308
310
|
@classmethod
|
|
@@ -399,7 +401,7 @@ class Package(BasePackage):
|
|
|
399
401
|
|
|
400
402
|
api_url = String(
|
|
401
403
|
label='API URL',
|
|
402
|
-
help='URL of API for this package.')
|
|
404
|
+
help='URL of API for this package.')
|
|
403
405
|
|
|
404
406
|
size = Integer(
|
|
405
407
|
default=None,
|
|
@@ -433,8 +435,8 @@ class Package(BasePackage):
|
|
|
433
435
|
vcs_url = String(
|
|
434
436
|
help='a URL to the VCS repository in the SPDX form of: '
|
|
435
437
|
'https://github.com/nexb/scancode-toolkit.git@405aaa4b3 '
|
|
436
|
-
|
|
437
|
-
|
|
438
|
+
'See SPDX specification "Package Download Location" '
|
|
439
|
+
'at https://spdx.org/spdx-specification-21-web-version#h.49x2ik5 ')
|
|
438
440
|
|
|
439
441
|
copyright = String(
|
|
440
442
|
label='Copyright',
|
|
@@ -608,7 +610,8 @@ class DebianPackage(Package):
|
|
|
608
610
|
metafiles = ('*.control',)
|
|
609
611
|
extensions = ('.deb',)
|
|
610
612
|
filetypes = ('debian binary package',)
|
|
611
|
-
mimetypes = ('application/x-archive',
|
|
613
|
+
mimetypes = ('application/x-archive',
|
|
614
|
+
'application/vnd.debian.binary-package',)
|
|
612
615
|
default_type = 'deb'
|
|
613
616
|
|
|
614
617
|
|
|
@@ -670,6 +673,8 @@ class IvyJar(JavaJar):
|
|
|
670
673
|
default_primary_language = 'Java'
|
|
671
674
|
|
|
672
675
|
# FIXME: move to bower.py
|
|
676
|
+
|
|
677
|
+
|
|
673
678
|
@attr.s()
|
|
674
679
|
class BowerPackage(Package):
|
|
675
680
|
metafiles = ('bower.json',)
|
|
@@ -842,4 +847,4 @@ class SquashfsPackage(Package):
|
|
|
842
847
|
default_type = 'squashfs'
|
|
843
848
|
|
|
844
849
|
|
|
845
|
-
# TODO: Add VM images formats(VMDK, OVA, OVF, VDI, etc) and Docker/other containers
|
|
850
|
+
# TODO: Add VM images formats(VMDK, OVA, OVF, VDI, etc) and Docker/other containers
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# fetchcode is a free software tool from nexB Inc. and others.
|
|
2
|
-
# Visit https://github.com/
|
|
2
|
+
# Visit https://github.com/aboutcode-org/fetchcode for support and download.
|
|
3
3
|
#
|
|
4
4
|
# Copyright (c) nexB Inc. and others. All rights reserved.
|
|
5
5
|
# http://nexb.com and http://aboutcode.org
|
|
@@ -141,7 +141,8 @@ def github_response(graphql_query):
|
|
|
141
141
|
headers = {"Authorization": f"bearer {gh_token}"}
|
|
142
142
|
|
|
143
143
|
endpoint = "https://api.github.com/graphql"
|
|
144
|
-
response = requests.post(endpoint, headers=headers,
|
|
144
|
+
response = requests.post(endpoint, headers=headers,
|
|
145
|
+
json=graphql_query).json()
|
|
145
146
|
|
|
146
147
|
message = response.get("message")
|
|
147
148
|
if message and message == "Bad credentials":
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# fetchcode is a free software tool from nexB Inc. and others.
|
|
2
|
-
# Visit https://github.com/
|
|
2
|
+
# Visit https://github.com/aboutcode-org/fetchcode for support and download.
|
|
3
3
|
#
|
|
4
4
|
# Copyright (c) nexB Inc. and others. All rights reserved.
|
|
5
5
|
# http://nexb.com and http://aboutcode.org
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# fetchcode is a free software tool from nexB Inc. and others.
|
|
2
|
-
# Visit https://github.com/
|
|
2
|
+
# Visit https://github.com/aboutcode-org/fetchcode for support and download.
|
|
3
3
|
#
|
|
4
4
|
# Copyright (c) nexB Inc. and others. All rights reserved.
|
|
5
5
|
# http://nexb.com and http://aboutcode.org
|