[arch-commits] Commit in python-responses/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Oct 19 02:42:24 UTC 2018
Date: Friday, October 19, 2018 @ 02:42:24
Author: felixonmars
Revision: 396892
upgpkg: python-responses 0.10.1-1
Modified:
python-responses/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-19 02:41:53 UTC (rev 396891)
+++ PKGBUILD 2018-10-19 02:42:24 UTC (rev 396892)
@@ -2,19 +2,19 @@
pkgbase=python-responses
pkgname=('python-responses' 'python2-responses')
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.10.1
+pkgrel=1
pkgdesc='A utility library for mocking out the `requests` Python library.'
arch=('any')
license=('Apache')
url='https://github.com/getsentry/responses'
makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 'python2-requests'
- 'python-cookies' 'python2-cookies' 'python-six' 'python2-six' 'python2-mock')
+ 'python-biscuits' 'python2-cookies' 'python-six' 'python2-six' 'python2-mock')
checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pytest-cov'
'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=('94e55dba36b15c508b65d96539c9b5d7ae58b9a488d86442389e7d5cb5ecc1153370b0573907bc56e90aac03d64323ea7ea183ca3b095fced6a5d75b2b6db5a3')
+sha512sums=('1f1ae6c04a5c414ad7b0a9900de177b73cdf800e9f516e9f7dda88f75bdbb3c4d70e4fa7d6f44cd5eb0b0045a81551b00fe131e8d294f0b6c83cfedf3a7a7474')
prepare() {
cp -a responses-$pkgver{,-py2}
@@ -37,7 +37,7 @@
}
package_python-responses() {
- depends=('python-requests' 'python-cookies' 'python-six')
+ depends=('python-requests' 'python-biscuits' 'python-six')
cd responses-$pkgver
python setup.py install --root="$pkgdir" --optimize=1
More information about the arch-commits
mailing list