Accepting request 683599 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/683599 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=63
This commit is contained in:
parent
356c3fd368
commit
00cea51cd8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f851133f8b58283fa50d8c78675eb88d4ff4cde29b6c41205cd938b06338e0e5
|
||||
size 1324514
|
3
pip-19.0.3.tar.gz
Normal file
3
pip-19.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e6f197a1abfb45118dbb878b5c859a0edbdd33fd250100bc015b67fded4b9f2
|
||||
size 1324617
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user