[arch-commits] Commit in python-responses/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Dec 11 22:09:05 UTC 2021
Date: Saturday, December 11, 2021 @ 22:09:05
Author: felixonmars
Revision: 1068347
upgpkg: python-responses 0.16.0-1
Modified:
python-responses/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-11 22:07:57 UTC (rev 1068346)
+++ PKGBUILD 2021-12-11 22:09:05 UTC (rev 1068347)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-responses
-pkgver=0.15.0
-pkgrel=3
+pkgver=0.16.0
+pkgrel=1
pkgdesc='A utility library for mocking out the `requests` Python library.'
arch=('any')
license=('Apache')
@@ -11,7 +11,7 @@
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pytest-localserver')
source=("https://github.com/getsentry/responses/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('bb9bd01b20cc57be83b20426733e03800f6e06acc020d0cd12bc3ede0658a08b3b2efde95f13f441d3b9f671cd07a46a3a901be0ad4aa1058d466d5ab4d8ea93')
+sha512sums=('d414e4cf281f64a953acdaf66b132fbd5e26edc978efdf545a3f8eecc5afdd6473c33a51f6086020c86c20f4de7aa94cf676c81d88a80ce5c7b84f7a741477ad')
build() {
cd responses-$pkgver
More information about the arch-commits
mailing list