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

Felix Yan felixonmars at archlinux.org
Tue Feb 12 10:27:24 UTC 2019


    Date: Tuesday, February 12, 2019 @ 10:27:22
  Author: felixonmars
Revision: 346042

upgpkg: python-urllib3 1.24.1-2

update optdepends

Modified:
  python-urllib3/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-12 09:39:03 UTC (rev 346041)
+++ PKGBUILD	2019-02-12 10:27:22 UTC (rev 346042)
@@ -6,7 +6,7 @@
 pkgbase=python-urllib3
 pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
 pkgver=1.24.1
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP library with thread-safe connection pooling and file post support"
 arch=("any")
 url="https://github.com/shazow/urllib3"
@@ -13,7 +13,8 @@
 license=("MIT")
 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')
+             'python2-pyopenssl' 'python-pysocks' 'python2-pysocks' 'python-mock' 'python2-mock'
+             'python-brotlipy' 'python2-brotlipy')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 'python2-tornado'
               'python-nose' 'python2-nose' 'python-psutil' 'python2-psutil'
               'python-gcp-devrel-py-tools' 'python2-gcp-devrel-py-tools')
@@ -48,7 +49,9 @@
 
 package_python-urllib3() {
   depends=('python')
-  optdepends=('python-pysocks: SOCKS support')
+  optdepends=('python-pysocks: SOCKS support'
+              'python-brotlipy: Brotli support'
+              'python-pyopenssl: security support')
 
   cd urllib3-$pkgver
   python setup.py install --root="$pkgdir"
@@ -57,7 +60,9 @@
 
 package_python2-urllib3() {
   depends=('python2')
-  optdepends=('python2-pysocks: SOCKS support')
+  optdepends=('python2-pysocks: SOCKS support'
+              'python2-brotlipy: Brotli support'
+              'python2-pyopenssl: security support')
 
   cd urllib3-$pkgver-py2
   python2 setup.py install --root="$pkgdir"



More information about the arch-commits mailing list