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

Felix Yan felixonmars at archlinux.org
Tue Jul 25 17:47:23 UTC 2017


    Date: Tuesday, July 25, 2017 @ 17:47:22
  Author: felixonmars
Revision: 301260

upgpkg: python-requests 2.18.2-1

Modified:
  python-requests/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-25 17:21:00 UTC (rev 301259)
+++ PKGBUILD	2017-07-25 17:47:22 UTC (rev 301260)
@@ -4,8 +4,8 @@
 
 pkgbase=python-requests
 pkgname=('python-requests' 'python2-requests')
-pkgver=2.18.1
-pkgrel=2
+pkgver=2.18.2
+pkgrel=1
 pkgdesc="Python HTTP for Humans"
 arch=('any')
 url="http://python-requests.org"
@@ -16,13 +16,12 @@
               'python2-pytest-mock' 'python-pysocks' 'python2-pysocks')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/kennethreitz/requests/archive/v$pkgver.tar.gz"
         certs.patch)
-sha512sums=('a80e0487b4b729e69522817bc2eec2a9c5f1df34df385581b3e937c2409e0fcb4e1f9b4794b198c8b8a57fc05b1bc513fc70d41b324ae251de0fa9bc7c9e6947'
+sha512sums=('1fc7462409b6431a2b7867bb3d01ac08a896a0ca32600dab33bc6b631a8e6b10c0401f1280244a8cb93e3c0eb88ae3d6bea2055110663718651c8d68ffed9196'
             '424a3bb01b23409284f6c9cd2bc22d92df31b85cfd96e1d1b16b5d68adeca670dfed4fff7977d8b10980102b0f780eacc465431021fcd661f3a17168a02a39a3')
 
 prepare() {
   cd "$srcdir"/requests-$pkgver
   sed -e '/certifi/d' \
-      -e 's/urllib3>=1.21.1,<1.22/urllib3>=1.21.1,<1.23/' \
       -i setup.py
   patch -p1 -i "$srcdir"/certs.patch
 



More information about the arch-commits mailing list