pex 2.97.0__tar.gz → 2.97.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pex-2.97.0 → pex-2.97.2}/CHANGES.md +12 -0
- {pex-2.97.0 → pex-2.97.2}/PKG-INFO +4 -4
- {pex-2.97.0 → pex-2.97.2}/pex/cli/commands/lock.py +28 -8
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/lockfile/targets.py +37 -7
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/lockfile/updater.py +71 -22
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/__init__.py +4 -1
- pex-2.97.2/pex/vendor/_vendored/pip/.layout.json +1 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/certifi/cacert.pem +1 -71
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip-20.3.4.dist-info/RECORD +1 -1
- {pex-2.97.0 → pex-2.97.2}/pex/version.py +1 -1
- pex-2.97.2/tests/integration/cli/commands/test_issue_3194.py +113 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_reproducible.py +16 -5
- pex-2.97.0/pex/vendor/_vendored/pip/.layout.json +0 -1
- {pex-2.97.0 → pex-2.97.2}/LICENSE +0 -0
- {pex-2.97.0 → pex-2.97.2}/MANIFEST.in +0 -0
- {pex-2.97.0 → pex-2.97.2}/README.rst +0 -0
- {pex-2.97.0 → pex-2.97.2}/assets/download.svg +0 -0
- {pex-2.97.0 → pex-2.97.2}/assets/github.svg +0 -0
- {pex-2.97.0 → pex-2.97.2}/assets/pdf.svg +0 -0
- {pex-2.97.0 → pex-2.97.2}/assets/pex-icon-512.png +0 -0
- {pex-2.97.0 → pex-2.97.2}/assets/pex-icon-512x512.png +0 -0
- {pex-2.97.0 → pex-2.97.2}/assets/pex-logo-dark.png +0 -0
- {pex-2.97.0 → pex-2.97.2}/assets/pex-logo-light.png +0 -0
- {pex-2.97.0 → pex-2.97.2}/assets/pex.svg +0 -0
- {pex-2.97.0 → pex-2.97.2}/assets/python.svg +0 -0
- {pex-2.97.0 → pex-2.97.2}/build-backend/pex_build/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/build-backend/pex_build/setuptools/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/build-backend/pex_build/setuptools/build.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/docker/base/Dockerfile +0 -0
- {pex-2.97.0 → pex-2.97.2}/docker/base/install-pythons.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/docker/base/new-versions.toml +0 -0
- {pex-2.97.0 → pex-2.97.2}/docker/base/old-versions.toml +0 -0
- {pex-2.97.0 → pex-2.97.2}/docker/cache/Dockerfile +0 -0
- {pex-2.97.0 → pex-2.97.2}/docker/cache/populate_cache.sh +0 -0
- {pex-2.97.0 → pex-2.97.2}/docker/user/Dockerfile +0 -0
- {pex-2.97.0 → pex-2.97.2}/docker/user/create_docker_image_user.sh +0 -0
- {pex-2.97.0 → pex-2.97.2}/docs/_ext/sphinx_pex/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/docs/_ext/sphinx_pex/vars.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/docs/_static/pex-icon.png +0 -0
- {pex-2.97.0 → pex-2.97.2}/docs/_static/pex-logo-dark.png +0 -0
- {pex-2.97.0 → pex-2.97.2}/docs/_static/pex-logo-light.png +0 -0
- {pex-2.97.0 → pex-2.97.2}/docs/_templates/page.html +0 -0
- {pex-2.97.0 → pex-2.97.2}/docs/_templates/search.html +0 -0
- {pex-2.97.0 → pex-2.97.2}/docs/api/vars.md +0 -0
- {pex-2.97.0 → pex-2.97.2}/docs/buildingpex.rst +0 -0
- {pex-2.97.0 → pex-2.97.2}/docs/conf.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/docs/index.rst +0 -0
- {pex-2.97.0 → pex-2.97.2}/docs/recipes.rst +0 -0
- {pex-2.97.0 → pex-2.97.2}/docs/scie.md +0 -0
- {pex-2.97.0 → pex-2.97.2}/docs/whatispex.rst +0 -0
- {pex-2.97.0 → pex-2.97.2}/duvrc.sh +0 -0
- {pex-2.97.0 → pex-2.97.2}/mypy.ini +0 -0
- {pex-2.97.0 → pex-2.97.2}/package/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/package/complete-platforms/linux-aarch64.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/package/complete-platforms/linux-armv7l.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/package/complete-platforms/linux-riscv64.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/package/complete-platforms/linux-x86_64.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/package/complete-platforms/macos-aarch64.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/package/complete-platforms/macos-x86_64.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/package/complete-platforms/musl-linux-aarch64.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/package/complete-platforms/musl-linux-x86_64.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/package/package.toml +0 -0
- {pex-2.97.0 → pex-2.97.2}/package/pex-scie.lock +0 -0
- {pex-2.97.0 → pex-2.97.2}/package/scie_config.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/__main__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/argparse.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/artifact_url.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/atexit.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/atomic_directory.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/attrs.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/auth.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/bin/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/bin/pex.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/bootstrap.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/build_backend/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/build_backend/configuration.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/build_backend/pylock.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/build_backend/wrap.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/build_properties.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/build_system/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/build_system/pep_517.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/build_system/pep_518.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cache/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cache/access.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cache/dirs.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cache/prunable.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cache/root.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/__main__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/command.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/commands/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/commands/cache/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/commands/cache/bytes.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/commands/cache/command.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/commands/cache/du.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/commands/cache_aware.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/commands/docs.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/commands/interpreter.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/commands/pip/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/commands/pip/core.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/commands/pip/download.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/commands/pip/wheel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/commands/run.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/commands/scie.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/commands/venv.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli/pex.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/cli_util.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/commands/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/commands/command.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/common.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/compatibility.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/compiler.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/dependency_configuration.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/dependency_manager.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/dist_metadata.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/distutils/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/distutils/commands/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/distutils/commands/bdist_pex.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/docs/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/docs/command.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/entry_points_txt.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/enum.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/environment.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/exceptions.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/executables.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/executor.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/fetcher.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/finders.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/fingerprinted_distribution.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/fs/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/fs/_posix.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/fs/_windows.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/fs/lock.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/globals.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/hashing.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/hashing.py.lck +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/http/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/http/server.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/inherit_path.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/installed_wheel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/interpreter.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/interpreter_constraints.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/interpreter_implementation.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/interpreter_selection_strategy.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/jobs.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/lang.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/layout.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/namespace.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/network_configuration.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/orderedset.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/os.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pep_376.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pep_425.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pep_427.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pep_440.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pep_503.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pep_508.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pep_723.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pex.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pex_boot.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pex_bootstrapper.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pex_builder.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pex_info.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pex_root.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pex_warnings.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pip/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pip/dependencies/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pip/dependencies/requires.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pip/download_observer.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pip/foreign_platform/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pip/foreign_platform/markers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pip/foreign_platform/requires_python.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pip/foreign_platform/tags.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pip/installation.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pip/local_project.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pip/log_analyzer.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pip/package_repositories/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pip/package_repositories/link_collector.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pip/tailer.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pip/tool.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pip/vcs.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pip/version.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/platforms.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pth.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/pyenv.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/rank.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/rc/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/rc/model.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/rc/pexrc.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/repl/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/repl/custom.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/repl/pex_repl.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/requirement_key.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/requirements.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/abbreviated_platforms.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/config.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/configured_resolve.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/configured_resolver.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/downloads.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/lock_downloader.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/lock_resolver.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/locked_resolve.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/locker.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/locker_patches.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/lockfile/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/lockfile/create.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/lockfile/download_manager.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/lockfile/json_codec.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/lockfile/model.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/lockfile/pep_751.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/lockfile/requires_dist.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/lockfile/subset.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/lockfile/tarjan.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/package_repository.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/path_mappings.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/pep_691/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/pep_691/api.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/pep_691/fingerprint_service.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/pep_691/model.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/pex_repository_resolver.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/pre_resolved_resolver.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/project.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/requirement_configuration.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/requirement_options.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/resolved_requirement.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/resolver_configuration.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/resolver_options.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/resolvers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/script_metadata.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/target_configuration.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/target_options.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/target_system.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolve/venv_resolver.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/resolver.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/result.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/scie/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/scie/configure-binding.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/scie/model.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/scie/resource-binding.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/scie/science.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/sdist.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/sh_boot.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/sorted_tuple.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/specifier_sets.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/subprocess.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/sysconfig.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/targets.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/third_party/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/toml.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/tools/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/tools/__main__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/tools/command.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/tools/commands/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/tools/commands/digraph.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/tools/commands/graph.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/tools/commands/info.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/tools/commands/interpreter.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/tools/commands/repository.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/tools/commands/venv.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/tools/main.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/tracer.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/typing.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/util.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/variables.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/README.md +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/__main__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/ansicolors/.layout.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/ansicolors/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.dist-info/DESCRIPTION.rst +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.dist-info/METADATA +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.dist-info/RECORD +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.dist-info/WHEEL +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.dist-info/metadata.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.dist-info/top_level.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.pex-info/original-whl-info.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/ansicolors/colors/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/ansicolors/colors/colors.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/ansicolors/colors/csscolors.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/ansicolors/colors/version.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/ansicolors/constraints.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/appdirs/.layout.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/appdirs/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/appdirs/appdirs-1.4.4.dist-info/LICENSE.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/appdirs/appdirs-1.4.4.dist-info/METADATA +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/appdirs/appdirs-1.4.4.dist-info/RECORD +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/appdirs/appdirs-1.4.4.dist-info/WHEEL +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/appdirs/appdirs-1.4.4.dist-info/top_level.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/appdirs/appdirs-1.4.4.pex-info/original-whl-info.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/appdirs/appdirs.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/appdirs/constraints.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/.layout.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/__init__.pyi +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/_cmp.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/_cmp.pyi +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/_compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/_config.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/_funcs.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/_make.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/_next_gen.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/_version_info.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/_version_info.pyi +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/converters.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/converters.pyi +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/exceptions.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/exceptions.pyi +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/filters.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/filters.pyi +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/py.typed +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/setters.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/setters.pyi +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/validators.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attr/validators.pyi +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attrs/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attrs/__init__.pyi +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attrs/converters.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attrs/exceptions.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attrs/filters.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attrs/py.typed +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attrs/setters.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attrs/validators.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.dist-info/AUTHORS.rst +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.dist-info/LICENSE +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.dist-info/METADATA +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.dist-info/RECORD +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.dist-info/WHEEL +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.dist-info/top_level.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.pex-info/original-whl-info.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/.layout.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/constraints.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging/__about__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging/_compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging/_structures.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging/_typing.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging/markers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging/py.typed +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging/requirements.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging/specifiers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging/tags.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging/utils.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging/version.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/LICENSE +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/LICENSE.APACHE +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/LICENSE.BSD +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/METADATA +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/RECORD +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/WHEEL +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/top_level.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.pex-info/original-whl-info.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/pyparsing-2.4.7.dist-info/LICENSE +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/pyparsing-2.4.7.dist-info/METADATA +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/pyparsing-2.4.7.dist-info/RECORD +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/pyparsing-2.4.7.dist-info/WHEEL +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/pyparsing-2.4.7.dist-info/top_level.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/pyparsing-2.4.7.pex-info/original-whl-info.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_20_9/pyparsing.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/.layout.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/constraints.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging/__about__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging/_manylinux.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging/_musllinux.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging/_structures.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging/markers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging/py.typed +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging/requirements.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging/specifiers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging/tags.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging/utils.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging/version.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/LICENSE +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/LICENSE.APACHE +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/LICENSE.BSD +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/METADATA +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/RECORD +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/WHEEL +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/top_level.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.pex-info/original-whl-info.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/pyparsing/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/pyparsing/actions.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/pyparsing/common.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/pyparsing/core.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/pyparsing/diagram/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/pyparsing/diagram/template.jinja2 +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/pyparsing/exceptions.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/pyparsing/helpers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/pyparsing/results.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/pyparsing/testing.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/pyparsing/unicode.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/pyparsing/util.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/pyparsing-3.0.7.dist-info/LICENSE +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/pyparsing-3.0.7.dist-info/METADATA +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/pyparsing-3.0.7.dist-info/RECORD +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/pyparsing-3.0.7.dist-info/WHEEL +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/pyparsing-3.0.7.dist-info/top_level.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_21_3/pyparsing-3.0.7.pex-info/original-whl-info.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/.layout.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/constraints.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging/_elffile.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging/_manylinux.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging/_musllinux.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging/_parser.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging/_structures.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging/_tokenizer.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging/markers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging/metadata.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging/py.typed +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging/requirements.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging/specifiers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging/tags.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging/utils.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging/version.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.dist-info/LICENSE +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.dist-info/LICENSE.APACHE +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.dist-info/LICENSE.BSD +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.dist-info/METADATA +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.dist-info/RECORD +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.dist-info/WHEEL +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.pex-info/original-whl-info.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/.layout.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/constraints.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/_elffile.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/_manylinux.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/_musllinux.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/_parser.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/_structures.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/_tokenizer.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/dependency_groups.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/direct_url.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/errors.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/licenses/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/licenses/_spdx.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/markers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/metadata.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/py.typed +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/pylock.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/requirements.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/specifiers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/tags.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/utils.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging/version.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging-26.2.dist-info/METADATA +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging-26.2.dist-info/RECORD +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging-26.2.dist-info/WHEEL +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging-26.2.dist-info/licenses/LICENSE +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging-26.2.dist-info/licenses/LICENSE.APACHE +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging-26.2.dist-info/licenses/LICENSE.BSD +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/packaging_26_2/packaging-26.2.pex-info/original-whl-info.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/.prefix/bin/pip +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/.prefix/bin/pip3 +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/.prefix/bin/pip3.9 +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/__main__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/build_env.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/cache.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/cli/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/cli/autocompletion.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/cli/base_command.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/cli/cmdoptions.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/cli/command_context.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/cli/main.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/cli/main_parser.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/cli/parser.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/cli/progress_bars.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/cli/req_command.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/cli/spinners.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/cli/status_codes.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/commands/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/commands/cache.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/commands/check.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/commands/completion.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/commands/configuration.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/commands/debug.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/commands/download.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/commands/freeze.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/commands/hash.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/commands/help.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/commands/install.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/commands/list.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/commands/search.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/commands/show.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/commands/uninstall.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/commands/wheel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/configuration.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/distributions/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/distributions/base.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/distributions/installed.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/distributions/sdist.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/distributions/wheel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/exceptions.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/index/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/index/collector.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/index/package_finder.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/locations.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/main.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/models/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/models/candidate.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/models/direct_url.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/models/format_control.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/models/index.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/models/link.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/models/scheme.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/models/search_scope.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/models/selection_prefs.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/models/target_python.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/models/wheel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/network/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/network/auth.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/network/cache.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/network/download.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/network/lazy_wheel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/network/session.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/network/utils.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/network/xmlrpc.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/operations/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/operations/build/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/operations/build/metadata.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/operations/build/metadata_legacy.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/operations/build/wheel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/operations/build/wheel_legacy.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/operations/check.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/operations/freeze.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/operations/install/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/operations/install/editable_legacy.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/operations/install/legacy.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/operations/install/wheel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/operations/prepare.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/pyproject.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/req/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/req/constructors.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/req/req_file.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/req/req_install.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/req/req_set.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/req/req_tracker.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/req/req_uninstall.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/resolution/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/resolution/base.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/resolution/legacy/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/resolution/legacy/resolver.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/base.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/candidates.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/factory.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/found_candidates.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/provider.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/reporter.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/requirements.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/resolver.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/self_outdated_check.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/appdirs.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/compatibility_tags.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/datetime.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/deprecation.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/direct_url_helpers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/distutils_args.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/encoding.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/entrypoints.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/filesystem.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/filetypes.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/glibc.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/hashes.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/inject_securetransport.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/logging.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/misc.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/models.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/packaging.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/parallel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/pkg_resources.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/setuptools_build.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/subprocess.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/temp_dir.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/typing.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/unpacking.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/urls.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/virtualenv.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/utils/wheel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/vcs/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/vcs/bazaar.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/vcs/git.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/vcs/mercurial.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/vcs/subversion.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/vcs/versioncontrol.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_internal/wheel_builder.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/appdirs.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/_cmd.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/adapter.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/cache.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/caches/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/caches/file_cache.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/caches/redis_cache.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/controller.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/filewrapper.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/heuristics.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/serialize.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/wrapper.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/certifi/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/certifi/__main__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/certifi/core.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/big5freq.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/big5prober.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/chardistribution.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/charsetgroupprober.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/charsetprober.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/cli/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/cli/chardetect.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/codingstatemachine.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/cp949prober.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/enums.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/escprober.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/escsm.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/eucjpprober.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/euckrfreq.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/euckrprober.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/euctwfreq.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/euctwprober.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/gb2312freq.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/gb2312prober.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/hebrewprober.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/jisfreq.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/jpcntx.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langbulgarianmodel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langcyrillicmodel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langgreekmodel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langhebrewmodel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langhungarianmodel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langthaimodel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langturkishmodel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/latin1prober.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/mbcharsetprober.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/mbcsgroupprober.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/mbcssm.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/sbcharsetprober.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/sbcsgroupprober.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/sjisprober.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/universaldetector.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/utf8prober.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/chardet/version.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/colorama/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/colorama/ansi.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/colorama/ansitowin32.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/colorama/initialise.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/colorama/win32.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/colorama/winterm.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/contextlib2.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/_backport/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/_backport/misc.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/_backport/shutil.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/_backport/sysconfig.cfg +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/_backport/sysconfig.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/_backport/tarfile.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/database.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/index.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/locators.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/manifest.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/markers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/metadata.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/resources.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/scripts.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/t32.exe +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/t64.exe +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/util.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/version.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/w32.exe +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/w64.exe +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distlib/wheel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/distro.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_ihatexml.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_inputstream.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_tokenizer.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_trie/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_trie/_base.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_trie/py.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_utils.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/constants.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/alphabeticalattributes.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/base.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/inject_meta_charset.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/lint.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/optionaltags.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/sanitizer.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/whitespace.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/html5parser.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/serializer.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treeadapters/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treeadapters/genshi.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treeadapters/sax.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treebuilders/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treebuilders/base.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treebuilders/dom.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treebuilders/etree.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treebuilders/etree_lxml.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treewalkers/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treewalkers/base.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treewalkers/dom.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treewalkers/etree.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treewalkers/etree_lxml.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treewalkers/genshi.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/idna/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/idna/codec.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/idna/compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/idna/core.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/idna/idnadata.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/idna/intranges.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/idna/package_data.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/idna/uts46data.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/ipaddress.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/msgpack/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/msgpack/_version.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/msgpack/exceptions.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/msgpack/ext.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/msgpack/fallback.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/packaging/__about__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/packaging/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/packaging/_compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/packaging/_structures.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/packaging/_typing.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/packaging/markers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/packaging/requirements.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/packaging/specifiers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/packaging/tags.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/packaging/utils.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/packaging/version.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/pep517/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/pep517/_in_process.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/pep517/build.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/pep517/check.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/pep517/colorlog.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/pep517/compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/pep517/dirtools.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/pep517/envbuild.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/pep517/meta.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/pep517/wrappers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/pkg_resources/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/pkg_resources/py31compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/progress/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/progress/bar.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/progress/counter.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/progress/spinner.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/pyparsing.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/requests/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/requests/__version__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/requests/_internal_utils.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/requests/adapters.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/requests/api.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/requests/auth.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/requests/certs.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/requests/compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/requests/cookies.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/requests/exceptions.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/requests/help.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/requests/hooks.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/requests/models.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/requests/packages.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/requests/sessions.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/requests/status_codes.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/requests/structures.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/requests/utils.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/compat/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/compat/collections_abc.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/providers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/reporters.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/resolvers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/structs.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/retrying.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/six.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/toml/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/toml/decoder.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/toml/encoder.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/toml/ordered.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/toml/tz.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/_collections.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/_version.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/connection.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/connectionpool.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/_appengine_environ.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/appengine.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/ntlmpool.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/pyopenssl.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/securetransport.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/socks.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/exceptions.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/fields.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/filepost.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/packages/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/packages/backports/makefile.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/packages/six.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/poolmanager.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/request.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/response.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/connection.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/proxy.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/queue.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/request.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/response.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/retry.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/ssl_.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/ssltransport.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/timeout.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/url.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/wait.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/vendor.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/webencodings/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/webencodings/labels.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/webencodings/mklabels.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/webencodings/tests.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip/_vendor/webencodings/x_user_defined.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip-20.3.4.dist-info/LICENSE.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip-20.3.4.dist-info/METADATA +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip-20.3.4.dist-info/WHEEL +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip-20.3.4.dist-info/entry_points.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip-20.3.4.dist-info/top_level.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/pip/pip-20.3.4.pex-info/original-whl-info.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/.layout.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/.prefix/bin/easy_install +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/.prefix/bin/easy_install-3.9 +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/easy_install.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/pkg_resources/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/appdirs.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/__about__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/_compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/_structures.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/markers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/requirements.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/specifiers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/utils.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/version.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/pyparsing.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/six.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/pkg_resources/extern/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/pkg_resources/py31compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/_deprecation_warning.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/_imp.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/_vendor/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/_vendor/ordered_set.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/__about__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/_compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/_structures.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/markers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/requirements.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/specifiers.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/tags.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/utils.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/version.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/_vendor/pyparsing.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/_vendor/six.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/archive_util.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/build_meta.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/cli-32.exe +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/cli-64.exe +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/cli.exe +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/alias.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/bdist_egg.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/bdist_rpm.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/bdist_wininst.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/build_clib.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/build_ext.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/build_py.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/develop.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/dist_info.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/easy_install.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/egg_info.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/install.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/install_egg_info.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/install_lib.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/install_scripts.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/launcher manifest.xml +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/py36compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/register.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/rotate.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/saveopts.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/sdist.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/setopt.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/test.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/upload.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/command/upload_docs.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/config.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/dep_util.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/depends.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/dist.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/errors.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/extension.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/extern/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/glob.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/gui-32.exe +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/gui-64.exe +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/gui.exe +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/installer.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/launch.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/lib2to3_ex.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/monkey.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/msvc.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/namespaces.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/package_index.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/py27compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/py31compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/py33compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/py34compat.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/sandbox.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/script (dev).tmpl +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/script.tmpl +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/site-patch.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/ssl_support.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/unicode_utils.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/version.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/wheel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools/windows_support.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/LICENSE +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/METADATA +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/RECORD +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/WHEEL +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/dependency_links.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/entry_points.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/top_level.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/zip-safe +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.pex-info/original-whl-info.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/toml/.layout.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/toml/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/toml/constraints.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/toml/toml/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/toml/toml/decoder.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/toml/toml/encoder.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/toml/toml/ordered.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/toml/toml/tz.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/toml/toml-0.10.2.dist-info/LICENSE +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/toml/toml-0.10.2.dist-info/METADATA +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/toml/toml-0.10.2.dist-info/RECORD +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/toml/toml-0.10.2.dist-info/WHEEL +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/toml/toml-0.10.2.dist-info/top_level.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/toml/toml-0.10.2.pex-info/original-whl-info.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/tomli/.layout.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/tomli/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/tomli/constraints.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/tomli/tomli/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/tomli/tomli/_parser.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/tomli/tomli/_re.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/tomli/tomli/_types.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/tomli/tomli/py.typed +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/tomli/tomli-2.0.1.dist-info/LICENSE +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/tomli/tomli-2.0.1.dist-info/METADATA +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/tomli/tomli-2.0.1.dist-info/RECORD +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/tomli/tomli-2.0.1.dist-info/WHEEL +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/vendor/_vendored/tomli/tomli-2.0.1.pex-info/original-whl-info.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/venv/README.md +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/venv/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/venv/bin_path.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/venv/install_scope.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/venv/installer.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/venv/installer_configuration.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/venv/installer_options.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/venv/venv_pex.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/venv/virtualenv.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/venv/virtualenv_16.7.12_py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/wheel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/whl.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/windows/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/windows/stubs/uv-trampoline-aarch64-console.exe +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/windows/stubs/uv-trampoline-aarch64-gui.exe +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/windows/stubs/uv-trampoline-x86_64-console.exe +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/windows/stubs/uv-trampoline-x86_64-gui.exe +0 -0
- {pex-2.97.0 → pex-2.97.2}/pex/ziputils.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/pylock.toml +0 -0
- {pex-2.97.0 → pex-2.97.2}/pyproject.toml +0 -0
- {pex-2.97.0 → pex-2.97.2}/scripts/analyze-CI-shard-timeout.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/scripts/build-cache-image.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/scripts/build-docs.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/scripts/create-packages.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/scripts/dev-cmd-fix-egg-link.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/scripts/dev-cmd-pip-install-pex-next.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/scripts/embed-virtualenv.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/scripts/format.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/scripts/gen-scie-platform.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/scripts/lint.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/scripts/py27/lint_enum.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/scripts/requires-python-check.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/scripts/typecheck.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/setup.cfg +0 -0
- {pex-2.97.0 → pex-2.97.2}/setup.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/bin/run_tests.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/build_system.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/cli.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/data/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/data/locks/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/data/locks/bug-report-pantsbuild-23407.lock.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/data/locks/devpi-server.lock.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/data/locks/issue-2415.lock.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/data/locks/issue-2683.lock.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/data/locks/mitmproxy.lock.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/data/locks/pylock.issue-2887.toml +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/data/locks/requests.lock.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/data/pip_logs/issue-2414.pip-23.2.log +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/data/pip_logs/issue-2414.pip-23.3.1.log +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/data/platforms/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/data/platforms/complete_platform_almalinux-8.10_py3.11.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/data/platforms/complete_platform_linux_armv7l_py312.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/data/platforms/complete_platform_linux_x86-64_py311.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/data/platforms/linux-x86_64.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/data/platforms/macos-aarch64.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/data/platforms/macosx_10_13_x86_64-cp-36-m.tags.txt +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/devpi.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/dist_metadata.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/docker.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/find_links.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/local_project.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/lock.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/mitmproxy.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/pep_427.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/pex_dist.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/pip.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/pytest_utils/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/pytest_utils/shard.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/pytest_utils/tmp.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/pytest_utils/track_status_hook.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/pytest_utils/track_status_hook_py2.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/pytest_utils/track_status_hook_py3.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/resolve.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/scie.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/subprocess.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/testing/venv.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/bin/test_sh_boot.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/build_backend/test_configuration.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/build_backend/test_pylock.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/build_system/test_issue_2125.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/build_system/test_pep_517.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/build_system/test_pep_518.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/commands/test_command.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/conftest.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/example_packages/MarkupSafe-1.0-cp27-cp27mu-linux_x86_64.whl +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/example_packages/PyAthena-1.11.5-py2.py3-none-any.whl +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/example_packages/PyAthena-1.9.0-py2.py3-none-any.whl +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/example_packages/aws_cfn_bootstrap-1.4-py2-none-any.whl +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/example_packages/pyparsing-2.1.10-py2.py3-none-any.whl +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/build_backend/test_wrap.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/build_system/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/build_system/test_issue_2063.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/build_system/test_issue_2125.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/build_system/test_issue_2913.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/build_system/test_pep_517.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/build_system/test_pep_518.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_cache_prune.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_discussion_2752.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_download.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_export.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_export_subset.lock.json +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_export_subset.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_interpreter_inspect.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_1413.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_1665.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_1667.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_1688.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_1711.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_1734.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_1741.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_1801.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_1821.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_2050.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_2057.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_2059.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_2098.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_2211.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_2268.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_2313.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_2414.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_2519.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_issue_3148.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_local_project_lock.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_lock.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_lock_dependency_groups.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_lock_elide_unused_requires_dist.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_lock_foreign_platform_sdist.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_lock_report.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_lock_reproducibility_hash_seed.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_lock_requirements_file.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_lock_resolve_auth.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_lock_script_metadata.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_lock_subset.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_lock_sync.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_lock_update.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_lock_update_issues_2332_2334.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_lock_uploaded_prior_to.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_pep_751.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_run.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_scie_create.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_split_universal_locks.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_vcs_lock.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_venv_create.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_venv_inspect.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/cli/commands/test_wheel.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/conftest.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/pep_691/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/pep_691/test_api.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_dependency_groups.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_issue_1361.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_issue_1907.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_issue_1918.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_issue_2092.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_issue_2412.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_issue_2532.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_issue_2568.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_issue_2772.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_issue_2785.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_issue_2877.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_issue_2926.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_issue_2930_and_2931.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_issue_3008.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_issue_3022.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_issue_3032.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_issue_3040.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_universal_lock_splits.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/resolve/test_venv_resolver.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/scie/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/scie/test_discussion_2516.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/scie/test_issue_2733.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/scie/test_issue_2740.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/scie/test_issue_2810.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/scie/test_issue_2827.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/scie/test_issue_3195.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/scie/test_pex_scie.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/scie/test_scie_ephemeral_run.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_bind_resource_path.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_build_properties.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_direct_url_pex.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_discussion_2979.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_discussion_3044.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_downloads.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_excludes.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_executuon_mode_venv.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_inject_env_and_args.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_inject_python_args.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_integration.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_interpreter.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_interpreter_selection.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_interpreter_selection_strategy.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1017.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1018.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1025.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1031.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1075.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1179.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1201.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1202.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1218.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1225.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1232.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1302.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1316.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1336.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1422.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1447.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1479.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1520.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1537.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1540.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1550.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1560.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_157.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1597.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1598.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1656.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1683.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1726.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1730.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1802.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1809.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1817.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1825.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1856.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1861.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1870.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1872.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1879.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1933.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1936.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1949.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_1995.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2001.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2006.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2017.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2023.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2038.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2073.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2087.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2088.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2113.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2134.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2183.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2186.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2203.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2235.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2249.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2299.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2324.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2343.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2348.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2355.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2371.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2389.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2391.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2395.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2410.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2412.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2413.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2415.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2432.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2441.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2572.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2631.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2706.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2739.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2819.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2822.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2862.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2885.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2897.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2941.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2942.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2949.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_298.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2991.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_2998.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_3003.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_3030.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_3047.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_3050.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_3089.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_3113.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_3116.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_3118.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_3135.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_3138.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_434.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_455.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_539.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_598.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_661.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_729.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_736.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_745.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_749.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_898.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_899.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_940.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_issue_996.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_keyring_support.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_layout.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_layout_packed.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_lock_resolver.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_locked_resolve.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_no_pre_install_wheels.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_override_replace.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_overrides.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_pep_427.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_pex_bootstrapper.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_pex_entry_points.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_pex_import.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_pip.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_platform_pex_name_placeholder.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_reexec.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_scie_desktop_install.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_scoped_repos.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_script_metadata.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_setproctitle.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_sh_boot.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_shebang_length_limit.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_variables.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/test_venv_editables.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/tools/commands/test_issue_2105.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/tools/commands/test_venv.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/venv_ITs/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/venv_ITs/conftest.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/venv_ITs/test_install_wheel_multiple_site_packages_dirs.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/venv_ITs/test_issue_1630.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/venv_ITs/test_issue_1637.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/venv_ITs/test_issue_1641.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/venv_ITs/test_issue_1668.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/venv_ITs/test_issue_1745.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/venv_ITs/test_issue_1973.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/venv_ITs/test_issue_2065.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/venv_ITs/test_issue_2160.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/venv_ITs/test_issue_2248.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/venv_ITs/test_issue_3107.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/venv_ITs/test_pep_829.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/venv_ITs/test_venv_collisions_init_py.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/integration/venv_ITs/test_virtualenv.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/pip/test_log_analyzer.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/pip/test_tailer.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/pip/test_version.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/conftest.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/lockfile/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/lockfile/test_download_manager.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/lockfile/test_issue_2887.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/lockfile/test_json_codec.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/lockfile/test_lockfile.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/lockfile/test_pep_751.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/lockfile/test_requires_dist.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/pep_691/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/pep_691/test_api.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/pep_691/test_fingerprint_service.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/pep_691/test_model.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/test_dependency_groups.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/test_locked_resolve.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/test_locker.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/test_package_repository.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/test_path_mappings.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/test_pex_repository_resolver.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/test_resolved_requirement.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/test_resolver_options.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/test_script_metadata.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/resolve/test_target_options.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_artifact_url.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_atexit.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_atomic_directory.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_bdist_pex.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_common.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_compatibility.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_compiler.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_dependency_configuration.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_dependency_manager.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_dist_metadata.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_enum.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_environment.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_executables.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_execution_mode.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_executor.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_fetcher.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_finders.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_hashing.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_inherits_path_option.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_interpreter.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_interpreter_constraints.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_jobs.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_lang.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_os.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_packaging.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_pep_425.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_pep_508.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_pep_723.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_pex.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_pex_binary.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_pex_bootstrapper.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_pex_builder.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_pex_info.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_pex_root.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_pex_warnings.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_pip.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_platform.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_pth.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_pyvenv_cfg.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_requirements.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_resolver.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_sorted_tuple.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_specifier_sets.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_target_system.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_targets.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_tarjan.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_third_party.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_toml.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_util.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_variables.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_vendor.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_virtualenv.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_windows.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/test_zip_utils.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/tools/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/tools/commands/__init__.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/tools/commands/test_interpreter_command.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/tools/commands/test_repository.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/tests/tools/commands/test_venv.py +0 -0
- {pex-2.97.0 → pex-2.97.2}/uv.lock +0 -0
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Release Notes
|
|
2
2
|
|
|
3
|
+
## 2.97.2
|
|
4
|
+
|
|
5
|
+
This release updates vendored Pip's vendored certifi's cacert.pem to that from certifi 2026.6.17.
|
|
6
|
+
|
|
7
|
+
* Update vendored Pip's CA cert bundle. (#3202)
|
|
8
|
+
|
|
9
|
+
## 2.97.1
|
|
10
|
+
|
|
11
|
+
This release fixes `pex3 lock sync` to handle split `--style universal` locks.
|
|
12
|
+
|
|
13
|
+
* Fix `pex3 lock sync` for split universal locks. (#3200)
|
|
14
|
+
|
|
3
15
|
## 2.97.0
|
|
4
16
|
|
|
5
17
|
This release adds support for using `--scie-pbs-stripped` in combination with
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pex
|
|
3
|
-
Version: 2.97.
|
|
3
|
+
Version: 2.97.2
|
|
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.97.
|
|
6
|
+
Download-URL: https://github.com/pex-tool/pex/releases/download/v2.97.2/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.97.
|
|
10
|
+
Project-URL: Changelog, https://github.com/pex-tool/pex/blob/v2.97.2/CHANGES.md
|
|
11
11
|
Project-URL: Documentation, https://docs.pex-tool.org/
|
|
12
|
-
Project-URL: Source, https://github.com/pex-tool/pex/tree/v2.97.
|
|
12
|
+
Project-URL: Source, https://github.com/pex-tool/pex/tree/v2.97.2
|
|
13
13
|
Keywords: package,executable,virtualenv,lock,freeze
|
|
14
14
|
Classifier: Development Status :: 5 - Production/Stable
|
|
15
15
|
Classifier: Intended Audience :: Developers
|
|
@@ -81,6 +81,7 @@ from pex.resolve.target_system import TargetSystem, UniversalTarget
|
|
|
81
81
|
from pex.result import Error, Ok, Result, try_
|
|
82
82
|
from pex.sorted_tuple import SortedTuple
|
|
83
83
|
from pex.targets import LocalInterpreter, Target, Targets
|
|
84
|
+
from pex.third_party.packaging.markers import Marker
|
|
84
85
|
from pex.tracer import TRACER
|
|
85
86
|
from pex.typing import TYPE_CHECKING, cast
|
|
86
87
|
from pex.venv.virtualenv import InvalidVirtualenvError, Virtualenv
|
|
@@ -1910,12 +1911,13 @@ class Lock(OutputMixin, JsonMixin, BuildTimeCommand):
|
|
|
1910
1911
|
requirement
|
|
1911
1912
|
)
|
|
1912
1913
|
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1914
|
+
original_constraints_by_project_name = (
|
|
1915
|
+
OrderedDict()
|
|
1916
|
+
) # type: OrderedDict[ProjectName, OrderedSet[Constraint]]
|
|
1917
|
+
for constraint in lock_file.constraints:
|
|
1918
|
+
original_constraints_by_project_name.setdefault(
|
|
1919
|
+
constraint.project_name, OrderedSet()
|
|
1920
|
+
).add(constraint)
|
|
1919
1921
|
constraints_by_project_name = original_constraints_by_project_name.copy()
|
|
1920
1922
|
|
|
1921
1923
|
dry_run = self.options.dry_run
|
|
@@ -1991,8 +1993,26 @@ class Lock(OutputMixin, JsonMixin, BuildTimeCommand):
|
|
|
1991
1993
|
# grab the latest version in the range already constrained by an existing
|
|
1992
1994
|
# requirement or constraint.
|
|
1993
1995
|
if update_req and str(update_req) != update_req.name:
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
+
constraints = constraints_by_project_name.setdefault(
|
|
1997
|
+
project_name, OrderedSet()
|
|
1998
|
+
)
|
|
1999
|
+
if resolve_update.updated_resolve.marker and update_req.marker:
|
|
2000
|
+
marker = Marker(
|
|
2001
|
+
"({first}) and ({second})".format(
|
|
2002
|
+
first=update_req.marker,
|
|
2003
|
+
second=resolve_update.updated_resolve.marker,
|
|
2004
|
+
)
|
|
2005
|
+
)
|
|
2006
|
+
elif resolve_update.updated_resolve.marker:
|
|
2007
|
+
marker = resolve_update.updated_resolve.marker
|
|
2008
|
+
else:
|
|
2009
|
+
marker = update_req.marker
|
|
2010
|
+
constraints.add(
|
|
2011
|
+
Constraint(
|
|
2012
|
+
name=update_req.name,
|
|
2013
|
+
specifier=update_req.specifier,
|
|
2014
|
+
marker=marker,
|
|
2015
|
+
)
|
|
1996
2016
|
)
|
|
1997
2017
|
else:
|
|
1998
2018
|
print(
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
# Copyright 2025 Pex project contributors.
|
|
2
|
+
# Licensed under the Apache License, Version 2.0 (see LICENSE).
|
|
3
|
+
|
|
1
4
|
from __future__ import absolute_import
|
|
2
5
|
|
|
3
6
|
import itertools
|
|
@@ -86,6 +89,21 @@ def _calculate_split_markers(
|
|
|
86
89
|
return split_markers
|
|
87
90
|
|
|
88
91
|
|
|
92
|
+
def _group_patch_versions(patch_version_iter):
|
|
93
|
+
# type: (Iterator[Tuple[int, int, int]]) -> OrderedDict[Tuple[int, int], OrderedSet[Tuple[int, int, int]]]
|
|
94
|
+
grouped = OrderedDict() # type: OrderedDict[Tuple[int, int], OrderedSet[Tuple[int, int, int]]]
|
|
95
|
+
for version in patch_version_iter:
|
|
96
|
+
major_minor = version[:2] # type: Tuple[int, int]
|
|
97
|
+
value = grouped.get(major_minor, None)
|
|
98
|
+
if value is not None:
|
|
99
|
+
version_set = value
|
|
100
|
+
else:
|
|
101
|
+
version_set = OrderedSet()
|
|
102
|
+
grouped[major_minor] = version_set
|
|
103
|
+
version_set.add(version)
|
|
104
|
+
return grouped
|
|
105
|
+
|
|
106
|
+
|
|
89
107
|
def _iter_universal_targets(
|
|
90
108
|
universal_target, # type: UniversalTarget
|
|
91
109
|
split_markers, # type: Mapping[str, Marker]
|
|
@@ -108,14 +126,26 @@ def _iter_universal_targets(
|
|
|
108
126
|
has_marker(marker, "python_full_version") for marker in split_markers.values()
|
|
109
127
|
)
|
|
110
128
|
if has_python_full_version:
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
major=version[0], minor=version[1], patch=version[2]
|
|
115
|
-
)
|
|
116
|
-
)
|
|
117
|
-
for version in iter_compatible_versions(universal_target.requires_python)
|
|
129
|
+
complete_version_sets = _group_patch_versions(iter_compatible_versions([]))
|
|
130
|
+
actual_version_sets = _group_patch_versions(
|
|
131
|
+
iter_compatible_versions(universal_target.requires_python)
|
|
118
132
|
)
|
|
133
|
+
for major_minor, version_set in actual_version_sets.items():
|
|
134
|
+
if version_set == complete_version_sets.get(major_minor):
|
|
135
|
+
requires_pythons.add(
|
|
136
|
+
SpecifierSet(
|
|
137
|
+
"=={major}.{minor}.*".format(major=major_minor[0], minor=major_minor[1])
|
|
138
|
+
)
|
|
139
|
+
)
|
|
140
|
+
else:
|
|
141
|
+
for version in version_set:
|
|
142
|
+
requires_pythons.add(
|
|
143
|
+
SpecifierSet(
|
|
144
|
+
"=={major}.{minor}.{patch}".format(
|
|
145
|
+
major=version[0], minor=version[1], patch=version[2]
|
|
146
|
+
)
|
|
147
|
+
)
|
|
148
|
+
)
|
|
119
149
|
elif has_python_version:
|
|
120
150
|
requires_pythons.update(
|
|
121
151
|
SpecifierSet("=={major}.{minor}.*".format(major=version[0], minor=version[1]))
|
|
@@ -12,6 +12,7 @@ from pex.artifact_url import ArtifactURL, Fingerprint
|
|
|
12
12
|
from pex.common import pluralize
|
|
13
13
|
from pex.dependency_configuration import DependencyConfiguration
|
|
14
14
|
from pex.dist_metadata import Constraint, Requirement
|
|
15
|
+
from pex.exceptions import production_assert
|
|
15
16
|
from pex.network_configuration import NetworkConfiguration
|
|
16
17
|
from pex.orderedset import OrderedSet
|
|
17
18
|
from pex.pep_440 import Version
|
|
@@ -33,6 +34,7 @@ from pex.result import Error, ResultError, catch, try_
|
|
|
33
34
|
from pex.sorted_tuple import SortedTuple
|
|
34
35
|
from pex.targets import Target, Targets
|
|
35
36
|
from pex.third_party.packaging import tags
|
|
37
|
+
from pex.third_party.packaging.markers import Marker
|
|
36
38
|
from pex.typing import TYPE_CHECKING
|
|
37
39
|
from pex.util import named_temporary_file
|
|
38
40
|
|
|
@@ -287,15 +289,16 @@ class ResolveUpdater(object):
|
|
|
287
289
|
|
|
288
290
|
deletes = tuple(original_requirements_by_project_name) if parsed_requirements else ()
|
|
289
291
|
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
292
|
+
original_constraints_by_project_name = (
|
|
293
|
+
OrderedDict()
|
|
294
|
+
) # type: OrderedDict[ProjectName, OrderedSet[Constraint]]
|
|
295
|
+
for constraint in lock_file.constraints:
|
|
296
|
+
original_constraints_by_project_name.setdefault(
|
|
297
|
+
constraint.project_name, OrderedSet()
|
|
298
|
+
).add(constraint)
|
|
296
299
|
update_constraints_by_project_name = (
|
|
297
300
|
OrderedDict()
|
|
298
|
-
) # type: OrderedDict[ProjectName, Constraint]
|
|
301
|
+
) # type: OrderedDict[ProjectName, OrderedSet[Constraint]]
|
|
299
302
|
for requirement in replace_requirements:
|
|
300
303
|
project_name = requirement.project_name
|
|
301
304
|
original_constraint = original_constraints_by_project_name.get(project_name)
|
|
@@ -305,7 +308,9 @@ class ResolveUpdater(object):
|
|
|
305
308
|
original=original_constraint, override=requirement
|
|
306
309
|
)
|
|
307
310
|
)
|
|
308
|
-
update_constraints_by_project_name
|
|
311
|
+
update_constraints_by_project_name.setdefault(project_name, OrderedSet()).add(
|
|
312
|
+
requirement.as_constraint()
|
|
313
|
+
)
|
|
309
314
|
|
|
310
315
|
original_requirements = (
|
|
311
316
|
OrderedDict()
|
|
@@ -355,13 +360,16 @@ class ResolveUpdater(object):
|
|
|
355
360
|
(replacement.project_name, replacement) for replacement in replacements
|
|
356
361
|
)
|
|
357
362
|
|
|
358
|
-
original_constraints_by_project_name =
|
|
359
|
-
(
|
|
360
|
-
) # type: OrderedDict[ProjectName, Constraint]
|
|
361
|
-
|
|
363
|
+
original_constraints_by_project_name = (
|
|
364
|
+
OrderedDict()
|
|
365
|
+
) # type: OrderedDict[ProjectName, OrderedSet[Constraint]]
|
|
366
|
+
for constraint in lock_file.constraints:
|
|
367
|
+
original_constraints_by_project_name.setdefault(
|
|
368
|
+
constraint.project_name, OrderedSet()
|
|
369
|
+
).add(constraint)
|
|
362
370
|
update_constraints_by_project_name = (
|
|
363
371
|
OrderedDict()
|
|
364
|
-
) # type: OrderedDict[ProjectName, Constraint]
|
|
372
|
+
) # type: OrderedDict[ProjectName, OrderedSet[Constraint]]
|
|
365
373
|
for change in itertools.chain(updates, replacements):
|
|
366
374
|
project_name = change.project_name
|
|
367
375
|
original_constraint = original_constraints_by_project_name.get(project_name)
|
|
@@ -371,7 +379,9 @@ class ResolveUpdater(object):
|
|
|
371
379
|
original=original_constraint, override=change
|
|
372
380
|
)
|
|
373
381
|
)
|
|
374
|
-
update_constraints_by_project_name
|
|
382
|
+
update_constraints_by_project_name.setdefault(project_name, OrderedSet()).add(
|
|
383
|
+
change.as_constraint()
|
|
384
|
+
)
|
|
375
385
|
|
|
376
386
|
return cls(
|
|
377
387
|
requirement_configuration=RequirementConfiguration(
|
|
@@ -392,7 +402,9 @@ class ResolveUpdater(object):
|
|
|
392
402
|
|
|
393
403
|
requirement_configuration = attr.ib() # type: RequirementConfiguration
|
|
394
404
|
original_requirements = attr.ib() # type: Iterable[Requirement]
|
|
395
|
-
update_constraints_by_project_name =
|
|
405
|
+
update_constraints_by_project_name = (
|
|
406
|
+
attr.ib()
|
|
407
|
+
) # type: Mapping[ProjectName, Iterable[Constraint]]
|
|
396
408
|
deletes = attr.ib() # type: Container[ProjectName]
|
|
397
409
|
pure_delete = attr.ib() # type: bool
|
|
398
410
|
lock_configuration = attr.ib() # type: LockConfiguration
|
|
@@ -437,15 +449,33 @@ class ResolveUpdater(object):
|
|
|
437
449
|
):
|
|
438
450
|
continue
|
|
439
451
|
|
|
440
|
-
constraint
|
|
441
|
-
pin.project_name, pinned_requirement
|
|
442
|
-
)
|
|
443
|
-
|
|
452
|
+
for constraint in update_constraints_by_project_name.pop(
|
|
453
|
+
pin.project_name, [pinned_requirement]
|
|
454
|
+
):
|
|
455
|
+
if locked_resolve.marker and constraint.marker:
|
|
456
|
+
marker = Marker(
|
|
457
|
+
"({first}) and ({second})".format(
|
|
458
|
+
first=constraint.marker, second=locked_resolve.marker
|
|
459
|
+
)
|
|
460
|
+
)
|
|
461
|
+
elif locked_resolve.marker:
|
|
462
|
+
marker = locked_resolve.marker
|
|
463
|
+
else:
|
|
464
|
+
marker = constraint.marker
|
|
465
|
+
constraints.append(
|
|
466
|
+
str(
|
|
467
|
+
Constraint(
|
|
468
|
+
name=constraint.name, specifier=constraint.specifier, marker=marker
|
|
469
|
+
)
|
|
470
|
+
)
|
|
471
|
+
)
|
|
444
472
|
|
|
445
473
|
# Any update constraints remaining are new requirements to resolve.
|
|
446
474
|
requirements.update(
|
|
447
475
|
as_parsed_requirement(constraint.as_requirement())
|
|
448
|
-
for constraint in
|
|
476
|
+
for constraint in itertools.chain.from_iterable(
|
|
477
|
+
update_constraints_by_project_name.values()
|
|
478
|
+
)
|
|
449
479
|
)
|
|
450
480
|
|
|
451
481
|
if not constraints:
|
|
@@ -536,8 +566,27 @@ class ResolveUpdater(object):
|
|
|
536
566
|
avoid_downloads=self.avoid_downloads,
|
|
537
567
|
)
|
|
538
568
|
)
|
|
539
|
-
|
|
540
|
-
|
|
569
|
+
if len(updated_lock_file.locked_resolves) == 1:
|
|
570
|
+
updated_resolve = updated_lock_file.locked_resolves[0]
|
|
571
|
+
else:
|
|
572
|
+
candidate_updates = []
|
|
573
|
+
for (index, lr) in enumerate(updated_lock_file.locked_resolves):
|
|
574
|
+
if (
|
|
575
|
+
lr.platform_tag == locked_resolve.platform_tag
|
|
576
|
+
# N.B.: Older versions of packaging vendored for older Pythons don't
|
|
577
|
+
# implement __eq__ for Marker; so we str(...)
|
|
578
|
+
and str(lr.marker) == str(locked_resolve.marker)
|
|
579
|
+
):
|
|
580
|
+
candidate_updates.append(lr)
|
|
581
|
+
production_assert(
|
|
582
|
+
len(candidate_updates) == 1,
|
|
583
|
+
(
|
|
584
|
+
"Update of locked resolve should have produced one result, "
|
|
585
|
+
"found {count}."
|
|
586
|
+
),
|
|
587
|
+
count=len(candidate_updates),
|
|
588
|
+
)
|
|
589
|
+
updated_resolve = candidate_updates[0]
|
|
541
590
|
updated_requirements = updated_lock_file.requirements
|
|
542
591
|
|
|
543
592
|
updates = OrderedDict() # type: OrderedDict[ProjectName, Optional[Update]]
|
|
@@ -256,9 +256,12 @@ class VendorSpec(
|
|
|
256
256
|
# Automated update of Pip's vendored certifi's cacert.pem to that from certifi 2026.2.25.
|
|
257
257
|
# 17.) https://github.com/pex-tool/pip/commit/8723d5ac400942896f69ed777da53f26f766510c
|
|
258
258
|
# Automated update of Pip's vendored certifi's cacert.pem to that from certifi 2026.4.22.
|
|
259
|
+
# 18.) https://github.com/pex-tool/pip/commit/cf6ef50395c26964787f1d13ae3de0f668fb2236
|
|
260
|
+
# Automated update of Pip's vendored certifi's cacert.pem to that from certifi 2026.6.17.
|
|
261
|
+
|
|
259
262
|
PIP_SPEC = VendorSpec.git(
|
|
260
263
|
repo="https://github.com/pex-tool/pip",
|
|
261
|
-
commit="
|
|
264
|
+
commit="cf6ef50395c26964787f1d13ae3de0f668fb2236",
|
|
262
265
|
project_name="pip",
|
|
263
266
|
rewrite=False,
|
|
264
267
|
)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"fingerprint":"8e3bd37a3b89f074675e6e9a5adbb61c9887043208fdcd11b565744c9fe63715","record_relpath":"pip-20.3.4.dist-info/RECORD","root_is_purelib":true,"stash_dir":".prefix","sys_path_entries":["."]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Updated via `nox -e update-certifi-cacert-pem` using certifi 2026.
|
|
1
|
+
# Updated via `nox -e update-certifi-cacert-pem` using certifi 2026.6.17
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
# Issuer: CN=COMODO ECC Certification Authority O=COMODO CA Limited
|
|
@@ -25,47 +25,6 @@ fQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdv
|
|
|
25
25
|
GDeAU/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY=
|
|
26
26
|
-----END CERTIFICATE-----
|
|
27
27
|
|
|
28
|
-
# Issuer: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority
|
|
29
|
-
# Subject: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority
|
|
30
|
-
# Label: "ePKI Root Certification Authority"
|
|
31
|
-
# Serial: 28956088682735189655030529057352760477
|
|
32
|
-
# MD5 Fingerprint: 1b:2e:00:ca:26:06:90:3d:ad:fe:6f:15:68:d3:6b:b3
|
|
33
|
-
# SHA1 Fingerprint: 67:65:0d:f1:7e:8e:7e:5b:82:40:a4:f4:56:4b:cf:e2:3d:69:c6:f0
|
|
34
|
-
# SHA256 Fingerprint: c0:a6:f4:dc:63:a2:4b:fd:cf:54:ef:2a:6a:08:2a:0a:72:de:35:80:3e:2f:f5:ff:52:7a:e5:d8:72:06:df:d5
|
|
35
|
-
-----BEGIN CERTIFICATE-----
|
|
36
|
-
MIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBe
|
|
37
|
-
MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0
|
|
38
|
-
ZC4xKjAoBgNVBAsMIWVQS0kgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe
|
|
39
|
-
Fw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMxMjdaMF4xCzAJBgNVBAYTAlRXMSMw
|
|
40
|
-
IQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBL
|
|
41
|
-
SSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEF
|
|
42
|
-
AAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAH
|
|
43
|
-
SyZbCUNsIZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAh
|
|
44
|
-
ijHyl3SJCRImHJ7K2RKilTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3X
|
|
45
|
-
DZoTM1PRYfl61dd4s5oz9wCGzh1NlDivqOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1
|
|
46
|
-
TBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX12ruOzjjK9SXDrkb5wdJ
|
|
47
|
-
fzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0OWQqraffA
|
|
48
|
-
sgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uU
|
|
49
|
-
WH1+ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLS
|
|
50
|
-
nT0IFaUQAS2zMnaolQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pH
|
|
51
|
-
dmX2Os+PYhcZewoozRrSgx4hxyy/vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJip
|
|
52
|
-
NiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXiZo1jDiVN1Rmy5nk3pyKdVDEC
|
|
53
|
-
AwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/QkqiMAwGA1UdEwQF
|
|
54
|
-
MAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH
|
|
55
|
-
ClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB
|
|
56
|
-
uvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl
|
|
57
|
-
PwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP
|
|
58
|
-
JXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdVxrsStZf0X4OFunHB2WyBEXYKCrC/
|
|
59
|
-
gpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEPNXubrjlpC2JgQCA2
|
|
60
|
-
j6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+rGNm6
|
|
61
|
-
5ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUB
|
|
62
|
-
o2M3IUxExJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS
|
|
63
|
-
/jQ6fbjpKdx2qcgw+BRxgMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2z
|
|
64
|
-
Gp1iro2C6pSe3VkQw63d4k3jMdXH7OjysP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTE
|
|
65
|
-
W9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmODBCEIZ43ygknQW/2xzQ+D
|
|
66
|
-
hNQ+IIX3Sj0rnP0qCglN6oH4EZw=
|
|
67
|
-
-----END CERTIFICATE-----
|
|
68
|
-
|
|
69
28
|
# Issuer: CN=NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny O=NetLock Kft. OU=Tan\xfas\xedtv\xe1nykiad\xf3k (Certification Services)
|
|
70
29
|
# Subject: CN=NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny O=NetLock Kft. OU=Tan\xfas\xedtv\xe1nykiad\xf3k (Certification Services)
|
|
71
30
|
# Label: "NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny"
|
|
@@ -3571,35 +3530,6 @@ xeSDwWrruoBa3lwtcHb4yOWHh8qgnaHlIhInD0Q9HWzq1MKLL295q39QpsQZp6F6
|
|
|
3571
3530
|
t5b5wR9iWqJDB0BeJsas7a5wFsWqynKKTbDPAYsDP27X
|
|
3572
3531
|
-----END CERTIFICATE-----
|
|
3573
3532
|
|
|
3574
|
-
# Issuer: CN=SecureSign Root CA12 O=Cybertrust Japan Co., Ltd.
|
|
3575
|
-
# Subject: CN=SecureSign Root CA12 O=Cybertrust Japan Co., Ltd.
|
|
3576
|
-
# Label: "SecureSign Root CA12"
|
|
3577
|
-
# Serial: 587887345431707215246142177076162061960426065942
|
|
3578
|
-
# MD5 Fingerprint: c6:89:ca:64:42:9b:62:08:49:0b:1e:7f:e9:07:3d:e8
|
|
3579
|
-
# SHA1 Fingerprint: 7a:22:1e:3d:de:1b:06:ac:9e:c8:47:70:16:8e:3c:e5:f7:6b:06:f4
|
|
3580
|
-
# SHA256 Fingerprint: 3f:03:4b:b5:70:4d:44:b2:d0:85:45:a0:20:57:de:93:eb:f3:90:5f:ce:72:1a:cb:c7:30:c0:6d:da:ee:90:4e
|
|
3581
|
-
-----BEGIN CERTIFICATE-----
|
|
3582
|
-
MIIDcjCCAlqgAwIBAgIUZvnHwa/swlG07VOX5uaCwysckBYwDQYJKoZIhvcNAQEL
|
|
3583
|
-
BQAwUTELMAkGA1UEBhMCSlAxIzAhBgNVBAoTGkN5YmVydHJ1c3QgSmFwYW4gQ28u
|
|
3584
|
-
LCBMdGQuMR0wGwYDVQQDExRTZWN1cmVTaWduIFJvb3QgQ0ExMjAeFw0yMDA0MDgw
|
|
3585
|
-
NTM2NDZaFw00MDA0MDgwNTM2NDZaMFExCzAJBgNVBAYTAkpQMSMwIQYDVQQKExpD
|
|
3586
|
-
eWJlcnRydXN0IEphcGFuIENvLiwgTHRkLjEdMBsGA1UEAxMUU2VjdXJlU2lnbiBS
|
|
3587
|
-
b290IENBMTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC6OcE3emhF
|
|
3588
|
-
KxS06+QT61d1I02PJC0W6K6OyX2kVzsqdiUzg2zqMoqUm048luT9Ub+ZyZN+v/mt
|
|
3589
|
-
p7JIKwccJ/VMvHASd6SFVLX9kHrko+RRWAPNEHl57muTH2SOa2SroxPjcf59q5zd
|
|
3590
|
-
J1M3s6oYwlkm7Fsf0uZlfO+TvdhYXAvA42VvPMfKWeP+bl+sg779XSVOKik71gur
|
|
3591
|
-
FzJ4pOE+lEa+Ym6b3kaosRbnhW70CEBFEaCeVESE99g2zvVQR9wsMJvuwPWW0v4J
|
|
3592
|
-
hscGWa5Pro4RmHvzC1KqYiaqId+OJTN5lxZJjfU+1UefNzFJM3IFTQy2VYzxV4+K
|
|
3593
|
-
h9GtxRESOaCtAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD
|
|
3594
|
-
AgEGMB0GA1UdDgQWBBRXNPN0zwRL1SXm8UC2LEzZLemgrTANBgkqhkiG9w0BAQsF
|
|
3595
|
-
AAOCAQEAPrvbFxbS8hQBICw4g0utvsqFepq2m2um4fylOqyttCg6r9cBg0krY6Ld
|
|
3596
|
-
mmQOmFxv3Y67ilQiLUoT865AQ9tPkbeGGuwAtEGBpE/6aouIs3YIcipJQMPTw4WJ
|
|
3597
|
-
mBClnW8Zt7vPemVV2zfrPIpyMpcemik+rY3moxtt9XUa5rBouVui7mlHJzWhhpmA
|
|
3598
|
-
8zNL4WukJsPvdFlseqJkth5Ew1DgDzk9qTPxpfPSvWKErI4cqc1avTc7bgoitPQV
|
|
3599
|
-
55FYxTpE05Uo2cBl6XLK0A+9H7MV2anjpEcJnuDLN/v9vZfVvhgaaaI5gdka9at/
|
|
3600
|
-
yOPiZwud9AzqVN/Ssq+xIvEg37xEHA==
|
|
3601
|
-
-----END CERTIFICATE-----
|
|
3602
|
-
|
|
3603
3533
|
# Issuer: CN=SecureSign Root CA14 O=Cybertrust Japan Co., Ltd.
|
|
3604
3534
|
# Subject: CN=SecureSign Root CA14 O=Cybertrust Japan Co., Ltd.
|
|
3605
3535
|
# Label: "SecureSign Root CA14"
|
|
@@ -157,7 +157,7 @@ pip/_vendor/cachecontrol/caches/file_cache.py,sha256=nYVKsJtXh6gJXvdn1iWyrhxvkwp
|
|
|
157
157
|
pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=HxelMpNCo-dYr2fiJDwM3hhhRmxUYtB5tXm1GpAAT4Y,856
|
|
158
158
|
pip/_vendor/certifi/__init__.py,sha256=TocBfHrqAkQK91W5jNYhRH8KKizxkkXZBk68DTHj0xo,62
|
|
159
159
|
pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255
|
|
160
|
-
pip/_vendor/certifi/cacert.pem,sha256=
|
|
160
|
+
pip/_vendor/certifi/cacert.pem,sha256=DWav_Pt1jsUWI2Kaf9HtyL1bG94VZHB7SqQ0fbwwUMM,234429
|
|
161
161
|
pip/_vendor/certifi/core.py,sha256=jBrwKEWpG0IKcuozK0BQ2HHGp8adXAOyBPC7ddgR6vM,2315
|
|
162
162
|
pip/_vendor/chardet/__init__.py,sha256=YsP5wQlsHJ2auF1RZJfypiSrCA7_bQiRm3ES_NI76-Y,1559
|
|
163
163
|
pip/_vendor/chardet/big5freq.py,sha256=D_zK5GyzoVsRes0HkLJziltFQX0bKCLOrFe9_xDvO_8,31254
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
# Copyright 2026 Pex project contributors.
|
|
2
|
+
# Licensed under the Apache License, Version 2.0 (see LICENSE).
|
|
3
|
+
|
|
4
|
+
from __future__ import absolute_import
|
|
5
|
+
|
|
6
|
+
import sys
|
|
7
|
+
from collections import defaultdict
|
|
8
|
+
|
|
9
|
+
import pytest
|
|
10
|
+
|
|
11
|
+
from pex import targets
|
|
12
|
+
from pex.interpreter import PythonInterpreter
|
|
13
|
+
from pex.pep_440 import Version
|
|
14
|
+
from pex.pep_503 import ProjectName
|
|
15
|
+
from pex.resolve.lockfile import json_codec
|
|
16
|
+
from pex.typing import TYPE_CHECKING
|
|
17
|
+
from testing import PY27, PY311, ensure_python_interpreter
|
|
18
|
+
from testing.cli import run_pex3
|
|
19
|
+
from testing.pytest_utils.tmp import Tempdir
|
|
20
|
+
|
|
21
|
+
if TYPE_CHECKING:
|
|
22
|
+
from typing import DefaultDict, List
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
def assert_split_cowsay_lock(lock_file):
|
|
26
|
+
# type: (str) -> str
|
|
27
|
+
|
|
28
|
+
lock = json_codec.load(lock_file)
|
|
29
|
+
assert len(lock.locked_resolves) == 2
|
|
30
|
+
assert len(lock.locked_resolves[0].locked_requirements) == 1
|
|
31
|
+
assert len(lock.locked_resolves[1].locked_requirements) == 1
|
|
32
|
+
|
|
33
|
+
versions_by_project_name = defaultdict(list) # type: DefaultDict[ProjectName, List[Version]]
|
|
34
|
+
for locked_resolve in lock.locked_resolves:
|
|
35
|
+
for locked_requirement in locked_resolve.locked_requirements:
|
|
36
|
+
versions_by_project_name[locked_requirement.pin.project_name].append(
|
|
37
|
+
locked_requirement.pin.version
|
|
38
|
+
)
|
|
39
|
+
assert len(versions_by_project_name) == 1, "Should only have locked the cowsay project."
|
|
40
|
+
locked_versions = versions_by_project_name.pop(ProjectName("cowsay"))
|
|
41
|
+
assert [Version("5"), Version("6")] == sorted(locked_versions)
|
|
42
|
+
|
|
43
|
+
return lock_file
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
@pytest.fixture
|
|
47
|
+
def pex_root(tmpdir):
|
|
48
|
+
# type: (Tempdir) -> str
|
|
49
|
+
return tmpdir.join("pex-root")
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
@pytest.fixture
|
|
53
|
+
def split_requirements_by_python_version_lock(
|
|
54
|
+
tmpdir, # type: Tempdir
|
|
55
|
+
pex_root, # type: str
|
|
56
|
+
):
|
|
57
|
+
# type: (...) -> str
|
|
58
|
+
|
|
59
|
+
lock_file = tmpdir.join("lock.json")
|
|
60
|
+
run_pex3(
|
|
61
|
+
"lock",
|
|
62
|
+
"create",
|
|
63
|
+
"--pex-root",
|
|
64
|
+
pex_root,
|
|
65
|
+
"--style",
|
|
66
|
+
"universal",
|
|
67
|
+
"cowsay<6; python_version < '3'",
|
|
68
|
+
"cowsay==6; python_version >= '3'",
|
|
69
|
+
"--indent",
|
|
70
|
+
"2",
|
|
71
|
+
"-o",
|
|
72
|
+
lock_file,
|
|
73
|
+
).assert_success()
|
|
74
|
+
return assert_split_cowsay_lock(lock_file)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
PYTHON2 = sys.executable if sys.version_info[0] == 2 else ensure_python_interpreter(PY27)
|
|
78
|
+
PYTHON3 = sys.executable if sys.version_info[0] == 3 else ensure_python_interpreter(PY311)
|
|
79
|
+
PYTHON3_VERSION_STR = PythonInterpreter.from_binary(PYTHON3).python
|
|
80
|
+
PLATFORM_SYSTEM = targets.current().marker_environment.platform_system
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
def test_sync_split_universal_lock(
|
|
84
|
+
tmpdir, # type: Tempdir
|
|
85
|
+
split_requirements_by_python_version_lock, # type: str
|
|
86
|
+
pex_root, # type: str
|
|
87
|
+
):
|
|
88
|
+
# type: (...) -> None
|
|
89
|
+
|
|
90
|
+
result = run_pex3(
|
|
91
|
+
"lock",
|
|
92
|
+
"sync",
|
|
93
|
+
"--pex-root",
|
|
94
|
+
pex_root,
|
|
95
|
+
"--style",
|
|
96
|
+
"universal",
|
|
97
|
+
"cowsay<6; python_version < '3'",
|
|
98
|
+
"cowsay==6; python_version >= '3'",
|
|
99
|
+
"--indent",
|
|
100
|
+
"2",
|
|
101
|
+
"--lock",
|
|
102
|
+
split_requirements_by_python_version_lock,
|
|
103
|
+
"--dry-run",
|
|
104
|
+
"check",
|
|
105
|
+
)
|
|
106
|
+
result.assert_success()
|
|
107
|
+
assert 2 == len(
|
|
108
|
+
[
|
|
109
|
+
line
|
|
110
|
+
for line in result.error.splitlines()
|
|
111
|
+
if "No updates for lock generated by universal " in line
|
|
112
|
+
]
|
|
113
|
+
)
|
|
@@ -111,11 +111,22 @@ def assert_reproducible_build(
|
|
|
111
111
|
@pytest.fixture(scope="module")
|
|
112
112
|
def major_compatible_pythons():
|
|
113
113
|
# type: () -> Tuple[str, ...]
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
114
|
+
if PY2:
|
|
115
|
+
return sys.executable, ensure_python_interpreter(PY27)
|
|
116
|
+
else:
|
|
117
|
+
pythons = sys.executable, ensure_python_interpreter(PY310), ensure_python_interpreter(PY311)
|
|
118
|
+
pip_version = compatible_pip_version(pythons)
|
|
119
|
+
if (
|
|
120
|
+
sys.version_info[:2] >= (3, 15)
|
|
121
|
+
and pip_version is not PipVersion.ADHOC
|
|
122
|
+
and pip_version <= PipVersion.v26_1_2
|
|
123
|
+
):
|
|
124
|
+
pytest.skip(
|
|
125
|
+
"Pex under Python>=3.15 requires the Pip fix in "
|
|
126
|
+
"https://github.com/pypa/pip/commit/7456712c30e7bd8944f6d92fba60b7fcfe62017b which "
|
|
127
|
+
"will be included in Pip 26.2 to maintain proper build isolation."
|
|
128
|
+
)
|
|
129
|
+
return pythons
|
|
119
130
|
|
|
120
131
|
|
|
121
132
|
@pytest.fixture(scope="module")
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"fingerprint":"c1fa17141f935647f2a18c0b815492afcad29cd4a9f654dde83a89b40950c5de","record_relpath":"pip-20.3.4.dist-info/RECORD","root_is_purelib":true,"stash_dir":".prefix","sys_path_entries":["."]}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|