pip installs packages. Python packages. An easy_install replacement
pip installs packages. Python packages. An easy_install replacement
- Devel package for openSUSE:Factory
-
22
derived packages
- Links to openSUSE:Factory / python-pip
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-pip && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
_multibuild | 0000000053 53 Bytes | |
distutils-reproducible-compile.patch | 0000000697 697 Bytes | |
pip-24.1.1-gh.tar.gz | 0009190972 8.77 MB | |
pip-shipped-requests-cabundle.patch | 0000006319 6.17 KB | |
python-pip.changes | 0000121009 118 KB | |
python-pip.spec | 0000006052 5.91 KB |
Revision 122 (latest revision is 139)
Dirk Mueller (dirkmueller)
committed
(revision 122)
- update to 24.1.1: * Actually use system trust stores when the truststore feature is enabled. * Report informative messages about invalid requirements. * Eagerly import the self version check logic to avoid crashes while upgrading or downgrading pip at the same time. * Accommodate for mismatches between different sources of truth for extra names, for packages generated by setuptools. * Accommodate for development versions of CPython ending in + in the version string. * requests provides optional character detection support on some APIs when processing ambiguous bytes. This isn't relevant for pip to function and we're able to remove it due to recent upstream changes. * Drop support for EOL Python 3.7. * Remove support for legacy versions and dependency specifiers. * Packages with non standard-compliant versions or dependency specifiers are now ignored by the resolver. Already installed packages with non standard-compliant versions or dependency specifiers must be uninstalled before upgrading them. * Improve performance of resolution of large dependency trees, with more caching. * Further improve resolution performance of large dependency trees, by caching hash calculations. * Reduce startup time of commands (e.g. show, freeze) that do not access the network by 15-30%. * Reword and improve presentation of uninstallation errors. * Add a 'raw' progress_bar type for simple and parsable download progress reports * pip list no longer performs the pip version check unless
Comments 1
v24.0 available
https://github.com/pypa/pip/blob/main/NEWS.rst#240-2024-02-03