15
0
forked from pool/python-pip

Accepting request 683720 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/683720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=41
This commit is contained in:
2019-03-12 08:46:23 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 6 deletions
+10
View File
@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Mar 10 16:35:47 UTC 2019 - Arun Persaud <arun@gmx.de>
- 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 <jengelh@inai.de>
+3 -3
View File
@@ -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
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.