pex 2.59.3__tar.gz → 2.59.5__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.
Potentially problematic release.
This version of pex might be problematic. Click here for more details.
- {pex-2.59.3 → pex-2.59.5}/CHANGES.md +19 -0
- {pex-2.59.3 → pex-2.59.5}/PKG-INFO +4 -4
- {pex-2.59.3 → pex-2.59.5}/docker/base/install_pythons.sh +2 -2
- {pex-2.59.3 → pex-2.59.5}/pex/build_backend/wrap.py +25 -4
- {pex-2.59.3 → pex-2.59.5}/pex/compatibility.py +1 -1
- {pex-2.59.3 → pex-2.59.5}/pex/interpreter_constraints.py +3 -2
- {pex-2.59.3 → pex-2.59.5}/pex/pep_376.py +21 -9
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/venv_resolver.py +57 -3
- {pex-2.59.3 → pex-2.59.5}/pex/sh_boot.py +1 -1
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/__init__.py +3 -1
- pex-2.59.5/pex/vendor/_vendored/pip/.layout.json +1 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/certifi/cacert.pem +63 -1
- {pex-2.59.3 → pex-2.59.5}/pex/version.py +1 -1
- {pex-2.59.3 → pex-2.59.5}/pyproject.toml +7 -2
- {pex-2.59.3 → pex-2.59.5}/testing/bin/run_tests.py +3 -1
- {pex-2.59.3 → pex-2.59.5}/testing/pex_dist.py +14 -0
- {pex-2.59.3 → pex-2.59.5}/tests/bin/test_sh_boot.py +16 -29
- {pex-2.59.3 → pex-2.59.5}/tests/conftest.py +6 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_pep_751.py +3 -3
- pex-2.59.5/tests/integration/resolve/test_issue_2930_and_2931.py +93 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/scie/test_pex_scie.py +1 -1
- pex-2.59.5/tests/integration/tools/commands/test_issue_2105.py +407 -0
- pex-2.59.3/pex/vendor/_vendored/pip/.layout.json +0 -1
- pex-2.59.3/tests/integration/tools/commands/test_issue_2105.py +0 -294
- {pex-2.59.3 → pex-2.59.5}/LICENSE +0 -0
- {pex-2.59.3 → pex-2.59.5}/MANIFEST.in +0 -0
- {pex-2.59.3 → pex-2.59.5}/README.rst +0 -0
- {pex-2.59.3 → pex-2.59.5}/assets/download.svg +0 -0
- {pex-2.59.3 → pex-2.59.5}/assets/github.svg +0 -0
- {pex-2.59.3 → pex-2.59.5}/assets/pdf.svg +0 -0
- {pex-2.59.3 → pex-2.59.5}/assets/pex-icon-512.png +0 -0
- {pex-2.59.3 → pex-2.59.5}/assets/pex-icon-512x512.png +0 -0
- {pex-2.59.3 → pex-2.59.5}/assets/pex-logo-dark.png +0 -0
- {pex-2.59.3 → pex-2.59.5}/assets/pex-logo-light.png +0 -0
- {pex-2.59.3 → pex-2.59.5}/assets/pex.svg +0 -0
- {pex-2.59.3 → pex-2.59.5}/assets/python.svg +0 -0
- {pex-2.59.3 → pex-2.59.5}/build-backend/pex_build/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/build-backend/pex_build/setuptools/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/build-backend/pex_build/setuptools/build.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/docker/base/Dockerfile +0 -0
- {pex-2.59.3 → pex-2.59.5}/docker/cache/Dockerfile +0 -0
- {pex-2.59.3 → pex-2.59.5}/docker/cache/populate_cache.sh +0 -0
- {pex-2.59.3 → pex-2.59.5}/docker/user/Dockerfile +0 -0
- {pex-2.59.3 → pex-2.59.5}/docker/user/create_docker_image_user.sh +0 -0
- {pex-2.59.3 → pex-2.59.5}/docs/_ext/sphinx_pex/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/docs/_ext/sphinx_pex/vars.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/docs/_static/pex-icon.png +0 -0
- {pex-2.59.3 → pex-2.59.5}/docs/_static/pex-logo-dark.png +0 -0
- {pex-2.59.3 → pex-2.59.5}/docs/_static/pex-logo-light.png +0 -0
- {pex-2.59.3 → pex-2.59.5}/docs/_templates/page.html +0 -0
- {pex-2.59.3 → pex-2.59.5}/docs/_templates/search.html +0 -0
- {pex-2.59.3 → pex-2.59.5}/docs/api/vars.md +0 -0
- {pex-2.59.3 → pex-2.59.5}/docs/buildingpex.rst +0 -0
- {pex-2.59.3 → pex-2.59.5}/docs/conf.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/docs/index.rst +0 -0
- {pex-2.59.3 → pex-2.59.5}/docs/recipes.rst +0 -0
- {pex-2.59.3 → pex-2.59.5}/docs/scie.md +0 -0
- {pex-2.59.3 → pex-2.59.5}/docs/whatispex.rst +0 -0
- {pex-2.59.3 → pex-2.59.5}/duvrc.sh +0 -0
- {pex-2.59.3 → pex-2.59.5}/mypy.ini +0 -0
- {pex-2.59.3 → pex-2.59.5}/package/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/package/complete-platforms/linux-aarch64.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/package/complete-platforms/linux-armv7l.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/package/complete-platforms/linux-riscv64.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/package/complete-platforms/linux-x86_64.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/package/complete-platforms/macos-aarch64.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/package/complete-platforms/macos-x86_64.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/package/package.toml +0 -0
- {pex-2.59.3 → pex-2.59.5}/package/pex-scie.lock +0 -0
- {pex-2.59.3 → pex-2.59.5}/package/scie_config.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/__main__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/argparse.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/artifact_url.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/atexit.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/atomic_directory.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/attrs.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/auth.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/bin/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/bin/pex.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/bootstrap.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/build_backend/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/build_backend/configuration.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/build_backend/pylock.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/build_system/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/build_system/pep_517.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/build_system/pep_518.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cache/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cache/access.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cache/dirs.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cache/prunable.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cache/root.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/__main__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/command.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/commands/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/commands/cache/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/commands/cache/bytes.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/commands/cache/command.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/commands/cache/du.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/commands/cache_aware.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/commands/docs.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/commands/interpreter.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/commands/lock.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/commands/pip/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/commands/pip/core.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/commands/pip/download.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/commands/pip/wheel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/commands/run.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/commands/venv.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli/pex.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/cli_util.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/commands/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/commands/command.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/common.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/compiler.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/dependency_configuration.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/dependency_manager.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/dist_metadata.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/distutils/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/distutils/commands/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/distutils/commands/bdist_pex.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/docs/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/docs/command.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/enum.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/environment.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/exceptions.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/executables.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/executor.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/fetcher.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/finders.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/fingerprinted_distribution.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/fs/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/fs/_posix.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/fs/_windows.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/fs/lock.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/globals.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/hashing.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/hashing.py.lck +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/http/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/http/server.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/inherit_path.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/interpreter.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/interpreter_implementation.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/jobs.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/lang.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/layout.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/network_configuration.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/orderedset.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/os.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pep_425.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pep_427.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pep_440.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pep_503.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pep_508.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pep_723.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pex.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pex_boot.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pex_bootstrapper.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pex_builder.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pex_info.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pex_root.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pex_warnings.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pip/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pip/dependencies/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pip/dependencies/requires.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pip/download_observer.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pip/foreign_platform/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pip/foreign_platform/markers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pip/foreign_platform/requires_python.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pip/foreign_platform/tags.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pip/installation.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pip/local_project.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pip/log_analyzer.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pip/package_repositories/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pip/package_repositories/link_collector.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pip/tailer.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pip/tool.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pip/vcs.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pip/version.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/platforms.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pth.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/pyenv.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/rank.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/repl/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/repl/custom.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/repl/pex_repl.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/requirements.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/abbreviated_platforms.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/config.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/configured_resolve.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/configured_resolver.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/downloads.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/lock_downloader.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/lock_resolver.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/locked_resolve.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/locker.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/locker_patches.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/lockfile/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/lockfile/create.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/lockfile/download_manager.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/lockfile/json_codec.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/lockfile/model.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/lockfile/pep_751.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/lockfile/requires_dist.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/lockfile/subset.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/lockfile/targets.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/lockfile/tarjan.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/lockfile/updater.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/package_repository.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/path_mappings.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/pep_691/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/pep_691/api.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/pep_691/fingerprint_service.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/pep_691/model.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/pex_repository_resolver.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/pre_resolved_resolver.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/project.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/requirement_configuration.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/requirement_options.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/resolved_requirement.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/resolver_configuration.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/resolver_options.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/resolvers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/script_metadata.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/target_configuration.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/target_options.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolve/target_system.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/resolver.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/result.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/scie/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/scie/configure-binding.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/scie/model.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/scie/science.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/sorted_tuple.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/specifier_sets.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/subprocess.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/sysconfig.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/targets.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/third_party/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/toml.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/tools/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/tools/__main__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/tools/command.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/tools/commands/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/tools/commands/digraph.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/tools/commands/graph.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/tools/commands/info.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/tools/commands/interpreter.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/tools/commands/repository.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/tools/commands/venv.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/tools/main.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/tracer.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/typing.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/util.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/variables.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/README.md +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/__main__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/ansicolors/.layout.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/ansicolors/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.dist-info/DESCRIPTION.rst +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.dist-info/INSTALLER +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.dist-info/METADATA +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.dist-info/WHEEL +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.dist-info/metadata.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.dist-info/top_level.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/ansicolors/colors/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/ansicolors/colors/colors.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/ansicolors/colors/csscolors.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/ansicolors/colors/version.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/ansicolors/constraints.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/appdirs/.layout.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/appdirs/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/appdirs/appdirs-1.4.4.dist-info/INSTALLER +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/appdirs/appdirs-1.4.4.dist-info/LICENSE.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/appdirs/appdirs-1.4.4.dist-info/METADATA +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/appdirs/appdirs-1.4.4.dist-info/WHEEL +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/appdirs/appdirs-1.4.4.dist-info/top_level.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/appdirs/appdirs.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/appdirs/constraints.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/.layout.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/__init__.pyi +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/_cmp.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/_cmp.pyi +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/_compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/_config.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/_funcs.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/_make.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/_next_gen.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/_version_info.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/_version_info.pyi +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/converters.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/converters.pyi +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/exceptions.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/exceptions.pyi +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/filters.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/filters.pyi +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/py.typed +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/setters.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/setters.pyi +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/validators.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attr/validators.pyi +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attrs/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attrs/__init__.pyi +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attrs/converters.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attrs/exceptions.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attrs/filters.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attrs/py.typed +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attrs/setters.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attrs/validators.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.dist-info/AUTHORS.rst +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.dist-info/INSTALLER +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.dist-info/LICENSE +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.dist-info/METADATA +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.dist-info/WHEEL +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.dist-info/top_level.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/.layout.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/constraints.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging/__about__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging/_compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging/_structures.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging/_typing.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging/markers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging/py.typed +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging/requirements.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging/specifiers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging/tags.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging/utils.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging/version.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/INSTALLER +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/LICENSE +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/LICENSE.APACHE +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/LICENSE.BSD +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/METADATA +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/WHEEL +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/top_level.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/pyparsing-2.4.7.dist-info/INSTALLER +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/pyparsing-2.4.7.dist-info/LICENSE +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/pyparsing-2.4.7.dist-info/METADATA +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/pyparsing-2.4.7.dist-info/WHEEL +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/pyparsing-2.4.7.dist-info/top_level.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_20_9/pyparsing.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/.layout.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/constraints.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging/__about__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging/_manylinux.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging/_musllinux.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging/_structures.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging/markers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging/py.typed +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging/requirements.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging/specifiers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging/tags.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging/utils.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging/version.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/INSTALLER +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/LICENSE +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/LICENSE.APACHE +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/LICENSE.BSD +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/METADATA +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/WHEEL +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/top_level.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/pyparsing/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/pyparsing/actions.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/pyparsing/common.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/pyparsing/core.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/pyparsing/diagram/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/pyparsing/diagram/template.jinja2 +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/pyparsing/exceptions.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/pyparsing/helpers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/pyparsing/results.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/pyparsing/testing.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/pyparsing/unicode.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/pyparsing/util.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/pyparsing-3.0.7.dist-info/INSTALLER +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/pyparsing-3.0.7.dist-info/LICENSE +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/pyparsing-3.0.7.dist-info/METADATA +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/pyparsing-3.0.7.dist-info/WHEEL +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_21_3/pyparsing-3.0.7.dist-info/top_level.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/.layout.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/constraints.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging/_elffile.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging/_manylinux.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging/_musllinux.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging/_parser.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging/_structures.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging/_tokenizer.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging/markers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging/metadata.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging/py.typed +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging/requirements.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging/specifiers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging/tags.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging/utils.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging/version.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.dist-info/INSTALLER +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.dist-info/LICENSE +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.dist-info/LICENSE.APACHE +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.dist-info/LICENSE.BSD +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.dist-info/METADATA +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.dist-info/WHEEL +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/.layout.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/constraints.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging/_elffile.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging/_manylinux.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging/_musllinux.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging/_parser.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging/_structures.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging/_tokenizer.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging/licenses/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging/licenses/_spdx.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging/markers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging/metadata.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging/py.typed +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging/requirements.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging/specifiers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging/tags.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging/utils.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging/version.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging-25.0.dist-info/INSTALLER +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging-25.0.dist-info/METADATA +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging-25.0.dist-info/WHEEL +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging-25.0.dist-info/licenses/LICENSE +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging-25.0.dist-info/licenses/LICENSE.APACHE +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/packaging_25_0/packaging-25.0.dist-info/licenses/LICENSE.BSD +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/.prefix/bin/pip +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/.prefix/bin/pip3 +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/.prefix/bin/pip3.9 +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/__main__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/build_env.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/cache.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/cli/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/cli/autocompletion.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/cli/base_command.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/cli/cmdoptions.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/cli/command_context.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/cli/main.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/cli/main_parser.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/cli/parser.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/cli/progress_bars.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/cli/req_command.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/cli/spinners.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/cli/status_codes.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/commands/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/commands/cache.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/commands/check.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/commands/completion.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/commands/configuration.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/commands/debug.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/commands/download.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/commands/freeze.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/commands/hash.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/commands/help.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/commands/install.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/commands/list.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/commands/search.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/commands/show.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/commands/uninstall.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/commands/wheel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/configuration.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/distributions/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/distributions/base.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/distributions/installed.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/distributions/sdist.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/distributions/wheel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/exceptions.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/index/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/index/collector.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/index/package_finder.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/locations.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/main.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/models/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/models/candidate.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/models/direct_url.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/models/format_control.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/models/index.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/models/link.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/models/scheme.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/models/search_scope.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/models/selection_prefs.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/models/target_python.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/models/wheel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/network/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/network/auth.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/network/cache.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/network/download.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/network/lazy_wheel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/network/session.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/network/utils.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/network/xmlrpc.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/operations/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/operations/build/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/operations/build/metadata.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/operations/build/metadata_legacy.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/operations/build/wheel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/operations/build/wheel_legacy.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/operations/check.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/operations/freeze.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/operations/install/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/operations/install/editable_legacy.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/operations/install/legacy.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/operations/install/wheel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/operations/prepare.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/pyproject.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/req/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/req/constructors.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/req/req_file.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/req/req_install.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/req/req_set.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/req/req_tracker.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/req/req_uninstall.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/resolution/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/resolution/base.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/resolution/legacy/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/resolution/legacy/resolver.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/base.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/candidates.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/factory.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/found_candidates.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/provider.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/reporter.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/requirements.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/resolver.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/self_outdated_check.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/appdirs.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/compatibility_tags.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/datetime.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/deprecation.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/direct_url_helpers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/distutils_args.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/encoding.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/entrypoints.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/filesystem.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/filetypes.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/glibc.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/hashes.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/inject_securetransport.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/logging.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/misc.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/models.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/packaging.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/parallel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/pkg_resources.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/setuptools_build.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/subprocess.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/temp_dir.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/typing.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/unpacking.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/urls.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/virtualenv.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/utils/wheel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/vcs/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/vcs/bazaar.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/vcs/git.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/vcs/mercurial.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/vcs/subversion.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/vcs/versioncontrol.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_internal/wheel_builder.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/appdirs.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/_cmd.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/adapter.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/cache.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/caches/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/caches/file_cache.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/caches/redis_cache.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/controller.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/filewrapper.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/heuristics.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/serialize.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/wrapper.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/certifi/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/certifi/__main__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/certifi/core.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/big5freq.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/big5prober.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/chardistribution.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/charsetgroupprober.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/charsetprober.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/cli/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/cli/chardetect.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/codingstatemachine.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/cp949prober.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/enums.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/escprober.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/escsm.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/eucjpprober.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/euckrfreq.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/euckrprober.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/euctwfreq.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/euctwprober.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/gb2312freq.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/gb2312prober.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/hebrewprober.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/jisfreq.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/jpcntx.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langbulgarianmodel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langcyrillicmodel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langgreekmodel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langhebrewmodel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langhungarianmodel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langthaimodel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langturkishmodel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/latin1prober.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/mbcharsetprober.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/mbcsgroupprober.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/mbcssm.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/sbcharsetprober.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/sbcsgroupprober.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/sjisprober.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/universaldetector.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/utf8prober.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/chardet/version.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/colorama/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/colorama/ansi.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/colorama/ansitowin32.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/colorama/initialise.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/colorama/win32.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/colorama/winterm.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/contextlib2.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/_backport/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/_backport/misc.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/_backport/shutil.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/_backport/sysconfig.cfg +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/_backport/sysconfig.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/_backport/tarfile.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/database.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/index.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/locators.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/manifest.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/markers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/metadata.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/resources.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/scripts.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/t32.exe +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/t64.exe +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/util.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/version.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/w32.exe +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/w64.exe +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distlib/wheel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/distro.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_ihatexml.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_inputstream.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_tokenizer.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_trie/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_trie/_base.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_trie/py.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_utils.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/constants.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/alphabeticalattributes.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/base.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/inject_meta_charset.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/lint.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/optionaltags.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/sanitizer.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/whitespace.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/html5parser.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/serializer.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treeadapters/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treeadapters/genshi.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treeadapters/sax.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treebuilders/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treebuilders/base.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treebuilders/dom.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treebuilders/etree.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treebuilders/etree_lxml.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treewalkers/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treewalkers/base.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treewalkers/dom.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treewalkers/etree.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treewalkers/etree_lxml.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treewalkers/genshi.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/idna/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/idna/codec.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/idna/compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/idna/core.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/idna/idnadata.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/idna/intranges.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/idna/package_data.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/idna/uts46data.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/ipaddress.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/msgpack/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/msgpack/_version.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/msgpack/exceptions.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/msgpack/ext.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/msgpack/fallback.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/packaging/__about__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/packaging/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/packaging/_compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/packaging/_structures.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/packaging/_typing.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/packaging/markers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/packaging/requirements.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/packaging/specifiers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/packaging/tags.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/packaging/utils.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/packaging/version.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/pep517/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/pep517/_in_process.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/pep517/build.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/pep517/check.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/pep517/colorlog.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/pep517/compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/pep517/dirtools.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/pep517/envbuild.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/pep517/meta.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/pep517/wrappers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/pkg_resources/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/pkg_resources/py31compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/progress/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/progress/bar.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/progress/counter.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/progress/spinner.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/pyparsing.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/requests/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/requests/__version__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/requests/_internal_utils.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/requests/adapters.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/requests/api.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/requests/auth.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/requests/certs.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/requests/compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/requests/cookies.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/requests/exceptions.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/requests/help.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/requests/hooks.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/requests/models.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/requests/packages.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/requests/sessions.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/requests/status_codes.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/requests/structures.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/requests/utils.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/compat/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/compat/collections_abc.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/providers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/reporters.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/resolvers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/structs.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/retrying.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/six.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/toml/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/toml/decoder.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/toml/encoder.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/toml/ordered.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/toml/tz.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/_collections.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/_version.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/connection.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/connectionpool.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/_appengine_environ.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/appengine.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/ntlmpool.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/pyopenssl.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/securetransport.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/socks.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/exceptions.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/fields.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/filepost.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/packages/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/packages/backports/makefile.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/packages/six.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/poolmanager.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/request.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/response.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/connection.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/proxy.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/queue.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/request.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/response.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/retry.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/ssl_.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/ssltransport.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/timeout.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/url.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/wait.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/vendor.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/webencodings/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/webencodings/labels.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/webencodings/mklabels.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/webencodings/tests.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip/_vendor/webencodings/x_user_defined.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip-20.3.4.dist-info/INSTALLER +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip-20.3.4.dist-info/LICENSE.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip-20.3.4.dist-info/METADATA +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip-20.3.4.dist-info/WHEEL +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip-20.3.4.dist-info/entry_points.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/pip/pip-20.3.4.dist-info/top_level.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/.layout.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/.prefix/bin/easy_install +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/.prefix/bin/easy_install-3.9 +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/easy_install.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/pkg_resources/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/appdirs.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/__about__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/_compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/_structures.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/markers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/requirements.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/specifiers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/utils.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/version.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/pyparsing.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/six.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/pkg_resources/extern/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/pkg_resources/py31compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/_deprecation_warning.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/_imp.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/_vendor/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/_vendor/ordered_set.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/__about__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/_compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/_structures.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/markers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/requirements.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/specifiers.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/tags.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/utils.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/version.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/_vendor/pyparsing.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/_vendor/six.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/archive_util.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/build_meta.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/cli-32.exe +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/cli-64.exe +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/cli.exe +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/alias.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/bdist_egg.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/bdist_rpm.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/bdist_wininst.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/build_clib.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/build_ext.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/build_py.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/develop.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/dist_info.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/easy_install.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/egg_info.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/install.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/install_egg_info.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/install_lib.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/install_scripts.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/launcher manifest.xml +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/py36compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/register.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/rotate.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/saveopts.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/sdist.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/setopt.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/test.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/upload.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/command/upload_docs.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/config.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/dep_util.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/depends.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/dist.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/errors.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/extension.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/extern/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/glob.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/gui-32.exe +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/gui-64.exe +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/gui.exe +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/installer.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/launch.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/lib2to3_ex.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/monkey.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/msvc.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/namespaces.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/package_index.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/py27compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/py31compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/py33compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/py34compat.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/sandbox.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/script (dev).tmpl +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/script.tmpl +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/site-patch.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/ssl_support.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/unicode_utils.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/version.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/wheel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools/windows_support.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/INSTALLER +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/LICENSE +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/METADATA +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/WHEEL +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/dependency_links.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/entry_points.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/top_level.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/zip-safe +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/toml/.layout.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/toml/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/toml/constraints.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/toml/toml/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/toml/toml/decoder.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/toml/toml/encoder.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/toml/toml/ordered.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/toml/toml/tz.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/toml/toml-0.10.2.dist-info/INSTALLER +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/toml/toml-0.10.2.dist-info/LICENSE +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/toml/toml-0.10.2.dist-info/METADATA +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/toml/toml-0.10.2.dist-info/WHEEL +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/toml/toml-0.10.2.dist-info/top_level.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/tomli/.layout.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/tomli/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/tomli/constraints.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/tomli/tomli/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/tomli/tomli/_parser.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/tomli/tomli/_re.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/tomli/tomli/_types.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/tomli/tomli/py.typed +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/tomli/tomli-2.0.1.dist-info/INSTALLER +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/tomli/tomli-2.0.1.dist-info/LICENSE +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/tomli/tomli-2.0.1.dist-info/METADATA +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/vendor/_vendored/tomli/tomli-2.0.1.dist-info/WHEEL +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/venv/README.md +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/venv/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/venv/bin_path.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/venv/install_scope.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/venv/installer.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/venv/installer_configuration.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/venv/installer_options.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/venv/venv_pex.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/venv/virtualenv.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/venv/virtualenv_16.7.12_py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/wheel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/windows/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/windows/stubs/uv-trampoline-aarch64-console.exe +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/windows/stubs/uv-trampoline-aarch64-gui.exe +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/windows/stubs/uv-trampoline-x86_64-console.exe +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/windows/stubs/uv-trampoline-x86_64-gui.exe +0 -0
- {pex-2.59.3 → pex-2.59.5}/pex/ziputils.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/pylock.toml +0 -0
- {pex-2.59.3 → pex-2.59.5}/scripts/analyze-CI-shard-timeout.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/scripts/build-cache-image.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/scripts/build-docs.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/scripts/create-packages.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/scripts/dev-cmd-fix-egg-link.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/scripts/dev-cmd-pip-install-pex-next.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/scripts/embed-virtualenv.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/scripts/format.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/scripts/gen-scie-platform.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/scripts/lint.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/scripts/py27/lint_enum.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/scripts/requires-python-check.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/scripts/typecheck.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/setup.cfg +0 -0
- {pex-2.59.3 → pex-2.59.5}/setup.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/build_system.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/cli.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/data/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/data/locks/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/data/locks/devpi-server.lock.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/data/locks/issue-2415.lock.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/data/locks/issue-2683.lock.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/data/locks/mitmproxy.lock.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/data/locks/pylock.issue-2887.toml +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/data/locks/requests.lock.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/data/pip_logs/issue-2414.pip-23.2.log +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/data/pip_logs/issue-2414.pip-23.3.1.log +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/data/platforms/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/data/platforms/complete_platform_linux_armv7l_py312.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/data/platforms/complete_platform_linux_x86-64_py311.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/data/platforms/macosx_10_13_x86_64-cp-36-m.tags.txt +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/devpi.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/dist_metadata.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/docker.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/find_links.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/lock.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/mitmproxy.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/pep_427.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/pip.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/pytest_utils/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/pytest_utils/shard.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/pytest_utils/tmp.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/pytest_utils/track_status_hook.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/pytest_utils/track_status_hook_py2.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/pytest_utils/track_status_hook_py3.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/resolve.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/scie.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/subprocess.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/testing/venv.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/build_backend/test_configuration.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/build_backend/test_pylock.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/build_system/test_issue_2125.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/build_system/test_pep_517.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/build_system/test_pep_518.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/commands/test_command.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/example_packages/MarkupSafe-1.0-cp27-cp27mu-linux_x86_64.whl +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/example_packages/PyAthena-1.11.5-py2.py3-none-any.whl +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/example_packages/PyAthena-1.9.0-py2.py3-none-any.whl +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/example_packages/aws_cfn_bootstrap-1.4-py2-none-any.whl +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/example_packages/pyparsing-2.1.10-py2.py3-none-any.whl +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/build_backend/test_wrap.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/build_system/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/build_system/test_issue_2063.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/build_system/test_issue_2125.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/build_system/test_issue_2913.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/build_system/test_pep_517.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/build_system/test_pep_518.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_cache_prune.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_discussion_2752.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_download.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_export.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_export_subset.lock.json +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_export_subset.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_interpreter_inspect.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_issue_1413.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_issue_1665.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_issue_1667.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_issue_1688.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_issue_1711.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_issue_1734.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_issue_1741.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_issue_1801.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_issue_1821.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_issue_2050.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_issue_2057.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_issue_2059.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_issue_2098.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_issue_2211.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_issue_2268.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_issue_2313.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_issue_2414.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_issue_2519.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_local_project_lock.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_lock.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_lock_dependency_groups.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_lock_elide_unused_requires_dist.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_lock_foreign_platform_sdist.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_lock_reproducibility_hash_seed.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_lock_requirements_file.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_lock_resolve_auth.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_lock_script_metadata.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_lock_subset.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_lock_sync.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_lock_update.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_lock_update_issues_2332_2334.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_run.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_split_universal_locks.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_vcs_lock.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_venv_create.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_venv_inspect.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/cli/commands/test_wheel.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/conftest.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/resolve/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/resolve/pep_691/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/resolve/pep_691/test_api.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/resolve/test_dependency_groups.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/resolve/test_issue_1361.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/resolve/test_issue_1907.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/resolve/test_issue_1918.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/resolve/test_issue_2092.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/resolve/test_issue_2412.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/resolve/test_issue_2532.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/resolve/test_issue_2568.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/resolve/test_issue_2772.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/resolve/test_issue_2877.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/resolve/test_issue_2926.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/scie/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/scie/test_discussion_2516.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/scie/test_issue_2733.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/scie/test_issue_2740.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/scie/test_issue_2810.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/scie/test_issue_2827.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_downloads.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_excludes.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_executuon_mode_venv.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_inject_env_and_args.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_inject_python_args.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_integration.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_interpreter.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_interpreter_selection.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1017.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1018.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1025.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1031.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1179.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1201.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1202.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1218.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1225.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1232.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1302.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1316.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1336.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1422.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1447.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1479.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1520.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1537.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1540.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1550.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1560.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_157.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1597.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1598.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1656.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1683.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1726.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1730.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1802.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1809.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1817.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1825.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1856.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1861.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1870.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1872.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1879.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1933.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1936.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1949.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_1995.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2001.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2006.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2017.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2023.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2038.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2073.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2087.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2088.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2113.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2134.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2183.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2186.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2203.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2235.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2249.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2324.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2343.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2348.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2355.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2389.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2391.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2395.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2410.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2412.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2413.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2415.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2432.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2441.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2572.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2631.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2706.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2739.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2819.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2822.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2862.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2885.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_2897.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_298.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_434.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_455.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_539.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_598.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_661.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_729.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_736.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_745.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_749.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_898.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_899.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_940.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_issue_996.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_keyring_support.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_layout.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_lock_resolver.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_locked_resolve.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_no_pre_install_wheels.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_override_replace.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_overrides.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_pep_427.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_pex_bootstrapper.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_pex_entry_points.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_pex_import.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_reexec.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_reproducible.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_scoped_repos.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_script_metadata.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_setproctitle.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_sh_boot.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_shebang_length_limit.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/test_variables.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/tools/commands/test_venv.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/venv_ITs/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/venv_ITs/conftest.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/venv_ITs/test_install_wheel_multiple_site_packages_dirs.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/venv_ITs/test_issue_1630.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/venv_ITs/test_issue_1637.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/venv_ITs/test_issue_1641.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/venv_ITs/test_issue_1668.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/venv_ITs/test_issue_1745.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/venv_ITs/test_issue_1973.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/venv_ITs/test_issue_2065.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/venv_ITs/test_issue_2160.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/venv_ITs/test_issue_2248.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/integration/venv_ITs/test_virtualenv.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/pip/test_log_analyzer.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/pip/test_tailer.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/pip/test_version.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/conftest.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/lockfile/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/lockfile/test_download_manager.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/lockfile/test_issue_2887.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/lockfile/test_json_codec.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/lockfile/test_lockfile.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/lockfile/test_pep_751.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/lockfile/test_requires_dist.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/pep_691/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/pep_691/test_api.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/pep_691/test_fingerprint_service.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/pep_691/test_model.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/test_dependency_groups.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/test_locked_resolve.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/test_locker.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/test_package_repository.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/test_path_mappings.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/test_pex_repository_resolver.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/test_resolved_requirement.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/test_resolver_options.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/test_script_metadata.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/resolve/test_target_options.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_artifact_url.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_atexit.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_atomic_directory.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_bdist_pex.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_common.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_compatibility.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_compiler.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_dependency_configuration.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_dependency_manager.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_dist_metadata.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_enum.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_environment.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_executables.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_execution_mode.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_executor.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_fetcher.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_finders.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_hashing.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_inherits_path_option.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_interpreter.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_interpreter_constraints.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_jobs.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_lang.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_os.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_packaging.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_pep_376.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_pep_425.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_pep_508.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_pep_723.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_pex.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_pex_binary.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_pex_bootstrapper.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_pex_builder.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_pex_info.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_pex_root.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_pex_warnings.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_pip.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_platform.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_pth.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_pyvenv_cfg.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_requirements.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_resolver.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_sorted_tuple.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_specifier_sets.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_target_system.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_targets.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_tarjan.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_third_party.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_util.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_variables.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_vendor.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_windows.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/test_zip_utils.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/tools/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/tools/commands/__init__.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/tools/commands/test_interpreter_command.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/tools/commands/test_repository.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/tests/tools/commands/test_venv.py +0 -0
- {pex-2.59.3 → pex-2.59.5}/uv.lock +0 -0
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Release Notes
|
|
2
2
|
|
|
3
|
+
## 2.59.5
|
|
4
|
+
|
|
5
|
+
This release optimizes `--venv-repository` installed wheel caching to only store one copy per
|
|
6
|
+
unique wheel even when that wheel is resolved from multiple `--venv-repository`s.
|
|
7
|
+
|
|
8
|
+
This release also updates vendored Pip's vendored certifi's cacert.pem to that from certifi
|
|
9
|
+
2025.10.5.
|
|
10
|
+
|
|
11
|
+
* Do not hash installed scripts from `--venv-repository`. (#2395)
|
|
12
|
+
* Update vendored Pip's CA cert bundle. (#2934)
|
|
13
|
+
|
|
14
|
+
## 2.59.4
|
|
15
|
+
|
|
16
|
+
This release fixes a bug in `--venv-repository` resolution that would lead to resolution failure
|
|
17
|
+
when the same wheel (that has console script entry points) is installed in multiple venvs and those
|
|
18
|
+
venvs are used as `--venv-repository` resolve sources.
|
|
19
|
+
|
|
20
|
+
* Fix `--venv-repository` wheel cache copy-pasta bug. (#2932)
|
|
21
|
+
|
|
3
22
|
## 2.59.3
|
|
4
23
|
|
|
5
24
|
This release fixes `--venv-repository` to work with venvs that have installed wheels with
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pex
|
|
3
|
-
Version: 2.59.
|
|
3
|
+
Version: 2.59.5
|
|
4
4
|
Summary: The PEX packaging toolchain.
|
|
5
5
|
Home-page: https://github.com/pex-tool/pex
|
|
6
|
-
Download-URL: https://github.com/pex-tool/pex/releases/download/v2.59.
|
|
6
|
+
Download-URL: https://github.com/pex-tool/pex/releases/download/v2.59.5/pex
|
|
7
7
|
Author: The PEX developers
|
|
8
8
|
Author-email: developers@pex-tool.org
|
|
9
9
|
License-Expression: Apache-2.0
|
|
10
|
-
Project-URL: Changelog, https://github.com/pex-tool/pex/blob/v2.59.
|
|
10
|
+
Project-URL: Changelog, https://github.com/pex-tool/pex/blob/v2.59.5/CHANGES.md
|
|
11
11
|
Project-URL: Documentation, https://docs.pex-tool.org/
|
|
12
|
-
Project-URL: Source, https://github.com/pex-tool/pex/tree/v2.59.
|
|
12
|
+
Project-URL: Source, https://github.com/pex-tool/pex/tree/v2.59.5
|
|
13
13
|
Keywords: package,executable,virtualenv,lock,freeze
|
|
14
14
|
Classifier: Development Status :: 5 - Production/Stable
|
|
15
15
|
Classifier: Intended Audience :: Developers
|
|
@@ -11,8 +11,8 @@ DEADSNAKES_VERSIONS=(
|
|
|
11
11
|
"3.8 {dev,venv,distutils}=3.8.20"
|
|
12
12
|
"3.9 {dev,venv,distutils}=3.9.23"
|
|
13
13
|
"3.10 {dev,venv,distutils}=3.10.18"
|
|
14
|
-
"3.13 {dev,venv}=3.13.
|
|
15
|
-
"3.14 {dev,venv}=3.14.0
|
|
14
|
+
"3.13 {dev,venv}=3.13.8"
|
|
15
|
+
"3.14 {dev,venv}=3.14.0"
|
|
16
16
|
)
|
|
17
17
|
|
|
18
18
|
add-apt-repository --yes --ppa deadsnakes
|
|
@@ -22,10 +22,11 @@ from pex.common import (
|
|
|
22
22
|
open_zip,
|
|
23
23
|
safe_mkdtemp,
|
|
24
24
|
)
|
|
25
|
+
from pex.compatibility import PY2
|
|
25
26
|
from pex.typing import TYPE_CHECKING, cast
|
|
26
27
|
|
|
27
28
|
if TYPE_CHECKING:
|
|
28
|
-
from typing import Any, Dict, Iterator, Optional
|
|
29
|
+
from typing import Any, Callable, Dict, Iterator, Optional, Sequence, Tuple
|
|
29
30
|
|
|
30
31
|
|
|
31
32
|
_CONFIG = load_config(internal_plugins=[(ScriptLocks.CONFIG_KEY, ScriptLocks)])
|
|
@@ -96,6 +97,27 @@ def build_sdist(
|
|
|
96
97
|
return sdist_name
|
|
97
98
|
|
|
98
99
|
|
|
100
|
+
if TYPE_CHECKING:
|
|
101
|
+
from typing import Protocol
|
|
102
|
+
|
|
103
|
+
class CSVWriter(Protocol):
|
|
104
|
+
def writerow(self, row):
|
|
105
|
+
# type: (Sequence[Any]) -> None
|
|
106
|
+
pass
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
def csv_output():
|
|
110
|
+
# type: () -> Tuple[CSVWriter, Callable[[], bytes]]
|
|
111
|
+
if PY2:
|
|
112
|
+
record = io.BytesIO()
|
|
113
|
+
csv_writer = csv.writer(record, delimiter=",", quotechar='"', lineterminator="\n")
|
|
114
|
+
return csv_writer, record.getvalue
|
|
115
|
+
else:
|
|
116
|
+
record = io.StringIO()
|
|
117
|
+
csv_writer = csv.writer(record, delimiter=",", quotechar='"', lineterminator="\n")
|
|
118
|
+
return csv_writer, lambda: record.getvalue().encode("utf-8")
|
|
119
|
+
|
|
120
|
+
|
|
99
121
|
def build_wheel(
|
|
100
122
|
wheel_directory, # type: str
|
|
101
123
|
config_settings=None, # type: Optional[Dict[str, Any]]
|
|
@@ -142,8 +164,7 @@ def build_wheel(
|
|
|
142
164
|
record_zinfo, _ = ZipFileEx.zip_info_from_file(
|
|
143
165
|
os.path.join(build_dir, record_relpath), arcname=record_relpath, date_time=date_time
|
|
144
166
|
)
|
|
145
|
-
|
|
146
|
-
csv_writer = csv.writer(record, delimiter=",", quotechar='"', lineterminator="\n")
|
|
167
|
+
csv_writer, get_csv_bytes = csv_output()
|
|
147
168
|
with open_zip(wheel_path, "w") as zf:
|
|
148
169
|
for path in _iter_files_deterministic(build_dir):
|
|
149
170
|
if path == record_relpath:
|
|
@@ -162,6 +183,6 @@ def build_wheel(
|
|
|
162
183
|
)
|
|
163
184
|
|
|
164
185
|
csv_writer.writerow((record_relpath, None, None))
|
|
165
|
-
zf.writestr(record_zinfo,
|
|
186
|
+
zf.writestr(record_zinfo, get_csv_bytes())
|
|
166
187
|
|
|
167
188
|
return wheel_name
|
|
@@ -379,8 +379,9 @@ COMPATIBLE_PYTHON_VERSIONS = (
|
|
|
379
379
|
PythonVersion(Lifecycle.STABLE, 3, 10, 18),
|
|
380
380
|
PythonVersion(Lifecycle.STABLE, 3, 11, 13),
|
|
381
381
|
PythonVersion(Lifecycle.STABLE, 3, 12, 11),
|
|
382
|
-
PythonVersion(Lifecycle.STABLE, 3, 13,
|
|
383
|
-
PythonVersion(Lifecycle.
|
|
382
|
+
PythonVersion(Lifecycle.STABLE, 3, 13, 8),
|
|
383
|
+
PythonVersion(Lifecycle.STABLE, 3, 14, 0),
|
|
384
|
+
PythonVersion(Lifecycle.DEV, 3, 15, 0),
|
|
384
385
|
)
|
|
385
386
|
|
|
386
387
|
|
|
@@ -22,6 +22,7 @@ from pex.common import (
|
|
|
22
22
|
safe_open,
|
|
23
23
|
safe_relative_symlink,
|
|
24
24
|
)
|
|
25
|
+
from pex.compatibility import PY2
|
|
25
26
|
from pex.fs import safe_link
|
|
26
27
|
from pex.interpreter import PythonInterpreter
|
|
27
28
|
from pex.typing import TYPE_CHECKING, cast
|
|
@@ -30,7 +31,7 @@ from pex.venv.virtualenv import Virtualenv
|
|
|
30
31
|
from pex.wheel import WHEEL, Wheel, WheelMetadataLoadError
|
|
31
32
|
|
|
32
33
|
if TYPE_CHECKING:
|
|
33
|
-
from typing import Callable, Iterable, Iterator, Optional, Protocol, Text, Tuple, Union
|
|
34
|
+
from typing import IO, Callable, Iterable, Iterator, Optional, Protocol, Text, Tuple, Union
|
|
34
35
|
|
|
35
36
|
import attr # vendor:skip
|
|
36
37
|
|
|
@@ -66,7 +67,12 @@ class Hash(object):
|
|
|
66
67
|
# + https://peps.python.org/pep-0376/#record
|
|
67
68
|
# + https://peps.python.org/pep-0427/#appendix
|
|
68
69
|
fingerprint = base64.urlsafe_b64encode(hasher.digest()).rstrip(b"=")
|
|
69
|
-
|
|
70
|
+
|
|
71
|
+
# N.B.: The algorithm is all caps under Python 2.7, but lower case under Python 3; so we
|
|
72
|
+
# normalize.
|
|
73
|
+
alg = hasher.name.lower()
|
|
74
|
+
|
|
75
|
+
return cls(value="{alg}={hash}".format(alg=alg, hash=fingerprint.decode("ascii")))
|
|
70
76
|
|
|
71
77
|
value = attr.ib() # type: str
|
|
72
78
|
|
|
@@ -472,6 +478,17 @@ class Record(object):
|
|
|
472
478
|
See: https://peps.python.org/pep-0376/#record
|
|
473
479
|
"""
|
|
474
480
|
|
|
481
|
+
@classmethod
|
|
482
|
+
def write_fp(
|
|
483
|
+
cls,
|
|
484
|
+
fp, # type: IO
|
|
485
|
+
installed_files, # type: Iterable[InstalledFile]
|
|
486
|
+
):
|
|
487
|
+
# type: (...) -> None
|
|
488
|
+
csv_writer = csv.writer(fp, delimiter=",", quotechar='"', lineterminator="\n")
|
|
489
|
+
for installed_file in sorted(installed_files, key=lambda installed: installed.path):
|
|
490
|
+
csv_writer.writerow(attr.astuple(installed_file, recurse=False))
|
|
491
|
+
|
|
475
492
|
@classmethod
|
|
476
493
|
def write(
|
|
477
494
|
cls,
|
|
@@ -482,13 +499,8 @@ class Record(object):
|
|
|
482
499
|
|
|
483
500
|
# The RECORD is a csv file with the path to each installed file in the 1st column.
|
|
484
501
|
# See: https://peps.python.org/pep-0376/#record
|
|
485
|
-
with safe_open(dst, "w") as fp:
|
|
486
|
-
|
|
487
|
-
"CSVWriter",
|
|
488
|
-
csv.writer(fp, delimiter=",", quotechar='"', lineterminator="\n"),
|
|
489
|
-
)
|
|
490
|
-
for installed_file in sorted(installed_files, key=lambda installed: installed.path):
|
|
491
|
-
csv_writer.writerow(attr.astuple(installed_file, recurse=False))
|
|
502
|
+
with safe_open(dst, "wb" if PY2 else "w") as fp:
|
|
503
|
+
cls.write_fp(fp, installed_files)
|
|
492
504
|
|
|
493
505
|
@classmethod
|
|
494
506
|
def read(
|
|
@@ -5,6 +5,7 @@ from __future__ import absolute_import
|
|
|
5
5
|
|
|
6
6
|
import functools
|
|
7
7
|
import hashlib
|
|
8
|
+
import io
|
|
8
9
|
import itertools
|
|
9
10
|
import os
|
|
10
11
|
from collections import defaultdict, deque
|
|
@@ -13,6 +14,7 @@ from pex import pex_warnings
|
|
|
13
14
|
from pex.atomic_directory import atomic_directory
|
|
14
15
|
from pex.cache.dirs import CacheDir, InstalledWheelDir
|
|
15
16
|
from pex.common import safe_relative_symlink
|
|
17
|
+
from pex.compatibility import PY2, commonpath
|
|
16
18
|
from pex.dependency_configuration import DependencyConfiguration
|
|
17
19
|
from pex.dist_metadata import (
|
|
18
20
|
Constraint,
|
|
@@ -26,7 +28,7 @@ from pex.exceptions import production_assert, reportable_unexpected_error_msg
|
|
|
26
28
|
from pex.fingerprinted_distribution import FingerprintedDistribution
|
|
27
29
|
from pex.jobs import DEFAULT_MAX_JOBS, iter_map_parallel
|
|
28
30
|
from pex.orderedset import OrderedSet
|
|
29
|
-
from pex.pep_376 import InstalledWheel
|
|
31
|
+
from pex.pep_376 import InstalledWheel, Record
|
|
30
32
|
from pex.pep_427 import InstallableType, InstallableWheel, InstallPaths, install_wheel_chroot
|
|
31
33
|
from pex.pep_503 import ProjectName
|
|
32
34
|
from pex.pip.version import PipVersion
|
|
@@ -36,6 +38,7 @@ from pex.resolve.requirement_configuration import RequirementConfiguration
|
|
|
36
38
|
from pex.resolve.resolver_configuration import PipConfiguration
|
|
37
39
|
from pex.resolve.resolvers import ResolvedDistribution, Resolver, ResolveResult
|
|
38
40
|
from pex.result import Error
|
|
41
|
+
from pex.sysconfig import script_name
|
|
39
42
|
from pex.targets import LocalInterpreter, Target, Targets
|
|
40
43
|
from pex.typing import TYPE_CHECKING
|
|
41
44
|
from pex.venv.virtualenv import Virtualenv
|
|
@@ -49,6 +52,50 @@ else:
|
|
|
49
52
|
import pex.third_party.attr as attr
|
|
50
53
|
|
|
51
54
|
|
|
55
|
+
def _normalize_record(
|
|
56
|
+
distribution, # type: Distribution
|
|
57
|
+
install_paths, # type: InstallPaths
|
|
58
|
+
record_data, # type: bytes
|
|
59
|
+
):
|
|
60
|
+
# type: (...) -> bytes
|
|
61
|
+
|
|
62
|
+
entry_map = distribution.get_entry_map()
|
|
63
|
+
entry_point_scripts = {
|
|
64
|
+
script_name(entry_point)
|
|
65
|
+
for key in ("console_scripts", "gui_scripts")
|
|
66
|
+
for entry_point in entry_map.get(key, {})
|
|
67
|
+
}
|
|
68
|
+
if not entry_point_scripts:
|
|
69
|
+
return record_data
|
|
70
|
+
|
|
71
|
+
scripts_dir = os.path.realpath(install_paths.scripts)
|
|
72
|
+
installed_files = [
|
|
73
|
+
installed_file
|
|
74
|
+
for installed_file in Record.read(lines=iter(record_data.decode("utf-8").splitlines()))
|
|
75
|
+
if (
|
|
76
|
+
(os.path.basename(installed_file.path) not in entry_point_scripts)
|
|
77
|
+
or (
|
|
78
|
+
scripts_dir
|
|
79
|
+
!= commonpath(
|
|
80
|
+
(
|
|
81
|
+
scripts_dir,
|
|
82
|
+
os.path.realpath(os.path.join(distribution.location, installed_file.path)),
|
|
83
|
+
)
|
|
84
|
+
)
|
|
85
|
+
)
|
|
86
|
+
)
|
|
87
|
+
]
|
|
88
|
+
|
|
89
|
+
if PY2:
|
|
90
|
+
record_fp = io.BytesIO()
|
|
91
|
+
Record.write_fp(fp=record_fp, installed_files=installed_files)
|
|
92
|
+
return record_fp.getvalue()
|
|
93
|
+
else:
|
|
94
|
+
record_fp = io.StringIO()
|
|
95
|
+
Record.write_fp(fp=record_fp, installed_files=installed_files)
|
|
96
|
+
return record_fp.getvalue().encode("utf-8")
|
|
97
|
+
|
|
98
|
+
|
|
52
99
|
def _install_distribution(
|
|
53
100
|
venv_install_paths, # type: InstallPaths
|
|
54
101
|
distribution, # type: Distribution
|
|
@@ -74,7 +121,14 @@ def _install_distribution(
|
|
|
74
121
|
)
|
|
75
122
|
|
|
76
123
|
installed_wheel_dir = InstalledWheelDir.create(
|
|
77
|
-
wheel_name=wheel.wheel_file_name,
|
|
124
|
+
wheel_name=wheel.wheel_file_name,
|
|
125
|
+
install_hash=hashlib.sha256(
|
|
126
|
+
_normalize_record(
|
|
127
|
+
distribution=Distribution(location=wheel.location, metadata=wheel.dist_metadata()),
|
|
128
|
+
install_paths=venv_install_paths,
|
|
129
|
+
record_data=record_data,
|
|
130
|
+
)
|
|
131
|
+
).hexdigest(),
|
|
78
132
|
)
|
|
79
133
|
with atomic_directory(target_dir=installed_wheel_dir) as atomic_dir:
|
|
80
134
|
if not atomic_dir.is_finalized():
|
|
@@ -86,7 +140,7 @@ def _install_distribution(
|
|
|
86
140
|
raise AssertionError(reportable_unexpected_error_msg())
|
|
87
141
|
runtime_key_dir = CacheDir.INSTALLED_WHEELS.path(installed_wheel.fingerprint)
|
|
88
142
|
with atomic_directory(runtime_key_dir) as symlink_atomic_dir:
|
|
89
|
-
if not
|
|
143
|
+
if not symlink_atomic_dir.is_finalized():
|
|
90
144
|
# Note: Create a relative path symlink between the two directories so that the
|
|
91
145
|
# PEX_ROOT can be used within a chroot environment where the prefix of the path
|
|
92
146
|
# may change between programs running inside and outside the chroot.
|
|
@@ -87,7 +87,7 @@ def _calculate_applicable_binary_names(
|
|
|
87
87
|
# more sophisticated detection and re-direction from these during its own bootstrap. When doing
|
|
88
88
|
# so, select these interpreters from newest to oldest since it more likely any given machine
|
|
89
89
|
# will have Python 3 at this point than it will Python 2.
|
|
90
|
-
pex_requires_python = SpecifierSet(">=2.7")
|
|
90
|
+
pex_requires_python = SpecifierSet(os.environ.get("_PEX_REQUIRES_PYTHON", ">=2.7"))
|
|
91
91
|
dist = dist_metadata.find_distribution("pex") # type: Optional[Distribution]
|
|
92
92
|
if dist and dist.metadata.version == Version(__version__):
|
|
93
93
|
pex_requires_python = dist.metadata.requires_python
|
|
@@ -201,9 +201,11 @@ class VendorSpec(
|
|
|
201
201
|
# Automated update of Pip's vendored certifi's cacert.pem to that from certifi 2025.7.14.
|
|
202
202
|
# 12.) https://github.com/pex-tool/pip/commit/21a4058f77f9864151510b725419206a2e5645ae
|
|
203
203
|
# Automated update of Pip's vendored certifi's cacert.pem to that from certifi 2025.8.3.
|
|
204
|
+
# 13.) https://github.com/pex-tool/pip/commit/cef23bb7153ec49037d963e84fcad0f08880fbc5
|
|
205
|
+
# Automated update of Pip's vendored certifi's cacert.pem to that from certifi 2025.10.5.
|
|
204
206
|
PIP_SPEC = VendorSpec.git(
|
|
205
207
|
repo="https://github.com/pex-tool/pip",
|
|
206
|
-
commit="
|
|
208
|
+
commit="cef23bb7153ec49037d963e84fcad0f08880fbc5",
|
|
207
209
|
project_name="pip",
|
|
208
210
|
rewrite=False,
|
|
209
211
|
)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"fingerprint": "de23a2c694fa2713ad15b0c336b22208fbd1524e975d96886eeb842f2adb1d4e", "record_relpath": "pip-20.3.4.dist-info/RECORD", "root_is_purelib": true, "stash_dir": ".prefix"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Updated via `nox -e update-certifi-cacert-pem` using certifi 2025.
|
|
1
|
+
# Updated via `nox -e update-certifi-cacert-pem` using certifi 2025.10.5
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
# Issuer: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc.
|
|
@@ -4739,3 +4739,65 @@ rk4N3hY9A4GzJl5LuEsAz/+MF7psYC0nhzck5npgL7XTgwSqT0N1osGDsieYK7EO
|
|
|
4739
4739
|
gLrAhV5Cud+xYJHT6xh+cHiudoO+cVrQkOPKwRYlZ0rwtnu64ZzZ
|
|
4740
4740
|
-----END CERTIFICATE-----
|
|
4741
4741
|
|
|
4742
|
+
# Issuer: CN=OISTE Server Root ECC G1 O=OISTE Foundation
|
|
4743
|
+
# Subject: CN=OISTE Server Root ECC G1 O=OISTE Foundation
|
|
4744
|
+
# Label: "OISTE Server Root ECC G1"
|
|
4745
|
+
# Serial: 47819833811561661340092227008453318557
|
|
4746
|
+
# MD5 Fingerprint: 42:a7:d2:35:ae:02:92:db:19:76:08:de:2f:05:b4:d4
|
|
4747
|
+
# SHA1 Fingerprint: 3b:f6:8b:09:ae:2a:92:7b:ba:e3:8d:3f:11:95:d9:e6:44:0c:45:e2
|
|
4748
|
+
# SHA256 Fingerprint: ee:c9:97:c0:c3:0f:21:6f:7e:3b:8b:30:7d:2b:ae:42:41:2d:75:3f:c8:21:9d:af:d1:52:0b:25:72:85:0f:49
|
|
4749
|
+
-----BEGIN CERTIFICATE-----
|
|
4750
|
+
MIICNTCCAbqgAwIBAgIQI/nD1jWvjyhLH/BU6n6XnTAKBggqhkjOPQQDAzBLMQsw
|
|
4751
|
+
CQYDVQQGEwJDSDEZMBcGA1UECgwQT0lTVEUgRm91bmRhdGlvbjEhMB8GA1UEAwwY
|
|
4752
|
+
T0lTVEUgU2VydmVyIFJvb3QgRUNDIEcxMB4XDTIzMDUzMTE0NDIyOFoXDTQ4MDUy
|
|
4753
|
+
NDE0NDIyN1owSzELMAkGA1UEBhMCQ0gxGTAXBgNVBAoMEE9JU1RFIEZvdW5kYXRp
|
|
4754
|
+
b24xITAfBgNVBAMMGE9JU1RFIFNlcnZlciBSb290IEVDQyBHMTB2MBAGByqGSM49
|
|
4755
|
+
AgEGBSuBBAAiA2IABBcv+hK8rBjzCvRE1nZCnrPoH7d5qVi2+GXROiFPqOujvqQy
|
|
4756
|
+
cvO2Ackr/XeFblPdreqqLiWStukhEaivtUwL85Zgmjvn6hp4LrQ95SjeHIC6XG4N
|
|
4757
|
+
2xml4z+cKrhAS93mT6NjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBQ3
|
|
4758
|
+
TYhlz/w9itWj8UnATgwQb0K0nDAdBgNVHQ4EFgQUN02IZc/8PYrVo/FJwE4MEG9C
|
|
4759
|
+
tJwwDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMDA2kAMGYCMQCpKjAd0MKfkFFR
|
|
4760
|
+
QD6VVCHNFmb3U2wIFjnQEnx/Yxvf4zgAOdktUyBFCxxgZzFDJe0CMQCSia7pXGKD
|
|
4761
|
+
YmH5LVerVrkR3SW+ak5KGoJr3M/TvEqzPNcum9v4KGm8ay3sMaE641c=
|
|
4762
|
+
-----END CERTIFICATE-----
|
|
4763
|
+
|
|
4764
|
+
# Issuer: CN=OISTE Server Root RSA G1 O=OISTE Foundation
|
|
4765
|
+
# Subject: CN=OISTE Server Root RSA G1 O=OISTE Foundation
|
|
4766
|
+
# Label: " OISTE Server Root RSA G1"
|
|
4767
|
+
# Serial: 113845518112613905024960613408179309848
|
|
4768
|
+
# MD5 Fingerprint: 23:a7:9e:d4:70:b8:b9:14:57:41:8a:7e:44:59:e2:68
|
|
4769
|
+
# SHA1 Fingerprint: f7:00:34:25:94:88:68:31:e4:34:87:3f:70:fe:86:b3:86:9f:f0:6e
|
|
4770
|
+
# SHA256 Fingerprint: 9a:e3:62:32:a5:18:9f:fd:db:35:3d:fd:26:52:0c:01:53:95:d2:27:77:da:c5:9d:b5:7b:98:c0:89:a6:51:e6
|
|
4771
|
+
-----BEGIN CERTIFICATE-----
|
|
4772
|
+
MIIFgzCCA2ugAwIBAgIQVaXZZ5Qoxu0M+ifdWwFNGDANBgkqhkiG9w0BAQwFADBL
|
|
4773
|
+
MQswCQYDVQQGEwJDSDEZMBcGA1UECgwQT0lTVEUgRm91bmRhdGlvbjEhMB8GA1UE
|
|
4774
|
+
AwwYT0lTVEUgU2VydmVyIFJvb3QgUlNBIEcxMB4XDTIzMDUzMTE0MzcxNloXDTQ4
|
|
4775
|
+
MDUyNDE0MzcxNVowSzELMAkGA1UEBhMCQ0gxGTAXBgNVBAoMEE9JU1RFIEZvdW5k
|
|
4776
|
+
YXRpb24xITAfBgNVBAMMGE9JU1RFIFNlcnZlciBSb290IFJTQSBHMTCCAiIwDQYJ
|
|
4777
|
+
KoZIhvcNAQEBBQADggIPADCCAgoCggIBAKqu9KuCz/vlNwvn1ZatkOhLKdxVYOPM
|
|
4778
|
+
vLO8LZK55KN68YG0nnJyQ98/qwsmtO57Gmn7KNByXEptaZnwYx4M0rH/1ow00O7b
|
|
4779
|
+
rEi56rAUjtgHqSSY3ekJvqgiG1k50SeH3BzN+Puz6+mTeO0Pzjd8JnduodgsIUzk
|
|
4780
|
+
ik/HEzxux9UTl7Ko2yRpg1bTacuCErudG/L4NPKYKyqOBGf244ehHa1uzjZ0Dl4z
|
|
4781
|
+
O8vbUZeUapU8zhhabkvG/AePLhq5SvdkNCncpo1Q4Y2LS+VIG24ugBA/5J8bZT8R
|
|
4782
|
+
tOpXaZ+0AOuFJJkk9SGdl6r7NH8CaxWQrbueWhl/pIzY+m0o/DjH40ytas7ZTpOS
|
|
4783
|
+
jswMZ78LS5bOZmdTaMsXEY5Z96ycG7mOaES3GK/m5Q9l3JUJsJMStR8+lKXHiHUh
|
|
4784
|
+
sd4JJCpM4rzsTGdHwimIuQq6+cF0zowYJmXa92/GjHtoXAvuY8BeS/FOzJ8vD+Ho
|
|
4785
|
+
mnqT8eDI278n5mUpezbgMxVz8p1rhAhoKzYHKyfMeNhqhw5HdPSqoBNdZH702xSu
|
|
4786
|
+
+zrkL8Fl47l6QGzwBrd7KJvX4V84c5Ss2XCTLdyEr0YconosP4EmQufU2MVshGYR
|
|
4787
|
+
i3drVByjtdgQ8K4p92cIiBdcuJd5z+orKu5YM+Vt6SmqZQENghPsJQtdLEByFSnT
|
|
4788
|
+
kCz3GkPVavBpAgMBAAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAU
|
|
4789
|
+
8snBDw1jALvsRQ5KH7WxszbNDo0wHQYDVR0OBBYEFPLJwQ8NYwC77EUOSh+1sbM2
|
|
4790
|
+
zQ6NMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQwFAAOCAgEANGd5sjrG5T33
|
|
4791
|
+
I3K5Ce+SrScfoE4KsvXaFwyihdJ+klH9FWXXXGtkFu6KRcoMQzZENdl//nk6HOjG
|
|
4792
|
+
5D1rd9QhEOP28yBOqb6J8xycqd+8MDoX0TJD0KqKchxRKEzdNsjkLWd9kYccnbz8
|
|
4793
|
+
qyiWXmFcuCIzGEgWUOrKL+mlSdx/PKQZvDatkuK59EvV6wit53j+F8Bdh3foZ3dP
|
|
4794
|
+
AGav9LEDOr4SfEE15fSmG0eLy3n31r8Xbk5l8PjaV8GUgeV6Vg27Rn9vkf195hfk
|
|
4795
|
+
gSe7BYhW3SCl95gtkRlpMV+bMPKZrXJAlszYd2abtNUOshD+FKrDgHGdPY3ofRRs
|
|
4796
|
+
YWSGRqbXVMW215AWRqWFyp464+YTFrYVI8ypKVL9AMb2kI5Wj4kI3Zaq5tNqqYY1
|
|
4797
|
+
9tVFeEJKRvwDyF7YZvZFZSS0vod7VSCd9521Kvy5YhnLbDuv0204bKt7ph6N/Ome
|
|
4798
|
+
/msVuduCmsuY33OhkKCgxeDoAaijFJzIwZqsFVAzje18KotzlUBDJvyBpCpfOZC3
|
|
4799
|
+
J8tRd/iWkx7P8nd9H0aTolkelUTFLXVksNb54Dxp6gS1HAviRkRNQzuXSXERvSS2
|
|
4800
|
+
wq1yVAb+axj5d9spLFKebXd7Yv0PTY6YMjAwcRLWJTXjn/hvnLXrahut6hDTlhZy
|
|
4801
|
+
BiElxky8j3C7DOReIoMt0r7+hVu05L0=
|
|
4802
|
+
-----END CERTIFICATE-----
|
|
4803
|
+
|
|
@@ -256,11 +256,15 @@ hidden = true
|
|
|
256
256
|
|
|
257
257
|
[tool.dev-cmd.commands.format]
|
|
258
258
|
description = "Auto-format the source code."
|
|
259
|
-
|
|
259
|
+
# N.B.: Our old version of black does not run under 3.14; so we pin to 3.11 for now to cover all
|
|
260
|
+
# cases.
|
|
261
|
+
python = "python3.11"
|
|
260
262
|
args = ["scripts/format.py"]
|
|
261
263
|
|
|
262
264
|
[tool.dev-cmd.commands.format-check]
|
|
263
|
-
|
|
265
|
+
# N.B.: Our old version of black does not run under 3.14; so we pin to 3.11 for now to cover all
|
|
266
|
+
# cases.
|
|
267
|
+
python = "python3.11"
|
|
264
268
|
args = ["scripts/format.py", "--check"]
|
|
265
269
|
hidden = true
|
|
266
270
|
|
|
@@ -270,6 +274,7 @@ args = ["scripts/gen-scie-platform.py"]
|
|
|
270
274
|
accepts-extra-args = true
|
|
271
275
|
dependency-group = "gen-scie-platform"
|
|
272
276
|
hidden = true
|
|
277
|
+
|
|
273
278
|
[tool.dev-cmd.commands.gen-scie-platform.env]
|
|
274
279
|
PYTHONPATH = "."
|
|
275
280
|
# Used to get wheels for armv7l and riscv64.
|
|
@@ -49,7 +49,7 @@ from pex.compatibility import urlparse
|
|
|
49
49
|
from pex.fs import safe_rename
|
|
50
50
|
from pex.typing import TYPE_CHECKING, cast
|
|
51
51
|
from pex.util import named_temporary_file
|
|
52
|
-
from testing import devpi, pex_project_dir
|
|
52
|
+
from testing import devpi, pex_dist, pex_project_dir
|
|
53
53
|
|
|
54
54
|
if TYPE_CHECKING:
|
|
55
55
|
from typing import Iterator, Optional, Tuple
|
|
@@ -266,6 +266,8 @@ def main():
|
|
|
266
266
|
|
|
267
267
|
args = [sys.executable, "-m", "pytest", "-n", "auto", "-p", "testing.pytest_utils.shard"]
|
|
268
268
|
|
|
269
|
+
os.environ["_PEX_REQUIRES_PYTHON"] = pex_dist.requires_python()
|
|
270
|
+
|
|
269
271
|
# When run under dev-cmd, FORCE_COLOR=1 is set to propagate auto-detection of a color terminal.
|
|
270
272
|
# This affects a handful of our tests; so we discard and let the --color option below control
|
|
271
273
|
# our own color output.
|
|
@@ -9,7 +9,9 @@ import os
|
|
|
9
9
|
|
|
10
10
|
from pex import hashing
|
|
11
11
|
from pex.atomic_directory import atomic_directory
|
|
12
|
+
from pex.compatibility import ConfigParser
|
|
12
13
|
from pex.pip.version import PipVersion
|
|
14
|
+
from pex.typing import cast
|
|
13
15
|
from pex.util import CacheHelper
|
|
14
16
|
from pex.venv.virtualenv import InstallationChoice, Virtualenv
|
|
15
17
|
from pex.version import __version__
|
|
@@ -73,3 +75,15 @@ def wheel():
|
|
|
73
75
|
return os.path.join(
|
|
74
76
|
pex_wheel_dir, "pex-{version}-py2.py3-none-any.whl".format(version=__version__)
|
|
75
77
|
)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
def requires_python():
|
|
81
|
+
# type: () -> str
|
|
82
|
+
|
|
83
|
+
requires_python_override = os.environ.get("_PEX_REQUIRES_PYTHON")
|
|
84
|
+
if requires_python_override:
|
|
85
|
+
return requires_python_override
|
|
86
|
+
|
|
87
|
+
config_parser = ConfigParser()
|
|
88
|
+
config_parser.read(os.path.join(pex_project_dir(), "setup.cfg"))
|
|
89
|
+
return cast(str, config_parser.get("options", "python_requires"))
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
# Copyright 2022 Pex project contributors.
|
|
2
2
|
# Licensed under the Apache License, Version 2.0 (see LICENSE).
|
|
3
3
|
|
|
4
|
-
import os
|
|
5
|
-
|
|
6
|
-
import pytest
|
|
7
4
|
|
|
8
5
|
from pex import sh_boot
|
|
9
|
-
from pex.compatibility import ConfigParser
|
|
10
6
|
from pex.interpreter import PythonInterpreter
|
|
11
7
|
from pex.interpreter_constraints import InterpreterConstraints, iter_compatible_versions
|
|
12
8
|
from pex.interpreter_implementation import InterpreterImplementation
|
|
@@ -17,7 +13,7 @@ from pex.resolve import abbreviated_platforms
|
|
|
17
13
|
from pex.sh_boot import PythonBinaryName
|
|
18
14
|
from pex.targets import CompletePlatform, Targets
|
|
19
15
|
from pex.third_party.packaging.specifiers import SpecifierSet
|
|
20
|
-
from pex.typing import TYPE_CHECKING
|
|
16
|
+
from pex.typing import TYPE_CHECKING
|
|
21
17
|
|
|
22
18
|
if TYPE_CHECKING:
|
|
23
19
|
from typing import Iterable, List
|
|
@@ -35,20 +31,8 @@ def calculate_binary_names(
|
|
|
35
31
|
)
|
|
36
32
|
|
|
37
33
|
|
|
38
|
-
@pytest.fixture
|
|
39
|
-
def requires_python(pex_project_dir):
|
|
40
|
-
# type: (str) -> str
|
|
41
|
-
requires_python = os.environ.get("_PEX_REQUIRES_PYTHON")
|
|
42
|
-
if requires_python:
|
|
43
|
-
return requires_python
|
|
44
|
-
|
|
45
|
-
config_parser = ConfigParser()
|
|
46
|
-
config_parser.read(os.path.join(pex_project_dir, "setup.cfg"))
|
|
47
|
-
return cast(str, config_parser.get("options", "python_requires"))
|
|
48
|
-
|
|
49
|
-
|
|
50
34
|
def expected(
|
|
51
|
-
|
|
35
|
+
pex_requires_python, # type: str
|
|
52
36
|
*names # type: PythonBinaryName
|
|
53
37
|
):
|
|
54
38
|
# type: (...) -> List[str]
|
|
@@ -67,7 +51,10 @@ def expected(
|
|
|
67
51
|
all_names.add(current_interpreter_identity.binary_name(version_components=2))
|
|
68
52
|
|
|
69
53
|
supported_versions = sorted(
|
|
70
|
-
(
|
|
54
|
+
(
|
|
55
|
+
version[:2]
|
|
56
|
+
for version in set(iter_compatible_versions([SpecifierSet(pex_requires_python)]))
|
|
57
|
+
),
|
|
71
58
|
reverse=True, # Newest (highest) version 1st.
|
|
72
59
|
)
|
|
73
60
|
for exe_name in "python", "pypy":
|
|
@@ -103,17 +90,17 @@ def expected(
|
|
|
103
90
|
return list(all_names)
|
|
104
91
|
|
|
105
92
|
|
|
106
|
-
def test_calculate_no_targets_no_ics(
|
|
93
|
+
def test_calculate_no_targets_no_ics(pex_requires_python):
|
|
107
94
|
# type: (str) -> None
|
|
108
95
|
|
|
109
|
-
assert expected(
|
|
96
|
+
assert expected(pex_requires_python) == calculate_binary_names()
|
|
110
97
|
|
|
111
98
|
|
|
112
|
-
def test_calculate_platforms_no_ics(
|
|
99
|
+
def test_calculate_platforms_no_ics(pex_requires_python):
|
|
113
100
|
# type: (str) -> None
|
|
114
101
|
|
|
115
102
|
assert expected(
|
|
116
|
-
|
|
103
|
+
pex_requires_python,
|
|
117
104
|
PythonBinaryName(implementation=InterpreterImplementation.CPYTHON, version=(3, 6)),
|
|
118
105
|
PythonBinaryName(implementation=InterpreterImplementation.PYPY, version=(2, 7)),
|
|
119
106
|
) == calculate_binary_names(
|
|
@@ -127,7 +114,7 @@ def test_calculate_platforms_no_ics(requires_python):
|
|
|
127
114
|
|
|
128
115
|
|
|
129
116
|
def test_calculate_interpreters_no_ics(
|
|
130
|
-
|
|
117
|
+
pex_requires_python, # type: str
|
|
131
118
|
py27, # type: PythonInterpreter
|
|
132
119
|
py311, # type: PythonInterpreter
|
|
133
120
|
py310, # type: PythonInterpreter
|
|
@@ -136,7 +123,7 @@ def test_calculate_interpreters_no_ics(
|
|
|
136
123
|
|
|
137
124
|
assert (
|
|
138
125
|
expected(
|
|
139
|
-
|
|
126
|
+
pex_requires_python,
|
|
140
127
|
PythonBinaryName(implementation=InterpreterImplementation.CPYTHON, version=(2, 7)),
|
|
141
128
|
PythonBinaryName(implementation=InterpreterImplementation.CPYTHON, version=(3, 11)),
|
|
142
129
|
PythonBinaryName(implementation=InterpreterImplementation.CPYTHON, version=(3, 10)),
|
|
@@ -145,12 +132,12 @@ def test_calculate_interpreters_no_ics(
|
|
|
145
132
|
)
|
|
146
133
|
|
|
147
134
|
|
|
148
|
-
def test_calculate_no_targets_ics(
|
|
135
|
+
def test_calculate_no_targets_ics(pex_requires_python):
|
|
149
136
|
# type: (str) -> None
|
|
150
137
|
|
|
151
138
|
assert (
|
|
152
139
|
expected(
|
|
153
|
-
|
|
140
|
+
pex_requires_python,
|
|
154
141
|
PythonBinaryName(implementation=InterpreterImplementation.CPYTHON, version=(3, 7)),
|
|
155
142
|
PythonBinaryName(implementation=InterpreterImplementation.PYPY, version=(3, 7)),
|
|
156
143
|
PythonBinaryName(implementation=InterpreterImplementation.CPYTHON, version=(3, 8)),
|
|
@@ -164,13 +151,13 @@ def test_calculate_no_targets_ics(requires_python):
|
|
|
164
151
|
|
|
165
152
|
|
|
166
153
|
def test_calculate_mixed(
|
|
167
|
-
|
|
154
|
+
pex_requires_python, # type: str
|
|
168
155
|
py27, # type: PythonInterpreter
|
|
169
156
|
):
|
|
170
157
|
# type: (...) -> None
|
|
171
158
|
|
|
172
159
|
assert expected(
|
|
173
|
-
|
|
160
|
+
pex_requires_python,
|
|
174
161
|
PythonBinaryName(implementation=InterpreterImplementation.CPYTHON, version=(2, 7)),
|
|
175
162
|
PythonBinaryName(implementation=InterpreterImplementation.PYPY, version=(3, 8)),
|
|
176
163
|
PythonBinaryName(implementation=InterpreterImplementation.CPYTHON, version=(3, 6)),
|
|
@@ -34,6 +34,12 @@ def pex_wheel():
|
|
|
34
34
|
return pex_dist.wheel()
|
|
35
35
|
|
|
36
36
|
|
|
37
|
+
@pytest.fixture(scope="session")
|
|
38
|
+
def pex_requires_python():
|
|
39
|
+
# type: () -> str
|
|
40
|
+
return pex_dist.requires_python()
|
|
41
|
+
|
|
42
|
+
|
|
37
43
|
@pytest.fixture(scope="session")
|
|
38
44
|
def tmpdir_factory(request):
|
|
39
45
|
# type: (FixtureRequest) -> tmp.TempdirFactory
|
|
@@ -321,7 +321,8 @@ def iter_expected_devpi_server_deps(interpreter):
|
|
|
321
321
|
|
|
322
322
|
|
|
323
323
|
@pytest.mark.skipif(
|
|
324
|
-
sys.version_info[:2] < (3, 10)
|
|
324
|
+
sys.version_info[:2] < (3, 10) or sys.version_info[:2] >= (3, 14),
|
|
325
|
+
reason="The lock under test requires Python >=3.10,<3.14.",
|
|
325
326
|
)
|
|
326
327
|
def test_universal_export_interop(
|
|
327
328
|
tmpdir, # type: Tempdir
|
|
@@ -348,8 +349,7 @@ def test_universal_export_interop(
|
|
|
348
349
|
|
|
349
350
|
assert_valid_toml(result.output)
|
|
350
351
|
|
|
351
|
-
interpreter = PythonInterpreter.get()
|
|
352
|
-
|
|
352
|
+
interpreter = PythonInterpreter.get()
|
|
353
353
|
venv_dir = tmpdir.join("venv")
|
|
354
354
|
venv = Virtualenv.create(venv_dir=venv_dir, interpreter=interpreter)
|
|
355
355
|
assert [] == list(venv.iter_distributions())
|