pex 2.98.2__tar.gz → 2.98.4__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.98.2 → pex-2.98.4}/CHANGES.md +13 -0
- {pex-2.98.2 → pex-2.98.4}/PKG-INFO +4 -4
- {pex-2.98.2 → pex-2.98.4}/pex/cache/dirs.py +1 -1
- {pex-2.98.2 → pex-2.98.4}/pex/pip/tool.py +9 -1
- {pex-2.98.2 → pex-2.98.4}/pex/scie/configure-binding.py +40 -17
- {pex-2.98.2 → pex-2.98.4}/pex/scie/resource-binding.py +8 -4
- {pex-2.98.2 → pex-2.98.4}/pex/scie/science.py +1 -1
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/__init__.py +3 -1
- pex-2.98.4/pex/vendor/_vendored/pip/.layout.json +1 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/certifi/cacert.pem +126 -30
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip-20.3.4.dist-info/RECORD +1 -1
- {pex-2.98.2 → pex-2.98.4}/pex/venv/venv_pex.py +10 -0
- {pex-2.98.2 → pex-2.98.4}/pex/version.py +1 -1
- {pex-2.98.2 → pex-2.98.4}/pyproject.toml +2 -0
- pex-2.98.4/tests/integration/test_issue_3223.py +120 -0
- {pex-2.98.2 → pex-2.98.4}/uv.lock +402 -372
- pex-2.98.2/pex/vendor/_vendored/pip/.layout.json +0 -1
- {pex-2.98.2 → pex-2.98.4}/LICENSE +0 -0
- {pex-2.98.2 → pex-2.98.4}/MANIFEST.in +0 -0
- {pex-2.98.2 → pex-2.98.4}/README.rst +0 -0
- {pex-2.98.2 → pex-2.98.4}/assets/download.svg +0 -0
- {pex-2.98.2 → pex-2.98.4}/assets/github.svg +0 -0
- {pex-2.98.2 → pex-2.98.4}/assets/pdf.svg +0 -0
- {pex-2.98.2 → pex-2.98.4}/assets/pex-icon-512.png +0 -0
- {pex-2.98.2 → pex-2.98.4}/assets/pex-icon-512x512.png +0 -0
- {pex-2.98.2 → pex-2.98.4}/assets/pex-logo-dark.png +0 -0
- {pex-2.98.2 → pex-2.98.4}/assets/pex-logo-light.png +0 -0
- {pex-2.98.2 → pex-2.98.4}/assets/pex.svg +0 -0
- {pex-2.98.2 → pex-2.98.4}/assets/python.svg +0 -0
- {pex-2.98.2 → pex-2.98.4}/build-backend/pex_build/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/build-backend/pex_build/setuptools/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/build-backend/pex_build/setuptools/build.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/docker/base/Dockerfile +0 -0
- {pex-2.98.2 → pex-2.98.4}/docker/base/install-pythons.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/docker/base/new-versions.toml +0 -0
- {pex-2.98.2 → pex-2.98.4}/docker/base/old-versions.toml +0 -0
- {pex-2.98.2 → pex-2.98.4}/docker/cache/Dockerfile +0 -0
- {pex-2.98.2 → pex-2.98.4}/docker/cache/populate_cache.sh +0 -0
- {pex-2.98.2 → pex-2.98.4}/docker/user/Dockerfile +0 -0
- {pex-2.98.2 → pex-2.98.4}/docker/user/create_docker_image_user.sh +0 -0
- {pex-2.98.2 → pex-2.98.4}/docs/_ext/sphinx_pex/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/docs/_ext/sphinx_pex/vars.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/docs/_static/pex-icon.png +0 -0
- {pex-2.98.2 → pex-2.98.4}/docs/_static/pex-logo-dark.png +0 -0
- {pex-2.98.2 → pex-2.98.4}/docs/_static/pex-logo-light.png +0 -0
- {pex-2.98.2 → pex-2.98.4}/docs/_templates/page.html +0 -0
- {pex-2.98.2 → pex-2.98.4}/docs/_templates/search.html +0 -0
- {pex-2.98.2 → pex-2.98.4}/docs/api/vars.md +0 -0
- {pex-2.98.2 → pex-2.98.4}/docs/buildingpex.rst +0 -0
- {pex-2.98.2 → pex-2.98.4}/docs/conf.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/docs/index.rst +0 -0
- {pex-2.98.2 → pex-2.98.4}/docs/recipes.rst +0 -0
- {pex-2.98.2 → pex-2.98.4}/docs/scie.md +0 -0
- {pex-2.98.2 → pex-2.98.4}/docs/whatispex.rst +0 -0
- {pex-2.98.2 → pex-2.98.4}/duvrc.sh +0 -0
- {pex-2.98.2 → pex-2.98.4}/mypy.ini +0 -0
- {pex-2.98.2 → pex-2.98.4}/package/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/package/complete-platforms/linux-aarch64.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/package/complete-platforms/linux-armv7l.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/package/complete-platforms/linux-riscv64.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/package/complete-platforms/linux-x86_64.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/package/complete-platforms/macos-aarch64.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/package/complete-platforms/macos-x86_64.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/package/complete-platforms/musl-linux-aarch64.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/package/complete-platforms/musl-linux-x86_64.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/package/package.toml +0 -0
- {pex-2.98.2 → pex-2.98.4}/package/pex-scie.lock +0 -0
- {pex-2.98.2 → pex-2.98.4}/package/scie_config.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/__main__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/argparse.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/artifact_url.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/atexit.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/atomic_directory.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/attrs.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/auth.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/bin/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/bin/pex.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/bootstrap.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/build_backend/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/build_backend/configuration.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/build_backend/pylock.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/build_backend/wrap.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/build_properties.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/build_system/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/build_system/pep_517.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/build_system/pep_518.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cache/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cache/access.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cache/prunable.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cache/root.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/__main__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/command.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/commands/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/commands/cache/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/commands/cache/bytes.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/commands/cache/command.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/commands/cache/du.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/commands/cache_aware.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/commands/docs.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/commands/interpreter.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/commands/lock.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/commands/pip/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/commands/pip/core.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/commands/pip/download.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/commands/pip/wheel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/commands/run.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/commands/scie.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/commands/venv.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli/pex.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/cli_util.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/commands/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/commands/command.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/common.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/compatibility.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/compiler.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/dependency_configuration.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/dependency_manager.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/dist_metadata.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/distutils/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/distutils/commands/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/distutils/commands/bdist_pex.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/docs/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/docs/command.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/entry_points_txt.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/enum.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/environment.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/exceptions.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/executables.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/executor.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/fetcher.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/finders.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/fingerprinted_distribution.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/fs/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/fs/_unix.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/fs/_windows.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/fs/lock.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/globals.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/hashing.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/hashing.py.lck +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/http/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/http/server.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/inherit_path.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/installed_wheel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/interpreter.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/interpreter_constraints.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/interpreter_implementation.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/interpreter_selection_strategy.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/jobs.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/lang.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/layout.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/namespace.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/network_configuration.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/orderedset.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/os.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pep_376.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pep_425.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pep_427.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pep_440.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pep_503.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pep_508.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pep_723.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pex.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pex_boot.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pex_bootstrapper.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pex_builder.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pex_info.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pex_root.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pex_warnings.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pip/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pip/dependencies/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pip/dependencies/requires.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pip/download_observer.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pip/foreign_platform/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pip/foreign_platform/markers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pip/foreign_platform/requires_python.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pip/foreign_platform/tags.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pip/installation.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pip/local_project.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pip/log_analyzer.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pip/package_repositories/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pip/package_repositories/link_collector.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pip/tailer.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pip/vcs.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pip/version.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/platforms.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pth.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/pyenv.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/rank.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/rc/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/rc/model.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/rc/pexrc.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/repl/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/repl/custom.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/repl/pex_repl.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/requirement_key.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/requirements.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/abbreviated_platforms.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/config.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/configured_resolve.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/configured_resolver.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/downloads.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/lock_downloader.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/lock_resolver.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/locked_resolve.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/locker.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/locker_patches.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/lockfile/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/lockfile/create.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/lockfile/download_manager.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/lockfile/json_codec.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/lockfile/model.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/lockfile/pep_751.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/lockfile/requires_dist.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/lockfile/subset.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/lockfile/targets.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/lockfile/tarjan.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/lockfile/updater.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/package_repository.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/path_mappings.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/pep_691/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/pep_691/api.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/pep_691/fingerprint_service.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/pep_691/model.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/pex_repository_resolver.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/pre_resolved_resolver.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/project.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/requirement_configuration.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/requirement_options.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/resolved_requirement.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/resolver_configuration.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/resolver_options.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/resolvers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/script_metadata.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/target_configuration.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/target_options.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/target_system.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolve/venv_resolver.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/resolver.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/result.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/scie/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/scie/model.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/sdist.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/sh_boot.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/sorted_tuple.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/specifier_sets.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/subprocess.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/sysconfig.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/targets.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/third_party/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/toml.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/tools/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/tools/__main__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/tools/command.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/tools/commands/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/tools/commands/digraph.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/tools/commands/graph.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/tools/commands/info.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/tools/commands/interpreter.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/tools/commands/repository.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/tools/commands/venv.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/tools/main.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/tracer.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/typing.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/util.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/variables.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/README.md +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/__main__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/ansicolors/.layout.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/ansicolors/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.dist-info/DESCRIPTION.rst +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.dist-info/METADATA +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.dist-info/RECORD +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.dist-info/WHEEL +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.dist-info/metadata.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.dist-info/top_level.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/ansicolors/ansicolors-1.1.8.pex-info/original-whl-info.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/ansicolors/colors/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/ansicolors/colors/colors.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/ansicolors/colors/csscolors.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/ansicolors/colors/version.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/ansicolors/constraints.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/appdirs/.layout.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/appdirs/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/appdirs/appdirs-1.4.4.dist-info/LICENSE.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/appdirs/appdirs-1.4.4.dist-info/METADATA +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/appdirs/appdirs-1.4.4.dist-info/RECORD +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/appdirs/appdirs-1.4.4.dist-info/WHEEL +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/appdirs/appdirs-1.4.4.dist-info/top_level.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/appdirs/appdirs-1.4.4.pex-info/original-whl-info.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/appdirs/appdirs.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/appdirs/constraints.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/.layout.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/__init__.pyi +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/_cmp.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/_cmp.pyi +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/_compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/_config.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/_funcs.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/_make.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/_next_gen.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/_version_info.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/_version_info.pyi +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/converters.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/converters.pyi +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/exceptions.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/exceptions.pyi +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/filters.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/filters.pyi +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/py.typed +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/setters.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/setters.pyi +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/validators.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attr/validators.pyi +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attrs/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attrs/__init__.pyi +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attrs/converters.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attrs/exceptions.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attrs/filters.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attrs/py.typed +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attrs/setters.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attrs/validators.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.dist-info/AUTHORS.rst +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.dist-info/LICENSE +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.dist-info/METADATA +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.dist-info/RECORD +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.dist-info/WHEEL +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.dist-info/top_level.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/attrs/attrs-21.5.0.dev0.pex-info/original-whl-info.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/.layout.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/constraints.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging/__about__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging/_compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging/_structures.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging/_typing.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging/markers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging/py.typed +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging/requirements.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging/specifiers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging/tags.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging/utils.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging/version.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/LICENSE +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/LICENSE.APACHE +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/LICENSE.BSD +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/METADATA +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/RECORD +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/WHEEL +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.dist-info/top_level.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/packaging-20.9.pex-info/original-whl-info.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/pyparsing-2.4.7.dist-info/LICENSE +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/pyparsing-2.4.7.dist-info/METADATA +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/pyparsing-2.4.7.dist-info/RECORD +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/pyparsing-2.4.7.dist-info/WHEEL +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/pyparsing-2.4.7.dist-info/top_level.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/pyparsing-2.4.7.pex-info/original-whl-info.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_20_9/pyparsing.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/.layout.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/constraints.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging/__about__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging/_manylinux.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging/_musllinux.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging/_structures.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging/markers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging/py.typed +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging/requirements.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging/specifiers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging/tags.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging/utils.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging/version.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/LICENSE +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/LICENSE.APACHE +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/LICENSE.BSD +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/METADATA +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/RECORD +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/WHEEL +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.dist-info/top_level.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/packaging-21.3.pex-info/original-whl-info.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/pyparsing/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/pyparsing/actions.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/pyparsing/common.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/pyparsing/core.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/pyparsing/diagram/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/pyparsing/diagram/template.jinja2 +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/pyparsing/exceptions.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/pyparsing/helpers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/pyparsing/results.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/pyparsing/testing.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/pyparsing/unicode.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/pyparsing/util.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/pyparsing-3.0.7.dist-info/LICENSE +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/pyparsing-3.0.7.dist-info/METADATA +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/pyparsing-3.0.7.dist-info/RECORD +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/pyparsing-3.0.7.dist-info/WHEEL +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/pyparsing-3.0.7.dist-info/top_level.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_21_3/pyparsing-3.0.7.pex-info/original-whl-info.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/.layout.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/constraints.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging/_elffile.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging/_manylinux.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging/_musllinux.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging/_parser.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging/_structures.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging/_tokenizer.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging/markers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging/metadata.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging/py.typed +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging/requirements.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging/specifiers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging/tags.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging/utils.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging/version.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.dist-info/LICENSE +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.dist-info/LICENSE.APACHE +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.dist-info/LICENSE.BSD +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.dist-info/METADATA +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.dist-info/RECORD +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.dist-info/WHEEL +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_24_0/packaging-24.0.pex-info/original-whl-info.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/.layout.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/constraints.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/_elffile.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/_manylinux.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/_musllinux.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/_parser.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/_structures.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/_tokenizer.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/dependency_groups.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/direct_url.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/errors.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/licenses/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/licenses/_spdx.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/markers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/metadata.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/py.typed +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/pylock.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/requirements.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/specifiers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/tags.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/utils.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging/version.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging-26.2.dist-info/METADATA +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging-26.2.dist-info/RECORD +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging-26.2.dist-info/WHEEL +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging-26.2.dist-info/licenses/LICENSE +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging-26.2.dist-info/licenses/LICENSE.APACHE +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging-26.2.dist-info/licenses/LICENSE.BSD +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/packaging_26_2/packaging-26.2.pex-info/original-whl-info.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/.prefix/bin/pip +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/.prefix/bin/pip3 +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/.prefix/bin/pip3.9 +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/__main__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/build_env.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/cache.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/cli/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/cli/autocompletion.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/cli/base_command.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/cli/cmdoptions.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/cli/command_context.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/cli/main.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/cli/main_parser.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/cli/parser.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/cli/progress_bars.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/cli/req_command.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/cli/spinners.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/cli/status_codes.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/commands/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/commands/cache.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/commands/check.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/commands/completion.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/commands/configuration.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/commands/debug.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/commands/download.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/commands/freeze.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/commands/hash.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/commands/help.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/commands/install.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/commands/list.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/commands/search.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/commands/show.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/commands/uninstall.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/commands/wheel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/configuration.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/distributions/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/distributions/base.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/distributions/installed.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/distributions/sdist.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/distributions/wheel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/exceptions.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/index/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/index/collector.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/index/package_finder.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/locations.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/main.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/models/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/models/candidate.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/models/direct_url.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/models/format_control.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/models/index.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/models/link.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/models/scheme.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/models/search_scope.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/models/selection_prefs.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/models/target_python.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/models/wheel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/network/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/network/auth.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/network/cache.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/network/download.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/network/lazy_wheel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/network/session.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/network/utils.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/network/xmlrpc.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/operations/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/operations/build/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/operations/build/metadata.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/operations/build/metadata_legacy.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/operations/build/wheel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/operations/build/wheel_legacy.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/operations/check.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/operations/freeze.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/operations/install/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/operations/install/editable_legacy.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/operations/install/legacy.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/operations/install/wheel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/operations/prepare.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/pyproject.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/req/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/req/constructors.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/req/req_file.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/req/req_install.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/req/req_set.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/req/req_tracker.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/req/req_uninstall.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/resolution/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/resolution/base.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/resolution/legacy/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/resolution/legacy/resolver.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/base.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/candidates.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/factory.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/found_candidates.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/provider.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/reporter.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/requirements.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/resolution/resolvelib/resolver.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/self_outdated_check.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/appdirs.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/compatibility_tags.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/datetime.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/deprecation.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/direct_url_helpers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/distutils_args.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/encoding.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/entrypoints.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/filesystem.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/filetypes.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/glibc.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/hashes.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/inject_securetransport.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/logging.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/misc.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/models.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/packaging.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/parallel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/pkg_resources.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/setuptools_build.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/subprocess.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/temp_dir.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/typing.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/unpacking.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/urls.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/virtualenv.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/utils/wheel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/vcs/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/vcs/bazaar.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/vcs/git.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/vcs/mercurial.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/vcs/subversion.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/vcs/versioncontrol.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_internal/wheel_builder.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/appdirs.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/_cmd.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/adapter.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/cache.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/caches/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/caches/file_cache.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/caches/redis_cache.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/controller.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/filewrapper.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/heuristics.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/serialize.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/cachecontrol/wrapper.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/certifi/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/certifi/__main__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/certifi/core.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/big5freq.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/big5prober.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/chardistribution.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/charsetgroupprober.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/charsetprober.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/cli/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/cli/chardetect.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/codingstatemachine.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/cp949prober.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/enums.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/escprober.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/escsm.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/eucjpprober.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/euckrfreq.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/euckrprober.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/euctwfreq.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/euctwprober.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/gb2312freq.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/gb2312prober.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/hebrewprober.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/jisfreq.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/jpcntx.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langbulgarianmodel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langcyrillicmodel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langgreekmodel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langhebrewmodel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langhungarianmodel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langthaimodel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/langturkishmodel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/latin1prober.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/mbcharsetprober.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/mbcsgroupprober.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/mbcssm.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/sbcharsetprober.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/sbcsgroupprober.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/sjisprober.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/universaldetector.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/utf8prober.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/chardet/version.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/colorama/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/colorama/ansi.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/colorama/ansitowin32.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/colorama/initialise.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/colorama/win32.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/colorama/winterm.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/contextlib2.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/_backport/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/_backport/misc.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/_backport/shutil.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/_backport/sysconfig.cfg +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/_backport/sysconfig.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/_backport/tarfile.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/database.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/index.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/locators.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/manifest.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/markers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/metadata.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/resources.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/scripts.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/t32.exe +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/t64.exe +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/util.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/version.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/w32.exe +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/w64.exe +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distlib/wheel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/distro.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_ihatexml.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_inputstream.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_tokenizer.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_trie/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_trie/_base.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_trie/py.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/_utils.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/constants.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/alphabeticalattributes.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/base.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/inject_meta_charset.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/lint.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/optionaltags.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/sanitizer.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/filters/whitespace.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/html5parser.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/serializer.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treeadapters/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treeadapters/genshi.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treeadapters/sax.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treebuilders/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treebuilders/base.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treebuilders/dom.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treebuilders/etree.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treebuilders/etree_lxml.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treewalkers/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treewalkers/base.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treewalkers/dom.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treewalkers/etree.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treewalkers/etree_lxml.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/html5lib/treewalkers/genshi.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/idna/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/idna/codec.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/idna/compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/idna/core.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/idna/idnadata.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/idna/intranges.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/idna/package_data.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/idna/uts46data.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/ipaddress.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/msgpack/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/msgpack/_version.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/msgpack/exceptions.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/msgpack/ext.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/msgpack/fallback.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/packaging/__about__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/packaging/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/packaging/_compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/packaging/_structures.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/packaging/_typing.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/packaging/markers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/packaging/requirements.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/packaging/specifiers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/packaging/tags.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/packaging/utils.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/packaging/version.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/pep517/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/pep517/_in_process.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/pep517/build.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/pep517/check.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/pep517/colorlog.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/pep517/compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/pep517/dirtools.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/pep517/envbuild.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/pep517/meta.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/pep517/wrappers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/pkg_resources/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/pkg_resources/py31compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/progress/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/progress/bar.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/progress/counter.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/progress/spinner.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/pyparsing.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/requests/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/requests/__version__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/requests/_internal_utils.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/requests/adapters.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/requests/api.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/requests/auth.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/requests/certs.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/requests/compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/requests/cookies.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/requests/exceptions.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/requests/help.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/requests/hooks.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/requests/models.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/requests/packages.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/requests/sessions.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/requests/status_codes.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/requests/structures.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/requests/utils.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/compat/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/compat/collections_abc.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/providers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/reporters.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/resolvers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/resolvelib/structs.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/retrying.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/six.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/toml/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/toml/decoder.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/toml/encoder.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/toml/ordered.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/toml/tz.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/_collections.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/_version.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/connection.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/connectionpool.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/_appengine_environ.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/appengine.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/ntlmpool.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/pyopenssl.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/securetransport.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/contrib/socks.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/exceptions.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/fields.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/filepost.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/packages/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/packages/backports/makefile.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/packages/six.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/poolmanager.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/request.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/response.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/connection.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/proxy.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/queue.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/request.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/response.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/retry.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/ssl_.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/ssltransport.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/timeout.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/url.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/urllib3/util/wait.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/vendor.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/webencodings/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/webencodings/labels.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/webencodings/mklabels.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/webencodings/tests.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip/_vendor/webencodings/x_user_defined.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip-20.3.4.dist-info/LICENSE.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip-20.3.4.dist-info/METADATA +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip-20.3.4.dist-info/WHEEL +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip-20.3.4.dist-info/entry_points.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip-20.3.4.dist-info/top_level.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/pip/pip-20.3.4.pex-info/original-whl-info.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/.layout.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/.prefix/bin/easy_install +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/.prefix/bin/easy_install-3.9 +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/easy_install.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/pkg_resources/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/appdirs.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/__about__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/_compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/_structures.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/markers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/requirements.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/specifiers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/utils.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/packaging/version.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/pyparsing.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/six.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/pkg_resources/extern/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/pkg_resources/py31compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/_deprecation_warning.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/_imp.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/_vendor/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/_vendor/ordered_set.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/__about__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/_compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/_structures.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/markers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/requirements.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/specifiers.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/tags.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/utils.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/_vendor/packaging/version.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/_vendor/pyparsing.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/_vendor/six.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/archive_util.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/build_meta.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/cli-32.exe +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/cli-64.exe +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/cli.exe +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/alias.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/bdist_egg.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/bdist_rpm.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/bdist_wininst.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/build_clib.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/build_ext.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/build_py.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/develop.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/dist_info.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/easy_install.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/egg_info.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/install.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/install_egg_info.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/install_lib.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/install_scripts.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/launcher manifest.xml +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/py36compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/register.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/rotate.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/saveopts.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/sdist.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/setopt.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/test.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/upload.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/command/upload_docs.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/config.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/dep_util.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/depends.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/dist.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/errors.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/extension.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/extern/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/glob.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/gui-32.exe +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/gui-64.exe +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/gui.exe +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/installer.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/launch.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/lib2to3_ex.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/monkey.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/msvc.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/namespaces.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/package_index.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/py27compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/py31compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/py33compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/py34compat.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/sandbox.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/script (dev).tmpl +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/script.tmpl +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/site-patch.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/ssl_support.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/unicode_utils.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/version.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/wheel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools/windows_support.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/LICENSE +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/METADATA +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/RECORD +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/WHEEL +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/dependency_links.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/entry_points.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/top_level.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/zip-safe +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/setuptools/setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.pex-info/original-whl-info.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/toml/.layout.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/toml/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/toml/constraints.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/toml/toml/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/toml/toml/decoder.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/toml/toml/encoder.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/toml/toml/ordered.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/toml/toml/tz.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/toml/toml-0.10.2.dist-info/LICENSE +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/toml/toml-0.10.2.dist-info/METADATA +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/toml/toml-0.10.2.dist-info/RECORD +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/toml/toml-0.10.2.dist-info/WHEEL +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/toml/toml-0.10.2.dist-info/top_level.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/toml/toml-0.10.2.pex-info/original-whl-info.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/tomli/.layout.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/tomli/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/tomli/constraints.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/tomli/tomli/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/tomli/tomli/_parser.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/tomli/tomli/_re.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/tomli/tomli/_types.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/tomli/tomli/py.typed +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/tomli/tomli-2.0.1.dist-info/LICENSE +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/tomli/tomli-2.0.1.dist-info/METADATA +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/tomli/tomli-2.0.1.dist-info/RECORD +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/tomli/tomli-2.0.1.dist-info/WHEEL +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/vendor/_vendored/tomli/tomli-2.0.1.pex-info/original-whl-info.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/venv/README.md +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/venv/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/venv/bin_path.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/venv/install_scope.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/venv/installer.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/venv/installer_configuration.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/venv/installer_options.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/venv/virtualenv.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/venv/virtualenv_16.7.12_py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/wheel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/whl.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/windows/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/windows/stubs/uv-trampoline-aarch64-console.exe +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/windows/stubs/uv-trampoline-aarch64-gui.exe +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/windows/stubs/uv-trampoline-x86_64-console.exe +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/windows/stubs/uv-trampoline-x86_64-gui.exe +0 -0
- {pex-2.98.2 → pex-2.98.4}/pex/ziputils.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/pylock.toml +0 -0
- {pex-2.98.2 → pex-2.98.4}/scripts/analyze-CI-shard-timeout.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/scripts/build-cache-image.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/scripts/build-docs.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/scripts/create-packages.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/scripts/dev-cmd-fix-egg-link.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/scripts/dev-cmd-pip-install-pex-next.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/scripts/embed-virtualenv.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/scripts/format.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/scripts/gen-scie-platform.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/scripts/lint.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/scripts/py27/lint_enum.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/scripts/requires-python-check.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/scripts/typecheck.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/setup.cfg +0 -0
- {pex-2.98.2 → pex-2.98.4}/setup.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/bin/run_tests.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/build_system.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/cli.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/data/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/data/locks/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/data/locks/bug-report-pantsbuild-23407.lock.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/data/locks/devpi-server.lock.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/data/locks/issue-2415.lock.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/data/locks/issue-2683.lock.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/data/locks/mitmproxy.lock.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/data/locks/pylock.issue-2887.toml +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/data/locks/requests.lock.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/data/pip_logs/issue-2414.pip-23.2.log +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/data/pip_logs/issue-2414.pip-23.3.1.log +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/data/platforms/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/data/platforms/complete_platform_almalinux-8.10_py3.11.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/data/platforms/complete_platform_linux_armv7l_py312.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/data/platforms/complete_platform_linux_x86-64_py311.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/data/platforms/linux-x86_64.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/data/platforms/macos-aarch64.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/data/platforms/macosx_10_13_x86_64-cp-36-m.tags.txt +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/devpi.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/dist_metadata.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/docker.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/find_links.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/local_project.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/lock.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/mitmproxy.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/pep_427.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/pex_dist.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/pip.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/pytest_utils/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/pytest_utils/shard.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/pytest_utils/tmp.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/pytest_utils/track_status_hook.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/pytest_utils/track_status_hook_py2.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/pytest_utils/track_status_hook_py3.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/resolve.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/scie.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/subprocess.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/testing/venv.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/bin/test_sh_boot.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/build_backend/test_configuration.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/build_backend/test_pylock.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/build_system/test_issue_2125.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/build_system/test_pep_517.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/build_system/test_pep_518.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/commands/test_command.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/conftest.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/example_packages/MarkupSafe-1.0-cp27-cp27mu-linux_x86_64.whl +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/example_packages/PyAthena-1.11.5-py2.py3-none-any.whl +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/example_packages/PyAthena-1.9.0-py2.py3-none-any.whl +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/example_packages/aws_cfn_bootstrap-1.4-py2-none-any.whl +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/example_packages/pyparsing-2.1.10-py2.py3-none-any.whl +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/build_backend/test_wrap.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/build_system/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/build_system/test_issue_2063.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/build_system/test_issue_2125.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/build_system/test_issue_2913.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/build_system/test_pep_517.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/build_system/test_pep_518.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_cache_prune.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_discussion_2752.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_download.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_export.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_export_subset.lock.json +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_export_subset.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_interpreter_inspect.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_1413.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_1665.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_1667.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_1688.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_1711.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_1734.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_1741.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_1801.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_1821.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_2050.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_2057.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_2059.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_2098.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_2211.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_2268.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_2313.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_2414.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_2519.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_3148.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_3194.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_issue_3206.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_local_project_lock.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_lock.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_lock_dependency_groups.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_lock_elide_unused_requires_dist.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_lock_foreign_platform_sdist.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_lock_report.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_lock_reproducibility_hash_seed.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_lock_requirements_file.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_lock_resolve_auth.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_lock_script_metadata.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_lock_subset.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_lock_sync.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_lock_update.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_lock_update_issues_2332_2334.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_lock_uploaded_prior_to.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_pep_751.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_run.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_scie_create.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_split_universal_locks.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_vcs_lock.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_venv_create.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_venv_inspect.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/cli/commands/test_wheel.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/conftest.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/pep_691/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/pep_691/test_api.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_dependency_groups.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_issue_1361.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_issue_1907.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_issue_1918.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_issue_2092.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_issue_2412.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_issue_2532.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_issue_2568.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_issue_2772.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_issue_2785.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_issue_2877.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_issue_2926.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_issue_2930_and_2931.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_issue_3008.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_issue_3022.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_issue_3032.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_issue_3040.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_universal_lock_splits.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/resolve/test_venv_resolver.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/scie/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/scie/test_discussion_2516.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/scie/test_issue_2733.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/scie/test_issue_2740.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/scie/test_issue_2810.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/scie/test_issue_2827.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/scie/test_issue_3195.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/scie/test_issue_3217.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/scie/test_pex_scie.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/scie/test_scie_ephemeral_run.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_bind_resource_path.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_build_properties.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_direct_url_pex.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_discussion_2979.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_discussion_3044.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_downloaded_artifact_metadata_invalid.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_downloads.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_excludes.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_executuon_mode_venv.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_inject_env_and_args.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_inject_python_args.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_integration.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_interpreter.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_interpreter_selection.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_interpreter_selection_strategy.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1017.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1018.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1025.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1031.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1075.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1179.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1201.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1202.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1218.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1225.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1232.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1302.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1316.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1336.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1422.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1447.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1479.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1520.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1537.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1540.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1550.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1560.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_157.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1597.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1598.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1656.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1683.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1726.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1730.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1802.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1809.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1817.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1825.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1856.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1861.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1870.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1872.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1879.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1933.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1936.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1949.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_1995.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2001.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2006.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2017.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2023.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2038.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2073.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2087.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2088.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2113.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2134.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2183.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2186.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2203.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2235.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2249.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2299.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2324.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2343.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2348.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2355.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2371.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2389.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2391.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2395.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2410.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2412.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2413.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2415.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2432.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2441.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2572.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2631.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2706.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2739.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2819.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2822.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2862.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2885.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2897.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2941.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2942.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2949.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_298.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2991.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_2998.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_3003.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_3030.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_3047.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_3050.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_3089.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_3113.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_3116.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_3118.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_3135.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_3138.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_434.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_455.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_539.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_598.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_661.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_729.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_736.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_745.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_749.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_898.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_899.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_940.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_issue_996.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_keyring_support.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_layout.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_layout_packed.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_lock_resolver.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_locked_resolve.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_no_pre_install_wheels.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_override_replace.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_overrides.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_pep_427.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_pex_bootstrapper.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_pex_entry_points.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_pex_import.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_pip.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_platform_pex_name_placeholder.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_reexec.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_reproducible.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_scie_desktop_install.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_scoped_repos.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_script_metadata.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_setproctitle.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_sh_boot.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_shebang_length_limit.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_variables.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/test_venv_editables.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/tools/commands/test_issue_2105.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/tools/commands/test_venv.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/venv_ITs/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/venv_ITs/conftest.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/venv_ITs/test_install_wheel_multiple_site_packages_dirs.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/venv_ITs/test_issue_1630.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/venv_ITs/test_issue_1637.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/venv_ITs/test_issue_1641.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/venv_ITs/test_issue_1668.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/venv_ITs/test_issue_1745.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/venv_ITs/test_issue_1973.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/venv_ITs/test_issue_2065.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/venv_ITs/test_issue_2160.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/venv_ITs/test_issue_2248.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/venv_ITs/test_issue_3107.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/venv_ITs/test_pep_829.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/venv_ITs/test_venv_collisions_init_py.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/integration/venv_ITs/test_virtualenv.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/pip/test_log_analyzer.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/pip/test_tailer.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/pip/test_version.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/conftest.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/lockfile/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/lockfile/test_download_manager.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/lockfile/test_issue_2887.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/lockfile/test_json_codec.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/lockfile/test_lockfile.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/lockfile/test_pep_751.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/lockfile/test_requires_dist.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/pep_691/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/pep_691/test_api.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/pep_691/test_fingerprint_service.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/pep_691/test_model.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/test_dependency_groups.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/test_locked_resolve.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/test_locker.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/test_marker_env_conjunction_precedence.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/test_package_repository.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/test_path_mappings.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/test_pex_repository_resolver.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/test_resolved_requirement.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/test_resolver_options.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/test_script_metadata.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/resolve/test_target_options.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_artifact_url.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_atexit.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_atomic_directory.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_bdist_pex.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_common.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_compatibility.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_compiler.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_dependency_configuration.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_dependency_manager.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_dist_metadata.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_enum.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_environment.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_executables.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_execution_mode.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_executor.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_fetcher.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_finders.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_hashing.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_inherits_path_option.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_interpreter.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_interpreter_constraints.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_issue_3208.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_jobs.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_lang.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_os.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_packaging.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_pep_425.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_pep_508.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_pep_723.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_pex.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_pex_binary.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_pex_bootstrapper.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_pex_builder.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_pex_info.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_pex_root.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_pex_warnings.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_pip.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_platform.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_pth.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_pyvenv_cfg.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_requirements.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_resolver.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_sorted_tuple.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_specifier_sets.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_target_system.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_targets.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_tarjan.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_third_party.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_toml.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_util.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_variables.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_vendor.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_virtualenv.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_windows.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/test_zip_utils.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/tools/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/tools/commands/__init__.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/tools/commands/test_interpreter_command.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/tools/commands/test_repository.py +0 -0
- {pex-2.98.2 → pex-2.98.4}/tests/tools/commands/test_venv.py +0 -0
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Release Notes
|
|
2
2
|
|
|
3
|
+
## 2.98.4
|
|
4
|
+
|
|
5
|
+
This release updates vendored Pip's vendored certifi's cacert.pem to that from certifi 2026.7.22.
|
|
6
|
+
|
|
7
|
+
* Update vendored Pip's CA cert bundle. (#3227)
|
|
8
|
+
|
|
9
|
+
## 2.98.3
|
|
10
|
+
|
|
11
|
+
This release fixes `--venv` PEX scies robustness to `PEX_ROOT` cache deletion and also fixes
|
|
12
|
+
`--venv` PEX behavior with regard to accurate `pex3 cache prune` last access time pruning.
|
|
13
|
+
|
|
14
|
+
* Fix `--venv` PEX cache handling. (#3226)
|
|
15
|
+
|
|
3
16
|
## 2.98.2
|
|
4
17
|
|
|
5
18
|
This release fixes generation of foreign platform PEX scies to respect the foreign platform cache
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pex
|
|
3
|
-
Version: 2.98.
|
|
3
|
+
Version: 2.98.4
|
|
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.98.
|
|
6
|
+
Download-URL: https://github.com/pex-tool/pex/releases/download/v2.98.4/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.98.
|
|
10
|
+
Project-URL: Changelog, https://github.com/pex-tool/pex/blob/v2.98.4/CHANGES.md
|
|
11
11
|
Project-URL: Documentation, https://docs.pex-tool.org/
|
|
12
|
-
Project-URL: Source, https://github.com/pex-tool/pex/tree/v2.98.
|
|
12
|
+
Project-URL: Source, https://github.com/pex-tool/pex/tree/v2.98.4
|
|
13
13
|
Keywords: package,executable,virtualenv,lock,freeze
|
|
14
14
|
Classifier: Development Status :: 5 - Production/Stable
|
|
15
15
|
Classifier: Intended Audience :: Developers
|
|
@@ -317,7 +317,7 @@ class UnzipDir(AtomicCacheDir):
|
|
|
317
317
|
def iter_all(cls, pex_root=ENV):
|
|
318
318
|
# type: (Union[str, Variables]) -> Iterator[UnzipDir]
|
|
319
319
|
for unzip_dir in glob.glob(CacheDir.UNZIPPED_PEXES.path("*", pex_root=pex_root)):
|
|
320
|
-
if os.path.isdir(unzip_dir):
|
|
320
|
+
if os.path.isdir(unzip_dir) and not unzip_dir.endswith(".work"):
|
|
321
321
|
pex_hash = os.path.basename(unzip_dir)
|
|
322
322
|
yield UnzipDir(path=unzip_dir, pex_hash=pex_hash, pex_root=pex_root)
|
|
323
323
|
|
|
@@ -396,6 +396,7 @@ class BootstrapPip(object):
|
|
|
396
396
|
log=None, # type: Optional[str]
|
|
397
397
|
pip_verbosity=0, # type: int
|
|
398
398
|
extra_env=None, # type: Optional[Dict[str, str]]
|
|
399
|
+
set_last_access=True, # type: bool
|
|
399
400
|
**popen_kwargs # type: Any
|
|
400
401
|
):
|
|
401
402
|
# type: (...) -> Tuple[List[str], subprocess.Popen]
|
|
@@ -492,6 +493,9 @@ class BootstrapPip(object):
|
|
|
492
493
|
# moves lead to in the `pip wheel` case.
|
|
493
494
|
extra_env.update(TMPDIR=safe_mkdtemp(dir=safe_mkdir(self.cache_dir), prefix=".tmp."))
|
|
494
495
|
|
|
496
|
+
if not set_last_access:
|
|
497
|
+
extra_env.update(_PEX_CACHE_SET_LAST_ACCESS="0")
|
|
498
|
+
|
|
495
499
|
with ENV.strip().patch(
|
|
496
500
|
PEX_ROOT=ENV.PEX_ROOT,
|
|
497
501
|
PEX_VERBOSE=str(ENV.PEX_VERBOSE),
|
|
@@ -537,6 +541,7 @@ class BootstrapPip(object):
|
|
|
537
541
|
pip_verbosity=0, # type: int
|
|
538
542
|
finalizer=None, # type: Optional[Callable[[int], None]]
|
|
539
543
|
extra_env=None, # type: Optional[Dict[str, str]]
|
|
544
|
+
set_last_access=True, # type: bool
|
|
540
545
|
**popen_kwargs # type: Any
|
|
541
546
|
):
|
|
542
547
|
# type: (...) -> Job
|
|
@@ -547,6 +552,7 @@ class BootstrapPip(object):
|
|
|
547
552
|
log=log,
|
|
548
553
|
pip_verbosity=pip_verbosity,
|
|
549
554
|
extra_env=extra_env,
|
|
555
|
+
set_last_access=set_last_access,
|
|
550
556
|
**popen_kwargs
|
|
551
557
|
)
|
|
552
558
|
return Job(command=command, process=process, finalizer=finalizer, context="pip")
|
|
@@ -759,7 +765,7 @@ class BootstrapPip(object):
|
|
|
759
765
|
# analyzer brings that build failure information to the fore.
|
|
760
766
|
log_analyzers.append(_PexIssue2113Analyzer())
|
|
761
767
|
|
|
762
|
-
popen_kwargs = {}
|
|
768
|
+
popen_kwargs = {} # type: Dict[str, Any]
|
|
763
769
|
finalizer = None
|
|
764
770
|
log = log or os.path.join(safe_mkdtemp(prefix="pex-pip-log."), "pip.log")
|
|
765
771
|
|
|
@@ -893,6 +899,7 @@ class BootstrapPip(object):
|
|
|
893
899
|
return self._spawn_pip_isolated_job(
|
|
894
900
|
args=["cache", "remove", wheel_name_glob],
|
|
895
901
|
pip_verbosity=1,
|
|
902
|
+
set_last_access=False,
|
|
896
903
|
stdout=subprocess.PIPE,
|
|
897
904
|
stderr=subprocess.PIPE,
|
|
898
905
|
)
|
|
@@ -902,6 +909,7 @@ class BootstrapPip(object):
|
|
|
902
909
|
return self._spawn_pip_isolated_job(
|
|
903
910
|
args=["cache", "list", "--format", "abspath"],
|
|
904
911
|
pip_verbosity=1,
|
|
912
|
+
set_last_access=False,
|
|
905
913
|
stdout=subprocess.PIPE,
|
|
906
914
|
stderr=subprocess.PIPE,
|
|
907
915
|
)
|
|
@@ -15,7 +15,21 @@ from argparse import ArgumentParser
|
|
|
15
15
|
TYPE_CHECKING = False
|
|
16
16
|
|
|
17
17
|
if TYPE_CHECKING:
|
|
18
|
-
from typing import Iterable, Optional
|
|
18
|
+
from typing import Dict, Iterable, Optional
|
|
19
|
+
|
|
20
|
+
from typing_extensions import Literal
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
def create_binding(
|
|
24
|
+
key, # type: str
|
|
25
|
+
value, # type: str
|
|
26
|
+
brake=None, # type: Optional[Literal["dir", "file", "exists"]]
|
|
27
|
+
):
|
|
28
|
+
# type: (...) -> Dict[str, str]
|
|
29
|
+
binding = {"key": key, "value": value}
|
|
30
|
+
if brake is not None:
|
|
31
|
+
binding["brake"] = brake
|
|
32
|
+
return binding
|
|
19
33
|
|
|
20
34
|
|
|
21
35
|
def write_bindings(
|
|
@@ -27,22 +41,31 @@ def write_bindings(
|
|
|
27
41
|
):
|
|
28
42
|
# type: (...) -> None
|
|
29
43
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
44
|
+
stem, ext = os.path.splitext(sys.executable)
|
|
45
|
+
if windowed and ext == ".exe" and not stem.endswith("w"):
|
|
46
|
+
parent_dir = os.path.dirname(sys.executable)
|
|
47
|
+
python = os.path.join(parent_dir, "{binary_name}w.exe".format(binary_name=stem))
|
|
48
|
+
else:
|
|
49
|
+
python = sys.executable
|
|
50
|
+
|
|
51
|
+
bindings = [
|
|
52
|
+
create_binding("PYTHON", python, brake="file"),
|
|
53
|
+
create_binding("PEX", pex, brake="file" if os.path.isfile(pex) else "dir"),
|
|
54
|
+
]
|
|
55
|
+
if venv_bin_dir:
|
|
56
|
+
bindings.extend(
|
|
57
|
+
(
|
|
58
|
+
# N.B.: If we're in --venv mode, PEX is inside the VIRTUAL_ENV; so there is no need
|
|
59
|
+
# to check the directory's existence again: the PEX check succeeding confirms it.
|
|
60
|
+
create_binding("VIRTUAL_ENV", os.path.dirname(venv_bin_dir)),
|
|
61
|
+
create_binding("VENV_BIN_DIR_PLUS_SEP", venv_bin_dir + os.path.sep, brake="dir"),
|
|
62
|
+
)
|
|
63
|
+
)
|
|
64
|
+
if desktop_file:
|
|
65
|
+
bindings.append(create_binding("DESKTOP_FILE", desktop_file))
|
|
38
66
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
if venv_bin_dir:
|
|
42
|
-
print("VIRTUAL_ENV=" + os.path.dirname(venv_bin_dir), file=fp)
|
|
43
|
-
print("VENV_BIN_DIR_PLUS_SEP=" + venv_bin_dir + os.path.sep, file=fp)
|
|
44
|
-
if desktop_file:
|
|
45
|
-
print("DESKTOP_FILE=" + desktop_file, file=fp)
|
|
67
|
+
with open(env_file, "w") as fp:
|
|
68
|
+
json.dump(bindings, fp)
|
|
46
69
|
|
|
47
70
|
|
|
48
71
|
class PexDirNotFound(Exception):
|
|
@@ -238,7 +261,7 @@ if __name__ == "__main__":
|
|
|
238
261
|
desktop_uninstall(desktop_file=desktop_install_path)
|
|
239
262
|
|
|
240
263
|
write_bindings(
|
|
241
|
-
env_file=os.environ["
|
|
264
|
+
env_file=os.environ["SCIE_BINDING_JSON"],
|
|
242
265
|
pex=pex,
|
|
243
266
|
venv_bin_dir=os.path.join(pex, options.venv_bin_dir) if options.venv_bin_dir else None,
|
|
244
267
|
desktop_file=desktop_install_path,
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
from __future__ import print_function
|
|
5
5
|
|
|
6
6
|
import importlib
|
|
7
|
+
import json
|
|
7
8
|
import os
|
|
8
9
|
import sys
|
|
9
10
|
from argparse import ArgumentParser
|
|
@@ -23,9 +24,12 @@ def write_bindings(
|
|
|
23
24
|
):
|
|
24
25
|
# type: (...) -> None
|
|
25
26
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
bindings = [
|
|
28
|
+
{"key": "BIND_RESOURCE_" + env_name, "value": resource_path, "brake": "file"}
|
|
29
|
+
for env_name, resource_path in bound_resource_paths
|
|
30
|
+
]
|
|
31
|
+
with open(env_file, "w") as fp:
|
|
32
|
+
json.dump(bindings, fp)
|
|
29
33
|
|
|
30
34
|
|
|
31
35
|
class ResourceBindingError(Exception):
|
|
@@ -106,6 +110,6 @@ if __name__ == "__main__":
|
|
|
106
110
|
sys.exit(str(e))
|
|
107
111
|
|
|
108
112
|
write_bindings(
|
|
109
|
-
env_file=os.environ["
|
|
113
|
+
env_file=os.environ["SCIE_BINDING_JSON"], bound_resource_paths=bound_resource_paths
|
|
110
114
|
)
|
|
111
115
|
sys.exit(0)
|
|
@@ -258,10 +258,12 @@ class VendorSpec(
|
|
|
258
258
|
# Automated update of Pip's vendored certifi's cacert.pem to that from certifi 2026.4.22.
|
|
259
259
|
# 18.) https://github.com/pex-tool/pip/commit/cf6ef50395c26964787f1d13ae3de0f668fb2236
|
|
260
260
|
# Automated update of Pip's vendored certifi's cacert.pem to that from certifi 2026.6.17.
|
|
261
|
+
# 19.) https://github.com/pex-tool/pip/commit/4f50d41b0b22e6c7444fb5914531614220468186
|
|
262
|
+
# Automated update of Pip's vendored certifi's cacert.pem to that from certifi 2026.7.22.
|
|
261
263
|
|
|
262
264
|
PIP_SPEC = VendorSpec.git(
|
|
263
265
|
repo="https://github.com/pex-tool/pip",
|
|
264
|
-
commit="
|
|
266
|
+
commit="4f50d41b0b22e6c7444fb5914531614220468186",
|
|
265
267
|
project_name="pip",
|
|
266
268
|
rewrite=False,
|
|
267
269
|
)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"fingerprint":"1b4386d3f4c102a2a9a54dcd3634306293f98ae41b95c717272b66a133dc65d3","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.7.22
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
# Issuer: CN=COMODO ECC Certification Authority O=COMODO CA Limited
|
|
@@ -719,35 +719,6 @@ g1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN
|
|
|
719
719
|
BSeOE6Fuwg==
|
|
720
720
|
-----END CERTIFICATE-----
|
|
721
721
|
|
|
722
|
-
# Issuer: CN=Atos TrustedRoot 2011 O=Atos
|
|
723
|
-
# Subject: CN=Atos TrustedRoot 2011 O=Atos
|
|
724
|
-
# Label: "Atos TrustedRoot 2011"
|
|
725
|
-
# Serial: 6643877497813316402
|
|
726
|
-
# MD5 Fingerprint: ae:b9:c4:32:4b:ac:7f:5d:66:cc:77:94:bb:2a:77:56
|
|
727
|
-
# SHA1 Fingerprint: 2b:b1:f5:3e:55:0c:1d:c5:f1:d4:e6:b7:6a:46:4b:55:06:02:ac:21
|
|
728
|
-
# SHA256 Fingerprint: f3:56:be:a2:44:b7:a9:1e:b3:5d:53:ca:9a:d7:86:4a:ce:01:8e:2d:35:d5:f8:f9:6d:df:68:a6:f4:1a:a4:74
|
|
729
|
-
-----BEGIN CERTIFICATE-----
|
|
730
|
-
MIIDdzCCAl+gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UE
|
|
731
|
-
AwwVQXRvcyBUcnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQG
|
|
732
|
-
EwJERTAeFw0xMTA3MDcxNDU4MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMM
|
|
733
|
-
FUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsGA1UECgwEQXRvczELMAkGA1UEBhMC
|
|
734
|
-
REUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCVhTuXbyo7LjvPpvMp
|
|
735
|
-
Nb7PGKw+qtn4TaA+Gke5vJrf8v7MPkfoepbCJI419KkM/IL9bcFyYie96mvr54rM
|
|
736
|
-
VD6QUM+A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2+yj5vdHLqqjAqc2K+
|
|
737
|
-
SZFhyBH+DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ/H3NYkQ
|
|
738
|
-
4J7sVaE3IqKHBAUsR320HLliKWYoyrfhk/WklAOZuXCFteZI6o1Q/NnezG8HDt0L
|
|
739
|
-
cp2AMBYHlT8oDv3FdU9T1nSatCQujgKRz3bFmx5VdJx4IbHwLfELn8LVlhgf8FQi
|
|
740
|
-
eowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7Rl+lwrrw7GWzbITAPBgNV
|
|
741
|
-
HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZbNshMBgG
|
|
742
|
-
A1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3
|
|
743
|
-
DQEBCwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk+j57sj1O7Z8j
|
|
744
|
-
vZfza1zv7v1Apt+hk6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj/5kP
|
|
745
|
-
DpFrdRbhIfzYJsdHt6bPWHJxfrrhTZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pc
|
|
746
|
-
maHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a961qn8FYiqTxlVMYVqL2Gns2D
|
|
747
|
-
lmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96+RapNLbxc3G3mB/ufNPRJLv
|
|
748
|
-
KrcYPqcZ2Qt9sTdBQrC6YB3y/gkRsPCHe6ed
|
|
749
|
-
-----END CERTIFICATE-----
|
|
750
|
-
|
|
751
722
|
# Issuer: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited
|
|
752
723
|
# Subject: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited
|
|
753
724
|
# Label: "QuoVadis Root CA 1 G3"
|
|
@@ -3864,3 +3835,128 @@ C9p2x1L/Cx6AcCIwwzPbGO2E14vs7dOoY4G1VnxHx1YwlGhza9IuqbnZLBwpvQy6
|
|
|
3864
3835
|
uWWL
|
|
3865
3836
|
-----END CERTIFICATE-----
|
|
3866
3837
|
|
|
3838
|
+
# Issuer: CN=SECOM TLS RSA Root CA 2024 O=SECOM Trust Systems Co., Ltd.
|
|
3839
|
+
# Subject: CN=SECOM TLS RSA Root CA 2024 O=SECOM Trust Systems Co., Ltd.
|
|
3840
|
+
# Label: "SECOM TLS RSA Root CA 2024"
|
|
3841
|
+
# Serial: 17188327524208271538
|
|
3842
|
+
# MD5 Fingerprint: d0:a4:db:32:eb:44:98:d2:62:0b:3e:bc:4d:7c:5c:e9
|
|
3843
|
+
# SHA1 Fingerprint: fb:97:96:7c:ef:8d:98:63:06:c0:3b:b6:11:f8:e0:13:97:a2:98:d3
|
|
3844
|
+
# SHA256 Fingerprint: 14:35:f2:25:c5:d2:52:d7:a2:19:48:cc:3c:e6:2a:ec:fa:88:00:1e:3d:d7:2d:1c:c3:55:51:00:eb:37:2f:93
|
|
3845
|
+
-----BEGIN CERTIFICATE-----
|
|
3846
|
+
MIIFmjCCA4KgAwIBAgIJAO6JNNDLgOCyMA0GCSqGSIb3DQEBDAUAMFoxCzAJBgNV
|
|
3847
|
+
BAYTAkpQMSYwJAYDVQQKEx1TRUNPTSBUcnVzdCBTeXN0ZW1zIENvLiwgTHRkLjEj
|
|
3848
|
+
MCEGA1UEAxMaU0VDT00gVExTIFJTQSBSb290IENBIDIwMjQwHhcNMjQwMTMxMDUx
|
|
3849
|
+
MTU1WhcNNDkwMTE0MDUxMTU1WjBaMQswCQYDVQQGEwJKUDEmMCQGA1UEChMdU0VD
|
|
3850
|
+
T00gVHJ1c3QgU3lzdGVtcyBDby4sIEx0ZC4xIzAhBgNVBAMTGlNFQ09NIFRMUyBS
|
|
3851
|
+
U0EgUm9vdCBDQSAyMDI0MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA
|
|
3852
|
+
4TjizUwzxbInq8Tx11gaFYNk5fO+34y7TyM4neh0UgL5JIZbJNLTz2x//L/B71+5
|
|
3853
|
+
m6X6nGIr7d4lFJBGtjO677hXOz93zkcWaUTm3VbOAjBlt4YWxlcccBHXuZ7o3Q+4
|
|
3854
|
+
R+ormrBdHeJ1CTUEG8ttQbKIl3G7OZYbnH8/pP8cjPub/0kDVNuMzp7xsVRROOis
|
|
3855
|
+
Qt53fMoJLlYgoebbuMphOqMCtjkJ7R6efEMfLp8UAVi9ZaLRn76ET/CJkk925ndu
|
|
3856
|
+
uufC4BatS4mnXFmxN0vUXb0ij9B8O/D8gixQEsVSD4GK8FWRPh3bVd/6bzdkHGJj
|
|
3857
|
+
y21XI0yejVomZUbRrOfNuz0boPGV1pt18fFC39IHQEth3OFqb5NDO3L+A9bNqTgA
|
|
3858
|
+
yUgRmIn4ucgDc/Ri/Km3V51ueZjy1/yk0qwJVadAVVrCt56iNeXOyEvzJADGgDQ8
|
|
3859
|
+
E1Pdaqct8Cynz/47ReQM62vFYO08wcQkrjmX/tesiko1V1yyaf6EfPzUFzmaGy9x
|
|
3860
|
+
vkCwdbm15EdTolOjE0H2Vb5/APDOyCFEokiYGmXTLdAUl0wKZ4IyjkHGzy0jhpaX
|
|
3861
|
+
EXE/GJcEvI6VzEchjaBL03EJ0h9pG4OqeIOycKvAo3A+TbetyfsrgYyHzU0a7/qU
|
|
3862
|
+
jGat1AAq1nVljMpKqpinPTsf/d9H39FTUeJL7TpzzjUCAwEAAaNjMGEwHQYDVR0O
|
|
3863
|
+
BBYEFCzrchKOWHdkNRVWNQFXB6l9DTbmMB8GA1UdIwQYMBaAFCzrchKOWHdkNRVW
|
|
3864
|
+
NQFXB6l9DTbmMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqG
|
|
3865
|
+
SIb3DQEBDAUAA4ICAQAVwsvluSafaez5tFPR/hRTBzRxEyMMQF3XJXCVi3yegZyK
|
|
3866
|
+
oec7hmE6jx2ZM8KgM1kn2yJRwFXHX8zUW9nBLEDWc4wuE8LrlZqhGZM9pJQXGmGz
|
|
3867
|
+
ResDJV6JgRBna+j4sA1M7yIdlvL0sAfFXFCTRaWTD4E1V99RLrFzWfTcC+e180hD
|
|
3868
|
+
uNMpqOEo46+lMeW/Wvh7ifOQs+kiK0O2gHxQDNxslSavnCs4V7l8HRDJ2La10o70
|
|
3869
|
+
Bo7VLzf1W8MBvv0VTnxB+NjT5qTAbhGFh9Gvp4BaJpmdUf0C5CEP6dbQlfgxWfzY
|
|
3870
|
+
r69yVT6dPQB+GFEaY03IMY+AcBCs+om1fNxrQXt9zoofMBNFbLhvpNH/JsXWdGUz
|
|
3871
|
+
fNbO12uswTa5wah8LB18FTQN2/zPHYmvBEoLuyUgZ09VNLJo5YA0kXItVYkLjMe2
|
|
3872
|
+
SixzK4scUHv81IK99I91DWx7FwMVKw2xgFp+ZLYB2dnpQQrqwlW64glHUcK2N9BD
|
|
3873
|
+
snjLSxeZ+UPECh9RxH4WAcKiZW+cqaKMmhP2WBfR4IcR7NOL32ml11ds87hhV1CZ
|
|
3874
|
+
WWFCJAcCidYZz6CZa8exzHojP9SB5RH0/v1KdHAisqhSjtJl/UIAHIQ48elOn8wr
|
|
3875
|
+
TdFap4Yb5aHglmMeNx+fAIhDluWVfxTO7H4dTPU+SFVRMLAh+wwKZfqb94nMeQ==
|
|
3876
|
+
-----END CERTIFICATE-----
|
|
3877
|
+
|
|
3878
|
+
# Issuer: CN=SECOM TLS ECC Root CA 2024 O=SECOM Trust Systems Co., Ltd.
|
|
3879
|
+
# Subject: CN=SECOM TLS ECC Root CA 2024 O=SECOM Trust Systems Co., Ltd.
|
|
3880
|
+
# Label: "SECOM TLS ECC Root CA 2024"
|
|
3881
|
+
# Serial: 9329818985461676612
|
|
3882
|
+
# MD5 Fingerprint: 99:d3:9d:e4:d2:b1:2d:f0:2a:04:67:85:f3:df:46:d6
|
|
3883
|
+
# SHA1 Fingerprint: 7a:1f:22:2d:72:b2:c3:19:87:44:db:61:69:e8:a6:4b:d7:0d:44:0e
|
|
3884
|
+
# SHA256 Fingerprint: 6a:b2:ab:75:f5:1c:b4:f4:f0:15:62:03:fb:f6:f6:46:23:2f:51:4b:e0:59:f6:28:33:30:8b:82:b4:d7:2d:b1
|
|
3885
|
+
-----BEGIN CERTIFICATE-----
|
|
3886
|
+
MIICTDCCAdGgAwIBAgIJAIF6LO+PI3pEMAoGCCqGSM49BAMDMFoxCzAJBgNVBAYT
|
|
3887
|
+
AkpQMSYwJAYDVQQKEx1TRUNPTSBUcnVzdCBTeXN0ZW1zIENvLiwgTHRkLjEjMCEG
|
|
3888
|
+
A1UEAxMaU0VDT00gVExTIEVDQyBSb290IENBIDIwMjQwHhcNMjQwMTMxMDU1MjM0
|
|
3889
|
+
WhcNNDkwMTE0MDU1MjM0WjBaMQswCQYDVQQGEwJKUDEmMCQGA1UEChMdU0VDT00g
|
|
3890
|
+
VHJ1c3QgU3lzdGVtcyBDby4sIEx0ZC4xIzAhBgNVBAMTGlNFQ09NIFRMUyBFQ0Mg
|
|
3891
|
+
Um9vdCBDQSAyMDI0MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE7NzFMtu9dzQXSNC1
|
|
3892
|
+
2fabk0+GlC5finB3R7XaZonRUd20aFiWObtuNBCLUZSfk6QXAE55BjEXsXQ/NG8y
|
|
3893
|
+
UqicXjsu9ksDK3JZBgCwLOVh6+nwJXTvso/dEj/GUYH5mBdoo2MwYTAdBgNVHQ4E
|
|
3894
|
+
FgQUO3YReyl04k4GTFaCQNAhL3qzydUwHwYDVR0jBBgwFoAUO3YReyl04k4GTFaC
|
|
3895
|
+
QNAhL3qzydUwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wCgYIKoZI
|
|
3896
|
+
zj0EAwMDaQAwZgIxAN3ib8fi1pMYtAPjMilB5e5/H+t5CL0xPL+cZ5oTTZuSCjpA
|
|
3897
|
+
n1v7F/VAr8bFxQXAowIxAKsBVO1ACFp7skwzPvdv1EUY5a897WGLT4lb+bjxFAWy
|
|
3898
|
+
l8wDcZJdwGZ/pAHxt1AJ1g==
|
|
3899
|
+
-----END CERTIFICATE-----
|
|
3900
|
+
|
|
3901
|
+
# Issuer: CN=Telia EC TLS Root CA v3 O=Telia Company AB
|
|
3902
|
+
# Subject: CN=Telia EC TLS Root CA v3 O=Telia Company AB
|
|
3903
|
+
# Label: "Telia EC TLS Root CA v3"
|
|
3904
|
+
# Serial: 8028200332079443110287896228123317
|
|
3905
|
+
# MD5 Fingerprint: b6:fa:6a:5c:42:fb:c5:67:72:c0:e0:2f:72:fb:5a:44
|
|
3906
|
+
# SHA1 Fingerprint: b4:d6:07:c2:a5:95:bc:5b:f4:67:4d:c9:dc:6f:6f:0a:00:7a:a5:35
|
|
3907
|
+
# SHA256 Fingerprint: 09:8e:08:a9:1d:bb:f7:74:78:b9:6c:ce:b8:9b:14:13:a5:da:37:b7:c8:62:60:6a:95:5d:eb:07:17:9f:43:26
|
|
3908
|
+
-----BEGIN CERTIFICATE-----
|
|
3909
|
+
MIICMjCCAbegAwIBAgIPAYvSIlRjTQSLbOVHH9K1MAoGCCqGSM49BAMDMEoxCzAJ
|
|
3910
|
+
BgNVBAYTAlNFMRkwFwYDVQQKDBBUZWxpYSBDb21wYW55IEFCMSAwHgYDVQQDDBdU
|
|
3911
|
+
ZWxpYSBFQyBUTFMgUm9vdCBDQSB2MzAeFw0yMzExMTUwODU1MjZaFw00ODA1MjMx
|
|
3912
|
+
MTAwMDBaMEoxCzAJBgNVBAYTAlNFMRkwFwYDVQQKDBBUZWxpYSBDb21wYW55IEFC
|
|
3913
|
+
MSAwHgYDVQQDDBdUZWxpYSBFQyBUTFMgUm9vdCBDQSB2MzB2MBAGByqGSM49AgEG
|
|
3914
|
+
BSuBBAAiA2IABMHIlhVDLbmFKUpW0iK4dpryT6emYOeS31JPwWnWPmkWRrAkTbPX
|
|
3915
|
+
40sQfHI9mpR7Rbktu3ngg6W+BBSXSechtMCnBmWXj/EaVlmV5cY1jD2HoTfhBQ3A
|
|
3916
|
+
acpCNMLJK4NpZaNjMGEwHwYDVR0jBBgwFoAU1GToQ4g6cy/QGnGCNgtehd7H3kMw
|
|
3917
|
+
HQYDVR0OBBYEFNRk6EOIOnMv0BpxgjYLXoXex95DMA4GA1UdDwEB/wQEAwIBBjAP
|
|
3918
|
+
BgNVHRMBAf8EBTADAQH/MAoGCCqGSM49BAMDA2kAMGYCMQCXAUdS/9bbJ8A1JYaG
|
|
3919
|
+
f/bWt/s7Ta0ot5Ulno8OjSNYRWQIlS4tVWldvTAVA7heOFgCMQCvKr8+Z2Rn+OBr
|
|
3920
|
+
5UHzlgBObpad1LuwNTRcdNgUJxIWadcki+UBLEi1/AURKV5md2M=
|
|
3921
|
+
-----END CERTIFICATE-----
|
|
3922
|
+
|
|
3923
|
+
# Issuer: CN=Telia RSA TLS Root CA v3 O=Telia Company AB
|
|
3924
|
+
# Subject: CN=Telia RSA TLS Root CA v3 O=Telia Company AB
|
|
3925
|
+
# Label: "Telia RSA TLS Root CA v3"
|
|
3926
|
+
# Serial: 8028214673410753541795188766939845
|
|
3927
|
+
# MD5 Fingerprint: f4:8b:9c:f3:f8:63:cf:dc:25:8f:b4:bb:a2:e9:9d:e2
|
|
3928
|
+
# SHA1 Fingerprint: b5:2e:88:4e:40:c1:11:fb:50:c7:e2:4f:ac:18:2b:bd:68:15:d2:34
|
|
3929
|
+
# SHA256 Fingerprint: d1:3d:b1:29:4c:45:eb:c6:fc:86:c6:bb:f6:9f:a2:9b:df:e6:92:df:f7:c7:13:c2:43:c7:a9:56:c6:a2:28:4c
|
|
3930
|
+
-----BEGIN CERTIFICATE-----
|
|
3931
|
+
MIIFgjCCA2qgAwIBAgIPAYvSUKtCVSxHWr2h3BrFMA0GCSqGSIb3DQEBDAUAMEsx
|
|
3932
|
+
CzAJBgNVBAYTAlNFMRkwFwYDVQQKDBBUZWxpYSBDb21wYW55IEFCMSEwHwYDVQQD
|
|
3933
|
+
DBhUZWxpYSBSU0EgVExTIFJvb3QgQ0EgdjMwHhcNMjMxMTE1MDk0NzQyWhcNNDgw
|
|
3934
|
+
NTIzMTEwMDAwWjBLMQswCQYDVQQGEwJTRTEZMBcGA1UECgwQVGVsaWEgQ29tcGFu
|
|
3935
|
+
eSBBQjEhMB8GA1UEAwwYVGVsaWEgUlNBIFRMUyBSb290IENBIHYzMIICIjANBgkq
|
|
3936
|
+
hkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsV89KG19hCf4S1Fvk8D3TyDERhmcvx8F
|
|
3937
|
+
7Kmb4WATx3ije1id3KHxRE0TKmcNCbAQ57bvHFEYa4hR2l20VjVadExqOW+2ld99
|
|
3938
|
+
MbEiO+jRVOz+BbxLxJnmGwCqI+BfuTjjVReDxsxjQvjgBsClaO/sm5i70nlZcWGR
|
|
3939
|
+
tIkvWDK3NNkT5RtwXc/O8NTFVpbUqT6cRjIj3olAblR+lRf4Ffy5o+Q9fabjYn9Z
|
|
3940
|
+
9S4itruElcEFf9Ljk7fwdTycT/rvJW9w/B3G2a3r0f/zXNOVruIBcqE6pkSospAC
|
|
3941
|
+
U2bG42fYKrbM/GWnp7u+p9Frz4jaNwpb4YHuEeS8BratNcP8X62jXIvvKHxlsMDJ
|
|
3942
|
+
Cnb4U8JzFOLsU6mohVY58BdZrvi0Gk9UOuqmgoG6dskHoksjZTlK61D/InzmEoA1
|
|
3943
|
+
yAYJFDVysjRxDUOu9cAwANbqmq77WIFL6BpnZgVqPtMfG6wN8BrTKdapvilVsYR5
|
|
3944
|
+
9BFgIsAVBMxrGh+W+QcvmJafUpASvlArKvVG2FI4i6PiLjSBT0+6F6EQLrYqefOQ
|
|
3945
|
+
F/fBNEXb+njUQ0SUVrAqtH4Y+OjCI/a4/JJQppxeemZcQ0SUShgiI5AM5xHO5iya
|
|
3946
|
+
UrTjYH4zxUz9j+1FEbDH/xpstr1gXBykspup+hRTaJcbA+UbpJqtWZndAPddJmt6
|
|
3947
|
+
YJQ+dU3pDu8CAwEAAaNjMGEwHwYDVR0jBBgwFoAUsMep0t2yKFZzBJSMFFxIbzdS
|
|
3948
|
+
kqgwHQYDVR0OBBYEFLDHqdLdsihWcwSUjBRcSG83UpKoMA4GA1UdDwEB/wQEAwIB
|
|
3949
|
+
BjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBDAUAA4ICAQBdYzFsNGDRk7bR
|
|
3950
|
+
/AgRKq+5637YuOW+w6uhpoS0VnKMUpyHCwku86hEvqivakPtfmlm4bFwt++sb/8O
|
|
3951
|
+
XsWBqtfbXMaBNDTZl8XRMJuLWOW2JrbKkRzgG0eBUcvsadG1rrhbmZqYvFXaAZO7
|
|
3952
|
+
o4TdOZzxhBB5GOAWWXB3IeraNP4J63zyo9n8Gqw3sJBG44em5hoYjBffP+npibys
|
|
3953
|
+
lnslRi4L6xHsCYj/Pab+OlqbMCB6v+sTCLeEIukRVzoR9aQ45pEK7Z1QBnSsbAKQ
|
|
3954
|
+
tss0JKD9d/mX143H1xePjPhTXlv5JCkhrcj+SShz0P9+EHoWe6m9lyUEOIVn0rp+
|
|
3955
|
+
yVJWNbmyDv3VkwFxHC1ApSQsgSimjGQ4wtr6cSmordYxkV+Ro8lOIIhRksXPyDk2
|
|
3956
|
+
7gW6IjUXCkZKpxFjkL3jiBSc8SkxnwCWtXg8xwNwdFVNBGLCCuJnsneYXjJNqzRq
|
|
3957
|
+
UcoGwzsvF3Qi/ZnHUNvISdevlgIAXL4Wvrxaqvoa01wB+GCfs57RTGE4TvAGhKNK
|
|
3958
|
+
us8K3hRT1BSpigzMIRzSxtAOrqPN6j//QSmW9f8Jcncri4j2ihSpVrFU0NdNkMhZ
|
|
3959
|
+
eAKidTFPsxCVFuW4Aniz7jqiw5sWtjbQrlW035izIEU4sYwQoC1Nx0Svy+mMTRai
|
|
3960
|
+
50LqFQ+A1/Hq6xHHDNx7CI83d23Erw==
|
|
3961
|
+
-----END CERTIFICATE-----
|
|
3962
|
+
|
|
@@ -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=2Znzn7mG6K780pnARxfnN0ahE3VWK2XNYh4zE2bYzTU,240291
|
|
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
|
|
@@ -166,6 +166,8 @@ def boot(
|
|
|
166
166
|
except ImportError:
|
|
167
167
|
pass
|
|
168
168
|
|
|
169
|
+
set_last_access = os.environ.pop("_PEX_CACHE_SET_LAST_ACCESS", "1").lower() in ("1", "true")
|
|
170
|
+
|
|
169
171
|
ignored_pex_env_vars = [
|
|
170
172
|
"{}={}".format(name, value)
|
|
171
173
|
for name, value in os.environ.items()
|
|
@@ -326,6 +328,14 @@ def boot(
|
|
|
326
328
|
|
|
327
329
|
replacements = Namespace(env=Namespace(os.environ, safe=True))
|
|
328
330
|
|
|
331
|
+
# Update last access time for proper pex3 cache prune behavior when run directly via a PEX
|
|
332
|
+
# `--sh-boot` script header or a PEX scie.
|
|
333
|
+
if set_last_access:
|
|
334
|
+
with open(os.path.join(os.path.dirname(__file__), ".last-access"), "a") as fp:
|
|
335
|
+
os.utime(fp.name, None)
|
|
336
|
+
|
|
337
|
+
# Now execute the appropriate PEX entry point.
|
|
338
|
+
|
|
329
339
|
pex_script = pex_overrides.get("PEX_SCRIPT") if pex_overrides else script
|
|
330
340
|
if pex_script:
|
|
331
341
|
script_path = os.path.join(venv_bin_dir, pex_script)
|
|
@@ -156,6 +156,8 @@ mypy = [
|
|
|
156
156
|
# 0.10.6 stubs are not compatible with Python 2.7
|
|
157
157
|
"types-toml==0.10.5; python_version >= '3.8'",
|
|
158
158
|
|
|
159
|
+
"typing_extensions",
|
|
160
|
+
|
|
159
161
|
{include-group = "build-cache-image"},
|
|
160
162
|
{include-group = "devpi-server"},
|
|
161
163
|
{include-group = "docs"},
|
|
@@ -0,0 +1,120 @@
|
|
|
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 os
|
|
7
|
+
import shutil
|
|
8
|
+
import subprocess
|
|
9
|
+
from uuid import uuid4
|
|
10
|
+
|
|
11
|
+
import pytest
|
|
12
|
+
|
|
13
|
+
from pex.cache import access
|
|
14
|
+
from pex.cache.dirs import VenvDirs
|
|
15
|
+
from pex.common import safe_open
|
|
16
|
+
from pex.os import WINDOWS
|
|
17
|
+
from pex.pex_info import PexInfo
|
|
18
|
+
from pex.typing import TYPE_CHECKING
|
|
19
|
+
from testing import run_pex_command
|
|
20
|
+
from testing.pytest_utils.tmp import Tempdir
|
|
21
|
+
from testing.scie import has_provider
|
|
22
|
+
|
|
23
|
+
if TYPE_CHECKING:
|
|
24
|
+
from typing import Dict, List, Tuple
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
def create_venv_pex(
|
|
28
|
+
tmpdir, # type: Tempdir
|
|
29
|
+
extra_args, # type: List[str]
|
|
30
|
+
):
|
|
31
|
+
# type: (...) -> Tuple[str, str]
|
|
32
|
+
|
|
33
|
+
if WINDOWS and "--sh-boot" in extra_args:
|
|
34
|
+
pytest.skip("The direct execution of --sh-boot shebang PEXes does not work on Windows.")
|
|
35
|
+
|
|
36
|
+
if "--scie" in extra_args and not has_provider():
|
|
37
|
+
pytest.skip(
|
|
38
|
+
"Either A PBS or PyPy release must be available for the current interpreter to run "
|
|
39
|
+
"this test."
|
|
40
|
+
)
|
|
41
|
+
|
|
42
|
+
resources = tmpdir.join("resources")
|
|
43
|
+
with safe_open(os.path.join(resources, "generate-unique-pex-hash"), "w") as fp:
|
|
44
|
+
fp.write(uuid4().hex)
|
|
45
|
+
|
|
46
|
+
pex = tmpdir.join("pex")
|
|
47
|
+
run_pex_command(
|
|
48
|
+
args=["-D", resources, "cowsay==5.0", "-c", "cowsay", "-o", pex, "--venv", "prepend"]
|
|
49
|
+
+ extra_args
|
|
50
|
+
).assert_success()
|
|
51
|
+
|
|
52
|
+
pex_hash = PexInfo.from_pex(pex).pex_hash
|
|
53
|
+
assert pex_hash is not None
|
|
54
|
+
|
|
55
|
+
return pex, pex_hash
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
@pytest.mark.parametrize(
|
|
59
|
+
"extra_args",
|
|
60
|
+
[
|
|
61
|
+
pytest.param([], id="PEX"),
|
|
62
|
+
pytest.param(["--sh-boot"], id="SH_BOOT"),
|
|
63
|
+
pytest.param(["--scie", "eager", "--scie-only"], id="SCIE"),
|
|
64
|
+
],
|
|
65
|
+
)
|
|
66
|
+
def test_venv_direct_execution_prune_time(
|
|
67
|
+
tmpdir, # type: Tempdir
|
|
68
|
+
extra_args, # type: List[str]
|
|
69
|
+
):
|
|
70
|
+
# type: (...) -> None
|
|
71
|
+
|
|
72
|
+
pex, pex_hash = create_venv_pex(tmpdir, extra_args)
|
|
73
|
+
|
|
74
|
+
def collect_venv_access_times():
|
|
75
|
+
# type: () -> Dict[VenvDirs, float]
|
|
76
|
+
return {
|
|
77
|
+
directory: access_time
|
|
78
|
+
for directory, access_time in access.iter_all_cached_pex_dirs()
|
|
79
|
+
if isinstance(directory, VenvDirs) and directory.pex_hash == pex_hash
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
assert b"| Moo! |" in subprocess.check_output(args=[pex, "Moo!"])
|
|
83
|
+
access_times = collect_venv_access_times()
|
|
84
|
+
|
|
85
|
+
assert b"| Moo! |" in subprocess.check_output(args=[pex, "Moo!"])
|
|
86
|
+
new_access_times = collect_venv_access_times()
|
|
87
|
+
|
|
88
|
+
for venv_dirs, access_time in access_times.items():
|
|
89
|
+
new_access_time = new_access_times.pop(venv_dirs)
|
|
90
|
+
assert (
|
|
91
|
+
new_access_time > access_time
|
|
92
|
+
), "Expected direct execution to bump the access time for {venv_dir}".format(
|
|
93
|
+
venv_dir=venv_dirs.path
|
|
94
|
+
)
|
|
95
|
+
assert not new_access_times
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
@pytest.mark.parametrize(
|
|
99
|
+
"extra_args",
|
|
100
|
+
[
|
|
101
|
+
pytest.param([], id="PEX"),
|
|
102
|
+
pytest.param(["--sh-boot"], id="SH_BOOT"),
|
|
103
|
+
pytest.param(["--scie", "eager", "--scie-only"], id="SCIE"),
|
|
104
|
+
],
|
|
105
|
+
)
|
|
106
|
+
def test_venv_cache_robustness(
|
|
107
|
+
tmpdir, # type: Tempdir
|
|
108
|
+
extra_args, # type: List[str]
|
|
109
|
+
):
|
|
110
|
+
# type: (...) -> None
|
|
111
|
+
|
|
112
|
+
pex, pex_hash = create_venv_pex(tmpdir, extra_args)
|
|
113
|
+
|
|
114
|
+
assert b"| Moo! |" in subprocess.check_output(args=[pex, "Moo!"])
|
|
115
|
+
venv_dirs = [venv_dirs for venv_dirs in VenvDirs.iter_all() if venv_dirs.pex_hash == pex_hash]
|
|
116
|
+
assert len(venv_dirs) == 1
|
|
117
|
+
venv_dir = venv_dirs[0].path
|
|
118
|
+
|
|
119
|
+
shutil.rmtree(venv_dir)
|
|
120
|
+
assert b"| Moo! |" in subprocess.check_output(args=[pex, "Moo!"])
|