summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0x9fff002021-04-05 21:18:07 +0200
committer0x9fff002021-04-05 21:18:07 +0200
commit9a72713677ffb8dac7c6ad0347d38e5c5f52ffd4 (patch)
tree12a5c63515d976650058f12f7d50fb10105cb1d5
parent59e8bb37a068feb93e126c704c3eb2644ad2f072 (diff)
downloadaur-9a72713677ffb8dac7c6ad0347d38e5c5f52ffd4.tar.gz
0.13.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 133473a553bb..7a574758f348 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-responses
pkgdesc = A utility library for mocking out the `requests` Python library.
- pkgver = 0.13.1
+ pkgver = 0.13.2
pkgrel = 1
url = https://github.com/getsentry/responses
arch = any
@@ -15,8 +15,8 @@ pkgbase = python2-responses
depends = python2-cookies
depends = python2-six
depends = python2-mock
- source = https://github.com/getsentry/responses/archive/0.13.1/python2-responses-0.13.1.tar.gz
- sha512sums = 14814577b542f8adf5b1400df9eb8a0b748684ab850a41104c354fa8773bd51dea605a7a0006cb7ac4347ff76d88982172470278970d398ddf525a2dd51b9709
+ source = https://github.com/getsentry/responses/archive/0.13.2/python2-responses-0.13.2.tar.gz
+ sha512sums = ef6e9cd455ae68711a648034eead4dc224dc8935cc8c525d8299a6fd19880944774e68bd457e83343b6d00ffcf4e9a6d9f261c5a8cf72c3934e35c817a3b0019
pkgname = python2-responses
diff --git a/PKGBUILD b/PKGBUILD
index 0ed28d8dc246..fce509ba52a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=responses
pkgname=python2-$_name
-pkgver=0.13.1
+pkgver=0.13.2
pkgrel=1
pkgdesc='A utility library for mocking out the `requests` Python library.'
arch=('any')
@@ -15,7 +15,7 @@ depends=('python2' 'python2-requests' 'python2-cookies' 'python2-six' 'python2-m
makedepends=('python2-setuptools')
checkdepends=('python2-pytest-runner' 'python2-pytest-cov' 'python2-flake8' 'python2-pytest-localserver')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('14814577b542f8adf5b1400df9eb8a0b748684ab850a41104c354fa8773bd51dea605a7a0006cb7ac4347ff76d88982172470278970d398ddf525a2dd51b9709')
+sha512sums=('ef6e9cd455ae68711a648034eead4dc224dc8935cc8c525d8299a6fd19880944774e68bd457e83343b6d00ffcf4e9a6d9f261c5a8cf72c3934e35c817a3b0019')
prepare() {
cd $_name-$pkgver