- 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:
Ondřej Súkup 2019-08-13 08:20:21 +00:00 committed by Git OBS Bridge
parent e0c3171293
commit 5115d3704b
6 changed files with 14 additions and 6 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67fc6114343aa2f42eb46828fa7debf8fdec6df20bb38215be0c561ca48dc4e1
size 5669932

View File

@ -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

View File

@ -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