[arch-commits] Commit in python-requests/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jun 5 15:44:26 UTC 2018
Date: Tuesday, June 5, 2018 @ 15:44:25
Author: felixonmars
Revision: 325923
upgpkg: python-requests 2.18.4-2
bump upper bound for urllib3
Modified:
python-requests/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-05 15:24:56 UTC (rev 325922)
+++ PKGBUILD 2018-06-05 15:44:25 UTC (rev 325923)
@@ -5,7 +5,7 @@
pkgbase=python-requests
pkgname=('python-requests' 'python2-requests')
pkgver=2.18.4
-pkgrel=1
+pkgrel=2
pkgdesc="Python HTTP for Humans"
arch=('any')
url="http://python-requests.org"
@@ -22,6 +22,7 @@
prepare() {
cd "$srcdir"/requests-$pkgver
sed -e '/certifi/d' \
+ -e 's/urllib3>=1.21.1,<1.23/urllib3>=1.21.1,<1.24/' \
-i setup.py
patch -p1 -i "$srcdir"/certs.patch
More information about the arch-commits
mailing list