pip 25.1__tar.gz → 25.1.1__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.
- {pip-25.1 → pip-25.1.1}/NEWS.rst +19 -0
- {pip-25.1 → pip-25.1.1}/PKG-INFO +1 -1
- {pip-25.1 → pip-25.1.1}/src/pip/__init__.py +1 -1
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/install.py +1 -1
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/operations/install/wheel.py +4 -3
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/req/req_dependency_group.py +8 -3
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/misc.py +18 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/dependency_groups/_implementation.py +7 -11
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/vendor.txt +1 -1
- {pip-25.1 → pip-25.1.1}/src/pip.egg-info/PKG-INFO +1 -1
- {pip-25.1 → pip-25.1.1}/AUTHORS.txt +0 -0
- {pip-25.1 → pip-25.1.1}/LICENSE.txt +0 -0
- {pip-25.1 → pip-25.1.1}/MANIFEST.in +0 -0
- {pip-25.1 → pip-25.1.1}/README.rst +0 -0
- {pip-25.1 → pip-25.1.1}/SECURITY.md +0 -0
- {pip-25.1 → pip-25.1.1}/build-project/.python-version +0 -0
- {pip-25.1 → pip-25.1.1}/build-project/build-project.py +0 -0
- {pip-25.1 → pip-25.1.1}/build-project/build-requirements.in +0 -0
- {pip-25.1 → pip-25.1.1}/build-project/build-requirements.txt +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/cli/index.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/cli/pip.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/cli/pip_cache.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/cli/pip_check.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/cli/pip_config.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/cli/pip_debug.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/cli/pip_download.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/cli/pip_freeze.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/cli/pip_hash.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/cli/pip_index.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/cli/pip_inspect.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/cli/pip_install.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/cli/pip_list.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/cli/pip_lock.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/cli/pip_search.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/cli/pip_show.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/cli/pip_uninstall.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/cli/pip_wheel.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/conf.py +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/copyright.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/development/architecture/anatomy.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/development/architecture/command-line-interface.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/development/architecture/configuration-files.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/development/architecture/index.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/development/architecture/overview.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/development/architecture/package-finding.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/development/architecture/upgrade-options.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/development/ci.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/development/contributing.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/development/conventions.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/development/getting-started.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/development/index.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/development/issue-triage.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/development/release-process.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/development/vendoring-policy.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/getting-started.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/index.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/installation.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/installing.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/news.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/quickstart.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/build-system/index.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/build-system/pyproject-toml.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/build-system/setup-py.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/index.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/inspect-report.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/installation-report.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/pip.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/pip_cache.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/pip_check.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/pip_config.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/pip_debug.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/pip_download.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/pip_freeze.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/pip_hash.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/pip_index.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/pip_install.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/pip_list.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/pip_search.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/pip_show.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/pip_uninstall.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/pip_wheel.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/requirement-specifiers.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/reference/requirements-file-format.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/topics/authentication.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/topics/caching.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/topics/configuration.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/topics/dependency-resolution.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/topics/deps.dot +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/topics/deps.png +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/topics/https-certificates.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/topics/index.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/topics/local-project-installs.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/topics/more-dependency-resolution.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/topics/python-option.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/topics/repeatable-installs.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/topics/secure-installs.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/topics/vcs-support.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/topics/workflow.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/user_guide.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/ux-research-design/contribute.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/ux-research-design/guidance.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/ux-research-design/index.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/ux-research-design/research-results/about-our-users.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/ux-research-design/research-results/ci-cd.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/ux-research-design/research-results/improving-pips-documentation.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/ux-research-design/research-results/index.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/ux-research-design/research-results/mental-models.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/ux-research-design/research-results/override-conflicting-dependencies.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/ux-research-design/research-results/personas.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/ux-research-design/research-results/pip-force-reinstall.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/ux-research-design/research-results/pip-search.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/ux-research-design/research-results/pip-upgrade-conflict.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/ux-research-design/research-results/prioritizing-features.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/html/ux-research-design/research-results/users-and-security.md +0 -0
- {pip-25.1 → pip-25.1.1}/docs/man/commands/cache.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/man/commands/check.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/man/commands/config.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/man/commands/debug.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/man/commands/download.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/man/commands/freeze.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/man/commands/hash.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/man/commands/help.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/man/commands/index.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/man/commands/install.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/man/commands/list.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/man/commands/lock.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/man/commands/search.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/man/commands/show.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/man/commands/uninstall.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/man/commands/wheel.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/man/index.rst +0 -0
- {pip-25.1 → pip-25.1.1}/docs/pip_sphinxext.py +0 -0
- {pip-25.1 → pip-25.1.1}/docs/requirements.txt +0 -0
- {pip-25.1 → pip-25.1.1}/pyproject.toml +0 -0
- {pip-25.1 → pip-25.1.1}/setup.cfg +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/__main__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/__pip-runner__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/build_env.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/cache.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/cli/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/cli/autocompletion.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/cli/base_command.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/cli/cmdoptions.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/cli/command_context.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/cli/index_command.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/cli/main.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/cli/main_parser.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/cli/parser.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/cli/progress_bars.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/cli/req_command.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/cli/spinners.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/cli/status_codes.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/cache.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/check.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/completion.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/configuration.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/debug.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/download.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/freeze.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/hash.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/help.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/index.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/inspect.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/list.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/lock.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/search.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/show.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/uninstall.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/commands/wheel.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/configuration.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/distributions/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/distributions/base.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/distributions/installed.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/distributions/sdist.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/distributions/wheel.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/exceptions.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/index/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/index/collector.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/index/package_finder.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/index/sources.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/locations/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/locations/_distutils.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/locations/_sysconfig.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/locations/base.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/main.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/metadata/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/metadata/_json.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/metadata/base.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/metadata/importlib/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/metadata/importlib/_compat.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/metadata/importlib/_dists.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/metadata/importlib/_envs.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/metadata/pkg_resources.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/models/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/models/candidate.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/models/direct_url.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/models/format_control.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/models/index.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/models/installation_report.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/models/link.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/models/pylock.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/models/scheme.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/models/search_scope.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/models/selection_prefs.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/models/target_python.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/models/wheel.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/network/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/network/auth.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/network/cache.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/network/download.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/network/lazy_wheel.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/network/session.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/network/utils.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/network/xmlrpc.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/operations/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/operations/build/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/operations/build/build_tracker.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/operations/build/metadata.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/operations/build/metadata_editable.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/operations/build/metadata_legacy.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/operations/build/wheel.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/operations/build/wheel_editable.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/operations/build/wheel_legacy.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/operations/check.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/operations/freeze.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/operations/install/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/operations/install/editable_legacy.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/operations/prepare.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/pyproject.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/req/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/req/constructors.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/req/req_file.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/req/req_install.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/req/req_set.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/req/req_uninstall.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/resolution/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/resolution/base.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/resolution/legacy/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/resolution/legacy/resolver.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/resolution/resolvelib/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/resolution/resolvelib/base.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/resolution/resolvelib/candidates.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/resolution/resolvelib/factory.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/resolution/resolvelib/found_candidates.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/resolution/resolvelib/provider.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/resolution/resolvelib/reporter.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/resolution/resolvelib/requirements.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/resolution/resolvelib/resolver.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/self_outdated_check.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/_jaraco_text.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/_log.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/appdirs.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/compat.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/compatibility_tags.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/datetime.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/deprecation.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/direct_url_helpers.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/egg_link.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/entrypoints.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/filesystem.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/filetypes.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/glibc.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/hashes.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/logging.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/packaging.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/retry.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/setuptools_build.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/subprocess.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/temp_dir.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/unpacking.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/urls.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/virtualenv.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/utils/wheel.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/vcs/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/vcs/bazaar.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/vcs/git.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/vcs/mercurial.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/vcs/subversion.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/vcs/versioncontrol.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_internal/wheel_builder.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/README.rst +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/cachecontrol/LICENSE.txt +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/cachecontrol/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/cachecontrol/_cmd.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/cachecontrol/adapter.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/cachecontrol/cache.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/cachecontrol/caches/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/cachecontrol/caches/file_cache.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/cachecontrol/caches/redis_cache.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/cachecontrol/controller.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/cachecontrol/filewrapper.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/cachecontrol/heuristics.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/cachecontrol/py.typed +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/cachecontrol/serialize.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/cachecontrol/wrapper.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/certifi/LICENSE +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/certifi/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/certifi/__main__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/certifi/cacert.pem +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/certifi/core.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/certifi/py.typed +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/dependency_groups/LICENSE.txt +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/dependency_groups/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/dependency_groups/__main__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/dependency_groups/_lint_dependency_groups.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/dependency_groups/_pip_wrapper.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/dependency_groups/_toml_compat.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/dependency_groups/py.typed +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/LICENSE.txt +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/compat.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/database.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/index.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/locators.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/manifest.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/markers.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/metadata.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/resources.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/scripts.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/t32.exe +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/t64-arm.exe +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/t64.exe +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/util.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/version.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/w32.exe +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/w64-arm.exe +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/w64.exe +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distlib/wheel.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distro/LICENSE +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distro/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distro/__main__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distro/distro.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/distro/py.typed +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/idna/LICENSE.md +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/idna/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/idna/codec.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/idna/compat.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/idna/core.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/idna/idnadata.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/idna/intranges.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/idna/package_data.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/idna/py.typed +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/idna/uts46data.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/msgpack/COPYING +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/msgpack/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/msgpack/exceptions.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/msgpack/ext.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/msgpack/fallback.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/LICENSE +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/LICENSE.APACHE +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/LICENSE.BSD +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/_elffile.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/_manylinux.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/_musllinux.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/_parser.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/_structures.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/_tokenizer.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/licenses/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/licenses/_spdx.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/markers.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/metadata.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/py.typed +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/requirements.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/specifiers.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/tags.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/utils.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/packaging/version.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pkg_resources/LICENSE +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pkg_resources/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/platformdirs/LICENSE +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/platformdirs/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/platformdirs/__main__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/platformdirs/android.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/platformdirs/api.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/platformdirs/macos.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/platformdirs/py.typed +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/platformdirs/unix.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/platformdirs/version.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/platformdirs/windows.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/LICENSE +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/__main__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/console.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/filter.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/filters/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/formatter.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/formatters/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/formatters/_mapping.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/lexer.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/lexers/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/lexers/_mapping.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/lexers/python.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/modeline.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/plugin.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/regexopt.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/scanner.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/sphinxext.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/style.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/styles/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/styles/_mapping.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/token.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/unistring.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pygments/util.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pyproject_hooks/LICENSE +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pyproject_hooks/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pyproject_hooks/_impl.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pyproject_hooks/_in_process/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pyproject_hooks/_in_process/_in_process.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/pyproject_hooks/py.typed +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/LICENSE +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/__version__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/_internal_utils.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/adapters.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/api.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/auth.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/certs.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/compat.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/cookies.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/exceptions.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/help.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/hooks.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/models.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/packages.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/sessions.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/status_codes.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/structures.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/requests/utils.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/resolvelib/LICENSE +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/resolvelib/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/resolvelib/providers.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/resolvelib/py.typed +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/resolvelib/reporters.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/resolvelib/resolvers/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/resolvelib/resolvers/abstract.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/resolvelib/resolvers/criterion.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/resolvelib/resolvers/exceptions.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/resolvelib/resolvers/resolution.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/resolvelib/structs.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/LICENSE +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/__main__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_cell_widths.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_emoji_codes.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_emoji_replace.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_export_format.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_extension.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_fileno.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_inspect.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_log_render.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_loop.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_null_file.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_palettes.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_pick.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_ratio.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_spinners.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_stack.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_timer.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_win32_console.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_windows.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_windows_renderer.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/_wrap.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/abc.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/align.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/ansi.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/bar.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/box.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/cells.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/color.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/color_triplet.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/columns.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/console.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/constrain.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/containers.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/control.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/default_styles.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/diagnose.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/emoji.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/errors.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/file_proxy.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/filesize.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/highlighter.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/json.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/jupyter.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/layout.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/live.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/live_render.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/logging.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/markup.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/measure.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/padding.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/pager.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/palette.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/panel.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/pretty.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/progress.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/progress_bar.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/prompt.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/protocol.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/py.typed +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/region.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/repr.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/rule.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/scope.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/screen.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/segment.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/spinner.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/status.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/style.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/styled.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/syntax.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/table.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/terminal_theme.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/text.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/theme.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/themes.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/traceback.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/rich/tree.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/tomli/LICENSE +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/tomli/LICENSE-HEADER +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/tomli/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/tomli/_parser.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/tomli/_re.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/tomli/_types.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/tomli/py.typed +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/tomli_w/LICENSE +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/tomli_w/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/tomli_w/_writer.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/tomli_w/py.typed +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/truststore/LICENSE +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/truststore/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/truststore/_api.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/truststore/_macos.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/truststore/_openssl.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/truststore/_ssl_constants.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/truststore/_windows.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/truststore/py.typed +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/typing_extensions.LICENSE +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/typing_extensions.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/LICENSE.txt +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/_collections.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/_version.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/connection.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/connectionpool.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/contrib/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/contrib/_appengine_environ.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/contrib/appengine.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/contrib/ntlmpool.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/contrib/pyopenssl.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/contrib/securetransport.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/contrib/socks.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/exceptions.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/fields.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/filepost.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/packages/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/packages/backports/makefile.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/packages/six.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/poolmanager.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/request.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/response.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/util/__init__.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/util/connection.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/util/proxy.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/util/queue.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/util/request.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/util/response.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/util/retry.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/util/ssl_.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/util/ssl_match_hostname.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/util/ssltransport.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/util/timeout.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/util/url.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/_vendor/urllib3/util/wait.py +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip/py.typed +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip.egg-info/SOURCES.txt +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip.egg-info/dependency_links.txt +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip.egg-info/entry_points.txt +0 -0
- {pip-25.1 → pip-25.1.1}/src/pip.egg-info/top_level.txt +0 -0
{pip-25.1 → pip-25.1.1}/NEWS.rst
RENAMED
|
@@ -9,6 +9,25 @@
|
|
|
9
9
|
|
|
10
10
|
.. towncrier release notes start
|
|
11
11
|
|
|
12
|
+
25.1.1 (2025-05-02)
|
|
13
|
+
===================
|
|
14
|
+
|
|
15
|
+
Bug Fixes
|
|
16
|
+
---------
|
|
17
|
+
|
|
18
|
+
- Fix ``req.source_dir`` AssertionError when using the legacy resolver. (`#13353 <https://github.com/pypa/pip/issues/13353>`_)
|
|
19
|
+
- Fix crash on Python 3.9.6 and lower when pip failed to compile a Python module
|
|
20
|
+
during installation. (`#13364 <https://github.com/pypa/pip/issues/13364>`_)
|
|
21
|
+
- Names in dependency group includes are now normalized before lookup, which
|
|
22
|
+
fixes incorrect ``Dependency group '...' not found`` errors. (`#13372 <https://github.com/pypa/pip/issues/13372>`_)
|
|
23
|
+
|
|
24
|
+
Vendored Libraries
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
- Fix issues with using tomllib from the stdlib if available, rather than tomli
|
|
28
|
+
- Upgrade dependency-groups to 1.3.1
|
|
29
|
+
|
|
30
|
+
|
|
12
31
|
25.1 (2025-04-26)
|
|
13
32
|
=================
|
|
14
33
|
|
{pip-25.1 → pip-25.1.1}/PKG-INFO
RENAMED
|
@@ -13,7 +13,6 @@ import sys
|
|
|
13
13
|
import warnings
|
|
14
14
|
from base64 import urlsafe_b64encode
|
|
15
15
|
from email.message import Message
|
|
16
|
-
from io import StringIO
|
|
17
16
|
from itertools import chain, filterfalse, starmap
|
|
18
17
|
from typing import (
|
|
19
18
|
IO,
|
|
@@ -50,7 +49,7 @@ from pip._internal.metadata import (
|
|
|
50
49
|
from pip._internal.models.direct_url import DIRECT_URL_METADATA_NAME, DirectUrl
|
|
51
50
|
from pip._internal.models.scheme import SCHEME_KEYS, Scheme
|
|
52
51
|
from pip._internal.utils.filesystem import adjacent_tmp_file, replace
|
|
53
|
-
from pip._internal.utils.misc import ensure_dir, hash_file, partition
|
|
52
|
+
from pip._internal.utils.misc import StreamWrapper, ensure_dir, hash_file, partition
|
|
54
53
|
from pip._internal.utils.unpacking import (
|
|
55
54
|
current_umask,
|
|
56
55
|
is_within_directory,
|
|
@@ -607,7 +606,9 @@ def _install_wheel( # noqa: C901, PLR0915 function is too long
|
|
|
607
606
|
|
|
608
607
|
# Compile all of the pyc files for the installed files
|
|
609
608
|
if pycompile:
|
|
610
|
-
with contextlib.redirect_stdout(
|
|
609
|
+
with contextlib.redirect_stdout(
|
|
610
|
+
StreamWrapper.from_stream(sys.stdout)
|
|
611
|
+
) as stdout:
|
|
611
612
|
with warnings.catch_warnings():
|
|
612
613
|
warnings.filterwarnings("ignore")
|
|
613
614
|
for path in pyc_source_file_paths():
|
|
@@ -1,6 +1,11 @@
|
|
|
1
|
+
import sys
|
|
1
2
|
from typing import Any, Dict, Iterable, Iterator, List, Tuple
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
if sys.version_info >= (3, 11):
|
|
5
|
+
import tomllib
|
|
6
|
+
else:
|
|
7
|
+
from pip._vendor import tomli as tomllib
|
|
8
|
+
|
|
4
9
|
from pip._vendor.dependency_groups import DependencyGroupResolver
|
|
5
10
|
|
|
6
11
|
from pip._internal.exceptions import InstallationError
|
|
@@ -65,10 +70,10 @@ def _load_pyproject(path: str) -> Dict[str, Any]:
|
|
|
65
70
|
"""
|
|
66
71
|
try:
|
|
67
72
|
with open(path, "rb") as fp:
|
|
68
|
-
return
|
|
73
|
+
return tomllib.load(fp)
|
|
69
74
|
except FileNotFoundError:
|
|
70
75
|
raise InstallationError(f"{path} not found. Cannot resolve '--group' option.")
|
|
71
|
-
except
|
|
76
|
+
except tomllib.TOMLDecodeError as e:
|
|
72
77
|
raise InstallationError(f"Error parsing {path}: {e}") from e
|
|
73
78
|
except OSError as e:
|
|
74
79
|
raise InstallationError(f"Error reading {path}: {e}") from e
|
|
@@ -11,6 +11,7 @@ import sysconfig
|
|
|
11
11
|
import urllib.parse
|
|
12
12
|
from dataclasses import dataclass
|
|
13
13
|
from functools import partial
|
|
14
|
+
from io import StringIO
|
|
14
15
|
from itertools import filterfalse, tee, zip_longest
|
|
15
16
|
from pathlib import Path
|
|
16
17
|
from types import FunctionType, TracebackType
|
|
@@ -25,6 +26,7 @@ from typing import (
|
|
|
25
26
|
Mapping,
|
|
26
27
|
Optional,
|
|
27
28
|
Sequence,
|
|
29
|
+
TextIO,
|
|
28
30
|
Tuple,
|
|
29
31
|
Type,
|
|
30
32
|
TypeVar,
|
|
@@ -373,6 +375,22 @@ def write_output(msg: Any, *args: Any) -> None:
|
|
|
373
375
|
logger.info(msg, *args)
|
|
374
376
|
|
|
375
377
|
|
|
378
|
+
class StreamWrapper(StringIO):
|
|
379
|
+
orig_stream: TextIO
|
|
380
|
+
|
|
381
|
+
@classmethod
|
|
382
|
+
def from_stream(cls, orig_stream: TextIO) -> "StreamWrapper":
|
|
383
|
+
ret = cls()
|
|
384
|
+
ret.orig_stream = orig_stream
|
|
385
|
+
return ret
|
|
386
|
+
|
|
387
|
+
# compileall.compile_dir() needs stdout.encoding to print to stdout
|
|
388
|
+
# type ignore is because TextIOBase.encoding is writeable
|
|
389
|
+
@property
|
|
390
|
+
def encoding(self) -> str: # type: ignore
|
|
391
|
+
return self.orig_stream.encoding
|
|
392
|
+
|
|
393
|
+
|
|
376
394
|
# Simulates an enum
|
|
377
395
|
def enum(*sequential: Any, **named: Any) -> Type[Any]:
|
|
378
396
|
enums = dict(zip(sequential, range(len(sequential))), **named)
|
|
@@ -12,7 +12,7 @@ def _normalize_name(name: str) -> str:
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
def _normalize_group_names(
|
|
15
|
-
dependency_groups: Mapping[str, str | Mapping[str, str]]
|
|
15
|
+
dependency_groups: Mapping[str, str | Mapping[str, str]],
|
|
16
16
|
) -> Mapping[str, str | Mapping[str, str]]:
|
|
17
17
|
original_names: dict[str, list[str]] = {}
|
|
18
18
|
normalized_groups = {}
|
|
@@ -171,17 +171,16 @@ class DependencyGroupResolver:
|
|
|
171
171
|
if isinstance(item, Requirement):
|
|
172
172
|
resolved_group.append(item)
|
|
173
173
|
elif isinstance(item, DependencyGroupInclude):
|
|
174
|
-
|
|
174
|
+
include_group = _normalize_name(item.include_group)
|
|
175
|
+
if include_group in self._include_graph_ancestors.get(group, ()):
|
|
175
176
|
raise CyclicDependencyError(
|
|
176
177
|
requested_group, group, item.include_group
|
|
177
178
|
)
|
|
178
|
-
self._include_graph_ancestors[
|
|
179
|
+
self._include_graph_ancestors[include_group] = (
|
|
179
180
|
*self._include_graph_ancestors.get(group, ()),
|
|
180
181
|
group,
|
|
181
182
|
)
|
|
182
|
-
resolved_group.extend(
|
|
183
|
-
self._resolve(item.include_group, requested_group)
|
|
184
|
-
)
|
|
183
|
+
resolved_group.extend(self._resolve(include_group, requested_group))
|
|
185
184
|
else: # unreachable
|
|
186
185
|
raise NotImplementedError(
|
|
187
186
|
f"Invalid dependency group item after parse: {item}"
|
|
@@ -206,8 +205,5 @@ def resolve(
|
|
|
206
205
|
:raises LookupError: if group name is absent
|
|
207
206
|
:raises packaging.requirements.InvalidRequirement: if a specifier is not valid
|
|
208
207
|
"""
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
for group in groups
|
|
212
|
-
for r in DependencyGroupResolver(dependency_groups).resolve(group)
|
|
213
|
-
)
|
|
208
|
+
resolver = DependencyGroupResolver(dependency_groups)
|
|
209
|
+
return tuple(str(r) for group in groups for r in resolver.resolve(group))
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pip-25.1 → pip-25.1.1}/docs/html/ux-research-design/research-results/pip-force-reinstall.md
RENAMED
|
File without changes
|
|
File without changes
|
{pip-25.1 → pip-25.1.1}/docs/html/ux-research-design/research-results/pip-upgrade-conflict.md
RENAMED
|
File without changes
|
{pip-25.1 → pip-25.1.1}/docs/html/ux-research-design/research-results/prioritizing-features.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|