[arch-commits] Commit in python-responses/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Oct 6 08:27:13 UTC 2017
Date: Friday, October 6, 2017 @ 08:27:13
Author: felixonmars
Revision: 261868
upgpkg: python-responses 0.8.1-1
Modified:
python-responses/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-06 08:25:39 UTC (rev 261867)
+++ PKGBUILD 2017-10-06 08:27:13 UTC (rev 261868)
@@ -3,7 +3,7 @@
pkgbase=python-responses
pkgname=('python-responses' 'python2-responses')
-pkgver=0.7.0
+pkgver=0.8.1
pkgrel=1
pkgdesc='A utility library for mocking out the `requests` Python library.'
arch=('any')
@@ -12,9 +12,10 @@
makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 'python2-requests'
'python-cookies' 'python2-cookies' 'python-six' 'python2-six' 'python2-mock')
checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pytest-cov'
- 'python2-pytest-cov' 'flake8' 'python2-flake8')
+ 'python2-pytest-cov' 'flake8' 'python2-flake8' 'python-pytest-localserver'
+ 'python2-pytest-localserver')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz")
-sha512sums=('cd9886614e4335a2217c5c0fcf98dbe882f0e5ea8b34173d4fb5498af4519f7dfba6701e8a2df83240bab4a58d876e320f8c2f0cc6ca304dc7167b92d4275acf')
+sha512sums=('62e5e08ec637c1950191fa2cc98ce279e7b909b7142ee5809ed21d22d972cfe9e4a57d41bca7c25bb920171013f483e1bd6c0d62d4c1658d02dd7437d858b9a2')
prepare() {
cp -a responses-$pkgver{,-py2}
More information about the arch-commits
mailing list