summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0x9fff002020-03-04 16:58:24 +0100
committer0x9fff002020-03-04 16:58:24 +0100
commitdc83f974cfab221f68bdcc36149da1a1910ac7ea (patch)
treeb337c0197174b2ce5f04054f713129073f1ad301
parenta314f0a86c70894ec5c13cdb666d110cac34f8ff (diff)
downloadaur-dc83f974cfab221f68bdcc36149da1a1910ac7ea.tar.gz
0.10.12-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9a7da3dc31e..ab0365a1c822 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.10.11
+ pkgver = 0.10.12
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 = python2-responses-0.10.11.tar.gz::https://github.com/getsentry/responses/archive/0.10.11.tar.gz
- sha512sums = db443e9f34c2950214e26a5552e86989ff570678f1e43f4de5a25b6f85d8710d317e69305ae29077267b13b518cba06c52a835b7a67fd2640e05ebee362a0cf8
+ source = python2-responses-0.10.12.tar.gz::https://github.com/getsentry/responses/archive/0.10.12.tar.gz
+ sha512sums = b97e0cce7d585b822f133db48916ec1fe371b7042983d9309b5192897ada78a0a0aec480f2c04f91196ac007a851fc9ba610ac5d0751d712913f9573f033dcae
pkgname = python2-responses
diff --git a/PKGBUILD b/PKGBUILD
index 4c94cba917ce..8b9f3d78e7c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=responses
pkgname=python2-$_name
-pkgver=0.10.11
+pkgver=0.10.12
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=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('db443e9f34c2950214e26a5552e86989ff570678f1e43f4de5a25b6f85d8710d317e69305ae29077267b13b518cba06c52a835b7a67fd2640e05ebee362a0cf8')
+sha512sums=('b97e0cce7d585b822f133db48916ec1fe371b7042983d9309b5192897ada78a0a0aec480f2c04f91196ac007a851fc9ba610ac5d0751d712913f9573f033dcae')
build() {
cd $_name-$pkgver