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

Felix Yan fyan at archlinux.org
Wed Dec 16 02:42:11 UTC 2015


    Date: Wednesday, December 16, 2015 @ 03:42:11
  Author: fyan
Revision: 256266

upgpkg: python-requests 2.9.0-1

Modified:
  python-requests/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-16 02:19:17 UTC (rev 256265)
+++ PKGBUILD	2015-12-16 02:42:11 UTC (rev 256266)
@@ -4,7 +4,7 @@
 
 pkgbase=python-requests
 pkgname=('python-requests' 'python2-requests')
-pkgver=2.8.1
+pkgver=2.9.0
 pkgrel=1
 pkgdesc="Python HTTP for Humans"
 arch=('any')
@@ -12,10 +12,10 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-chardet' 'python2-chardet'
              'python-urllib3' 'python2-urllib3')
-checkdepends=('python-pytest' 'python2-pytest')
+checkdepends=('python-pytest-httpbin' 'python2-pytest-httpbin')
 source=(http://pypi.python.org/packages/source/r/requests/requests-$pkgver.tar.gz
         certs.patch)
-sha256sums=('84fe8d5bf4dcdcc49002446c47a146d17ac10facf00d9086659064ac43b6c25b'
+sha256sums=('4881966532b5a36c552244fd909de66d1b8c4a26086f56fd5837cfcde63f8eb8'
             'e35e779d8640f35ea2ea51112f967d927b44d59483af4cd2c0945c84e79bb7c7')
 
 prepare() {



More information about the arch-commits mailing list