forked from pool/python-pip
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:
committed by
Git OBS Bridge
parent
356c3fd368
commit
00cea51cd8
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user