- Update to version 19.2.2:
* Merge pull request #6827 from cjerdonek/issue-6804-find-links-expansion * Fix handling of tokens (single part credentials) in URLs (#6818) * Simplify the handling of "typing.cast" OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=72
This commit is contained in:
parent
e0c3171293
commit
5115d3704b
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="exclude">.git*</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">cb00488ca66acdeaae4b4353d1d8bdadc6340dce</param>
|
||||
<param name="revision">082bc0411e9d17b3c80efed9237c61d7446515f5</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">cb00488ca66acdeaae4b4353d1d8bdadc6340dce</param></service></servicedata>
|
||||
<param name="changesrevision">082bc0411e9d17b3c80efed9237c61d7446515f5</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acf8a9a0a9593e3bcba1dcac33c9d15de1d5ec524cf228c99237e10a69f11f9c
|
||||
size 5669224
|
3
pip-19.2.2.tar.xz
Normal file
3
pip-19.2.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67fc6114343aa2f42eb46828fa7debf8fdec6df20bb38215be0c561ca48dc4e1
|
||||
size 5669932
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 08:19:21 UTC 2019 - mimi.vx@gmail.com
|
||||
|
||||
- Update to version 19.2.2:
|
||||
* Merge pull request #6827 from cjerdonek/issue-6804-find-links-expansion
|
||||
* Fix handling of tokens (single part credentials) in URLs (#6818)
|
||||
* Simplify the handling of "typing.cast"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 08 13:57:29 UTC 2019 - mimi.vx@gmail.com
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-pip%{psuffix}
|
||||
Version: 19.2.1
|
||||
Version: 19.2.2
|
||||
Release: 0
|
||||
Summary: A Python package management system
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user