Pip installs packages. Python packages. An easy_install replacement
pip is a replacement for easy_install. It uses mostly the same techniques for
finding packages, so packages that were made easy_installable should be
pip-installable as well.
- Sources inherited from project SUSE:SLE-15-SP4:GA
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.4:ARM/python310-pip && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pip-20.2.4-gh.tar.gz | 0008723163 8.32 MB | |
pip-shipped-requests-cabundle.patch | 0000002865 2.8 KB | |
python310-pip.changes | 0000091727 89.6 KB | |
python310-pip.spec | 0000006210 6.06 KB | |
remove_mock.patch | 0000019517 19.1 KB |
Latest Revision
Stefan Weiberg (suntorytimed)
committed
(revision 1)
FOLLOWS ssr#263239 - Don't Require python- packages, it must be python310- ones. - Adjust SPEC file to generate python310 module only (jsc#SLE-18038). - Use libalternatives instead of update-alternatives. - Update to 20.2.4: Deprecations and Removals * Document that certain removals can be fast tracked. * Document that Python versions are generally supported until PyPI usage falls below 5% Features * New resolver: Avoid accessing indexes when the installed candidate is preferred and considered good enough * Improve error message friendliness when an environment has packages with corrupted metadata * Cache package listings on index packages so they are guarenteed to stay stable during a pip command session. This also improves performance when a index page is accessed multiple times during the command session * New resolver: Tweak resolution logic to improve user experience when user-supplied requirements conflict Bug Fixes * New resolver: Correctly respect ``Requires-Python`` metadata to reject incompatible packages in ``--no-deps`` mode * New resolver: Pick up hash declarations in constraints files and use them to filter available distributions * New resolver: If a package appears multiple times in user
Comments 0