[arch-commits] Commit in python-urllib3/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Sun Sep 20 02:04:16 UTC 2015
Date: Sunday, September 20, 2015 @ 04:04:16
Author: fyan
Revision: 141115
upgpkg: python-urllib3 1.12-2
rebuild for python 3.5
Modified:
python-urllib3/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-20 02:02:41 UTC (rev 141114)
+++ PKGBUILD 2015-09-20 02:04:16 UTC (rev 141115)
@@ -8,7 +8,7 @@
pkgname=(python-urllib3 python2-urllib3)
pkgver=1.12
_commit=e91c16169e463118ce662345461933bb3a7dedef
-pkgrel=1
+pkgrel=2
pkgdesc="HTTP library with thread-safe connection pooling and file post support"
arch=("any")
url="https://github.com/shazow/urllib3"
@@ -15,7 +15,7 @@
license=("MIT")
makedepends=('python-setuptools' 'python2-setuptools' 'git')
checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 'python-coverage' 'python2-coverage'
- 'python-tornado' 'python2-tornado' 'twine' 'python2-twine')
+ 'python-tornado' 'python2-tornado' 'twine' 'python2-twine' 'python2-pyopenssl')
source=("git+https://github.com/shazow/urllib3.git#commit=$_commit")
md5sums=('SKIP')
More information about the arch-commits
mailing list