[arch-commits] Commit in python-urllib3/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Jan 21 03:20:41 UTC 2017
Date: Saturday, January 21, 2017 @ 03:20:40
Author: felixonmars
Revision: 287057
upgpkg: python-urllib3 1.20-1
Modified:
python-urllib3/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-21 01:15:53 UTC (rev 287056)
+++ PKGBUILD 2017-01-21 03:20:40 UTC (rev 287057)
@@ -6,8 +6,8 @@
pkgbase=python-urllib3
pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
-pkgver=1.19.1
-pkgrel=2
+pkgver=1.20
+pkgrel=1
pkgdesc="HTTP library with thread-safe connection pooling and file post support"
arch=("any")
url="https://github.com/shazow/urllib3"
@@ -17,7 +17,7 @@
'python2-pyopenssl' 'python-pysocks' 'python2-pysocks' 'python-mock' 'python2-mock'
'git')
checkdepends=('python-nose' 'python2-nose' 'python-tornado' 'python2-tornado' 'python-coverage'
- 'python2-coverage')
+ 'python2-coverage' 'python-psutil' 'python2-psutil')
source=("git+https://github.com/shazow/urllib3.git#tag=$pkgver")
md5sums=('SKIP')
@@ -38,8 +38,6 @@
}
check() {
- # Failures are related to missing SSLv3
-
cd "$srcdir"/urllib3
nosetests3 || warning "Tests failed"
More information about the arch-commits
mailing list