[arch-commits] Commit in python-urllib3/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Feb 25 11:25:17 UTC 2020
Date: Tuesday, February 25, 2020 @ 11:25:16
Author: felixonmars
Revision: 376184
upgpkg: python-urllib3 1.25.8-2
use brotli
Modified:
python-urllib3/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-25 11:15:19 UTC (rev 376183)
+++ PKGBUILD 2020-02-25 11:25:16 UTC (rev 376184)
@@ -6,7 +6,7 @@
pkgbase=python-urllib3
pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
pkgver=1.25.8
-pkgrel=1
+pkgrel=2
pkgdesc="HTTP library with thread-safe connection pooling and file post support"
arch=("any")
url="https://github.com/shazow/urllib3"
@@ -14,13 +14,16 @@
makedepends=('python-setuptools' 'python2-setuptools' 'python2-sphinx' 'python-ndg-httpsclient'
'python2-ndg-httpsclient' 'python-pyasn1' 'python2-pyasn1' 'python-pyopenssl'
'python2-pyopenssl' 'python-pysocks' 'python2-pysocks' 'python-mock' 'python2-mock'
- 'python-brotlipy' 'python2-brotlipy')
+ 'python-brotli')
checkdepends=('python-pytest-runner' 'python-tornado' 'python-nose' 'python-psutil' 'python-trustme'
- 'python-gcp-devrel-py-tools')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/shazow/urllib3/archive/$pkgver.tar.gz")
-sha512sums=('813f8a6d0f848444a7807d9ea46a93b576220ca50d364af2107ca46ff572f828e35c1a076bc477a269f33bf95e430a89d22d8e4de1dc8d8628ae687fa3551d6b')
+ 'python-gcp-devrel-py-tools' 'python-pytest-timeout' 'python-flaky')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/shazow/urllib3/archive/$pkgver.tar.gz"
+ urllib3-use-brotli.patch::https://github.com/urllib3/urllib3/pull/1620.patch)
+sha512sums=('813f8a6d0f848444a7807d9ea46a93b576220ca50d364af2107ca46ff572f828e35c1a076bc477a269f33bf95e430a89d22d8e4de1dc8d8628ae687fa3551d6b'
+ '86f1dc1c8391a8dc9e9de5ff5243abe10579e363083b496aa3740def20e90969fcb470cbc50c1e0062317b235a697dba5f474d0fe635f94497aeac9abd07a414')
prepare() {
+ patch -d urllib3-$pkgver -p1 -i ../urllib3-use-brotli.patch
cp -a urllib3-$pkgver{,-py2}
}
@@ -44,7 +47,7 @@
package_python-urllib3() {
depends=('python')
optdepends=('python-pysocks: SOCKS support'
- 'python-brotlipy: Brotli support'
+ 'python-brotli: Brotli support'
'python-pyopenssl: security support')
cd urllib3-$pkgver
@@ -55,7 +58,6 @@
package_python2-urllib3() {
depends=('python2')
optdepends=('python2-pysocks: SOCKS support'
- 'python2-brotlipy: Brotli support'
'python2-pyopenssl: security support')
cd urllib3-$pkgver-py2
More information about the arch-commits
mailing list