diff --git a/pip-19.0.2.tar.gz b/pip-19.0.2.tar.gz deleted file mode 100644 index 8dda196..0000000 --- a/pip-19.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f851133f8b58283fa50d8c78675eb88d4ff4cde29b6c41205cd938b06338e0e5 -size 1324514 diff --git a/pip-19.0.3.tar.gz b/pip-19.0.3.tar.gz new file mode 100644 index 0000000..979b710 --- /dev/null +++ b/pip-19.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e6f197a1abfb45118dbb878b5c859a0edbdd33fd250100bc015b67fded4b9f2 +size 1324617 diff --git a/python-pip.changes b/python-pip.changes index 5208a22..179bb7d 100644 --- a/python-pip.changes +++ b/python-pip.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Mar 10 16:35:47 UTC 2019 - Arun Persaud + +- update to version 19.0.3: + * Fix an IndexError crash when a legacy build of a wheel + fails. (#6252) + * Fix a regression introduced in 19.0.2 where the filename in a + RECORD file of an installed file would not be updated when + installing a wheel. (#6266) + ------------------------------------------------------------------- Tue Feb 12 10:06:06 UTC 2019 - Jan Engelhardt diff --git a/python-pip.spec b/python-pip.spec index c7f487a..5f86630 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -21,7 +21,7 @@ # enable testing with a build conditional (off by default): %bcond_with test Name: python-pip -Version: 19.0.2 +Version: 19.0.3 Release: 0 Summary: A Python package management system License: MIT @@ -61,8 +61,8 @@ pip-installable as well. %setup -q -n pip-%{version} %patch0 -p1 # remove shebangs verbosely (if only sed would offer a verbose mode...) -for f in $(find src -name \*.py -exec grep -l '^#!/usr/bin/env' {} \;); do - sed -i 's|^#!/usr/bin/env .*$||g' $f +for f in $(find src -name \*.py -exec grep -l '^#!%{_bindir}/env' {} \;); do + sed -i 's|^#!%{_bindir}/env .*$||g' $f done rm src/pip/_vendor/certifi/cacert.pem