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

Felix Yan fyan at archlinux.org
Thu Feb 26 02:51:34 UTC 2015


    Date: Thursday, February 26, 2015 @ 03:51:33
  Author: fyan
Revision: 128242

upgpkg: python-urllib3 1.10.2-1

Modified:
  python-urllib3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-26 00:28:59 UTC (rev 128241)
+++ PKGBUILD	2015-02-26 02:51:33 UTC (rev 128242)
@@ -6,7 +6,7 @@
 
 pkgbase=python-urllib3
 pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 pkgdesc="HTTP library with thread-safe connection pooling and file post support"
 arch=("any")
@@ -17,7 +17,7 @@
               'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 'python-coverage' 'python2-coverage')
 source=("https://github.com/shazow/urllib3/archive/$pkgver.tar.gz" 
         LICENSE)
-md5sums=('47443bfddc94334f272b8a3706428db6'
+md5sums=('bd1c856b66829220f02aff4f309a77fe'
          '350846ab4dd11ce105b570c15c1b0764')
 
 prepare() {
@@ -39,10 +39,10 @@
   # Tests stuck
 
   cd urllib3-$pkgver
-#  nosetests3 -e "pyopenssl"  # No ndg-httpsclient module to test with
+  # nosetests3 -e "pyopenssl"  # No ndg-httpsclient module to test with
 
   cd ../urllib3-$pkgver-py2
-#  nosetests2
+  # nosetests2
 }
 
 package_python-urllib3() {



More information about the arch-commits mailing list