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

Felix Yan fyan at archlinux.org
Tue Dec 15 01:47:45 UTC 2015


    Date: Tuesday, December 15, 2015 @ 02:47:44
  Author: fyan
Revision: 256093

upgpkg: python-urllib3 1.13-1

Modified:
  python-urllib3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-15 01:46:53 UTC (rev 256092)
+++ PKGBUILD	2015-12-15 01:47:44 UTC (rev 256093)
@@ -6,9 +6,8 @@
 
 pkgbase=python-urllib3
 pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
-pkgver=1.12
-_commit=e91c16169e463118ce662345461933bb3a7dedef
-pkgrel=3
+pkgver=1.13
+pkgrel=1
 pkgdesc="HTTP library with thread-safe connection pooling and file post support"
 arch=("any")
 url="https://github.com/shazow/urllib3"
@@ -18,7 +17,7 @@
 checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
               'python-coverage' 'python2-coverage' 'python-tornado' 'python2-tornado'
               'twine' 'python2-twine' 'python2-pyopenssl')
-source=("git+https://github.com/shazow/urllib3.git#commit=$_commit")
+source=("git+https://github.com/shazow/urllib3.git#tag=$pkgver")
 md5sums=('SKIP')
 
 prepare() {
@@ -70,4 +69,4 @@
   install -d "$pkgdir/usr/share/doc"
   cp -r _build/html "$pkgdir/usr/share/doc/python-urllib3"
   install -Dm644 ../LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}
\ No newline at end of file
+}



More information about the arch-commits mailing list