summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0x9fff002020-04-30 18:56:09 +0200
committer0x9fff002020-04-30 18:56:09 +0200
commitf64909e4d8d14af9560bfb9f4952d56db888476b (patch)
treeda1ca5fd1e163c97a6d90094451d624f53bd70ee
parentdc83f974cfab221f68bdcc36149da1a1910ac7ea (diff)
downloadaur-f64909e4d8d14af9560bfb9f4952d56db888476b.tar.gz
0.10.14-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab0365a1c822..ef65d71a5b45 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.12
+ pkgver = 0.10.14
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.12.tar.gz::https://github.com/getsentry/responses/archive/0.10.12.tar.gz
- sha512sums = b97e0cce7d585b822f133db48916ec1fe371b7042983d9309b5192897ada78a0a0aec480f2c04f91196ac007a851fc9ba610ac5d0751d712913f9573f033dcae
+ source = python2-responses-0.10.14.tar.gz::https://github.com/getsentry/responses/archive/0.10.14.tar.gz
+ sha512sums = 93812e3df0c745f878f443ccbfa96efdc4750c2af477a90319bc36e75e327816cb30b7606598879e40df213b03d9df07b0da2d2685c08ded672526b2919001fd
pkgname = python2-responses
diff --git a/PKGBUILD b/PKGBUILD
index 8b9f3d78e7c9..505c840d6131 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=responses
pkgname=python2-$_name
-pkgver=0.10.12
+pkgver=0.10.14
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=('b97e0cce7d585b822f133db48916ec1fe371b7042983d9309b5192897ada78a0a0aec480f2c04f91196ac007a851fc9ba610ac5d0751d712913f9573f033dcae')
+sha512sums=('93812e3df0c745f878f443ccbfa96efdc4750c2af477a90319bc36e75e327816cb30b7606598879e40df213b03d9df07b0da2d2685c08ded672526b2919001fd')
build() {
cd $_name-$pkgver