- Update to version 19.2.1:
* Fix a ``NoneType`` ``AttributeError`` when evaluating hashes and no hashes provided * Drop support for EOL Python 3.4. * Credentials will now be loaded using keyring when installed * Fully support using --trusted-host inside requirements files * Update timestamps in pip's --log file to include milliseconds * Respect whether a file has been marked as "yanked" from a simple repository (see PEP 592 for details) * When choosing candidates to install, prefer candidates with a hash matching one of the user-provided hashes * Improve the error message when METADATA or PKG-INFO is None when accessing metadata * Add a new command pip debug that can display e.g. the list of compatible tags for the current Python * Display hint on installing with --pre when search results include pre-release versions * Report to Warehouse that pip is running under CI if the PIP_IS_CI environment variable is set * Allow --python-version to be passed as a dotted version string (e.g. 3.7 or 3.7.3) * Log the final filename and SHA256 of a .whl file when done building a wheel * Include the wheel's tags in the log message explanation when a candidate wheel link is found incompatible * Add a --path argument to pip freeze to support --target installations * Add a --path argument to pip list to support --target installations OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=70
This commit is contained in:
parent
4662065a62
commit
e0c3171293
4
_service
4
_service
@ -1,11 +1,11 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="versionprefix">19.1.1+git</param>
|
||||
<param name="url">https://github.com/pypa/pip</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git*</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">Matej Cepl <mcepl@cepl.eu></param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">cb00488ca66acdeaae4b4353d1d8bdadc6340dce</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="compression">xz</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/pypa/pip</param>
|
||||
<param name="changesrevision">63878672881d08f048eb2c2f757da2b834040231</param></service></servicedata>
|
||||
<param name="changesrevision">cb00488ca66acdeaae4b4353d1d8bdadc6340dce</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:752fd3ac1f1925cb3c4191673194e124c07d3271c84401cacab6213f6a608353
|
||||
size 5630236
|
3
pip-19.2.1.tar.xz
Normal file
3
pip-19.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acf8a9a0a9593e3bcba1dcac33c9d15de1d5ec524cf228c99237e10a69f11f9c
|
||||
size 5669224
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 08 13:57:29 UTC 2019 - mimi.vx@gmail.com
|
||||
|
||||
- Update to version 19.2.1:
|
||||
* Fix a ``NoneType`` ``AttributeError`` when evaluating hashes and no hashes provided
|
||||
* Drop support for EOL Python 3.4.
|
||||
* Credentials will now be loaded using keyring when installed
|
||||
* Fully support using --trusted-host inside requirements files
|
||||
* Update timestamps in pip's --log file to include milliseconds
|
||||
* Respect whether a file has been marked as "yanked" from a simple repository (see PEP 592 for details)
|
||||
* When choosing candidates to install, prefer candidates with a hash matching one of the user-provided hashes
|
||||
* Improve the error message when METADATA or PKG-INFO is None when accessing metadata
|
||||
* Add a new command pip debug that can display e.g. the list of compatible tags for the current Python
|
||||
* Display hint on installing with --pre when search results include pre-release versions
|
||||
* Report to Warehouse that pip is running under CI if the PIP_IS_CI environment variable is set
|
||||
* Allow --python-version to be passed as a dotted version string (e.g. 3.7 or 3.7.3)
|
||||
* Log the final filename and SHA256 of a .whl file when done building a wheel
|
||||
* Include the wheel's tags in the log message explanation when a candidate wheel link is found incompatible
|
||||
* Add a --path argument to pip freeze to support --target installations
|
||||
* Add a --path argument to pip list to support --target installations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 08:24:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-pip%{psuffix}
|
||||
Version: 19.1.1+git.1557777841.63878672
|
||||
Version: 19.2.1
|
||||
Release: 0
|
||||
Summary: A Python package management system
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user