[arch-commits] Commit in python-requests/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 11 07:16:13 UTC 2018


    Date: Monday, June 11, 2018 @ 07:16:12
  Author: felixonmars
Revision: 326703

upgpkg: python-requests 2.18.4-4

allow idna 2.7

Modified:
  python-requests/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-11 07:10:29 UTC (rev 326702)
+++ PKGBUILD	2018-06-11 07:16:12 UTC (rev 326703)
@@ -5,7 +5,7 @@
 pkgbase=python-requests
 pkgname=('python-requests' 'python2-requests')
 pkgver=2.18.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Python HTTP for Humans"
 arch=('any')
 url="http://python-requests.org"
@@ -24,7 +24,8 @@
 prepare() {
   cd "$srcdir"/requests-$pkgver
   sed -e '/certifi/d' \
-      -e 's/urllib3>=1.21.1,<1.23/urllib3>=1.21.1,<1.24/' \
+      -e 's/urllib3>=1.21.1,<1.23/urllib3>=1.21.1/' \
+      -e 's/idna>=2.5,<2.7/idna>=2.5/' \
       -i setup.py
   patch -p1 -i ../30b5079f46fa9e853a9efe635b60acdb172d250d.patch
   patch -p1 -i "$srcdir"/certs.patch



More information about the arch-commits mailing list