[arch-commits] Commit in python-responses/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jun 12 05:29:26 UTC 2020
Date: Friday, June 12, 2020 @ 05:29:26
Author: felixonmars
Revision: 642209
upgpkg: python-responses 0.10.15-1
Modified:
python-responses/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-12 05:28:02 UTC (rev 642208)
+++ PKGBUILD 2020-06-12 05:29:26 UTC (rev 642209)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-responses
-pkgver=0.10.14
+pkgver=0.10.15
pkgrel=1
pkgdesc='A utility library for mocking out the `requests` Python library.'
arch=('any')
@@ -11,7 +11,7 @@
makedepends=('python-setuptools')
checkdepends=('python-pytest-runner' 'python-pytest-cov' 'flake8' 'python-pytest-localserver')
source=("$pkgname-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz")
-sha512sums=('93812e3df0c745f878f443ccbfa96efdc4750c2af477a90319bc36e75e327816cb30b7606598879e40df213b03d9df07b0da2d2685c08ded672526b2919001fd')
+sha512sums=('3da49823493ea65b2f0bcd0f63338552df8aa553ad3ac82d150c5753dafa2275a7e1c6499c4db82883a3a4b6348ca26158301842bdc84d3a1c9c73b15b716c61')
build() {
cd "$srcdir"/responses-$pkgver
More information about the arch-commits
mailing list