From 5115d3704befade180a38bb22b564c3776df26d7de833061b152b8d97479eb20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 13 Aug 2019 08:20:21 +0000 Subject: [PATCH] - 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 --- _service | 2 +- _servicedata | 2 +- pip-19.2.1.tar.xz | 3 --- pip-19.2.2.tar.xz | 3 +++ python-pip.changes | 8 ++++++++ python-pip.spec | 2 +- 6 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 pip-19.2.1.tar.xz create mode 100644 pip-19.2.2.tar.xz diff --git a/_service b/_service index ca989cd..db6870d 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ .git* enable @PARENT_TAG@ - cb00488ca66acdeaae4b4353d1d8bdadc6340dce + 082bc0411e9d17b3c80efed9237c61d7446515f5 xz diff --git a/_servicedata b/_servicedata index c1c08aa..26b849e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/pypa/pip - cb00488ca66acdeaae4b4353d1d8bdadc6340dce \ No newline at end of file + 082bc0411e9d17b3c80efed9237c61d7446515f5 \ No newline at end of file diff --git a/pip-19.2.1.tar.xz b/pip-19.2.1.tar.xz deleted file mode 100644 index 5847d9e..0000000 --- a/pip-19.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acf8a9a0a9593e3bcba1dcac33c9d15de1d5ec524cf228c99237e10a69f11f9c -size 5669224 diff --git a/pip-19.2.2.tar.xz b/pip-19.2.2.tar.xz new file mode 100644 index 0000000..3b0c745 --- /dev/null +++ b/pip-19.2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67fc6114343aa2f42eb46828fa7debf8fdec6df20bb38215be0c561ca48dc4e1 +size 5669932 diff --git a/python-pip.changes b/python-pip.changes index 918fb9b..e740e12 100644 --- a/python-pip.changes +++ b/python-pip.changes @@ -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 diff --git a/python-pip.spec b/python-pip.spec index d853727..4b2247c 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -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