Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-responses
Commits:
2e018b50 by Felix Yan at 2024-02-27T14:25:40+00:00
upgpkg: 0.25.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-responses
pkgdesc = A utility library for mocking out the `requests` Python
library.
- pkgver = 0.24.1
+ pkgver = 0.25.0
pkgrel = 1
url = https://github.com/getsentry/responses
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-responses
depends = python-requests
depends = python-urllib3
depends = python-yaml
- source =
https://github.com/getsentry/responses/archive/0.24.1/python-responses-0.24.1.tar.gz
- sha512sums =
55d69430ab4ce5faa126e55a120630b5587f088571e6fadca8ff2cfe654dfbcfd06d038ae044e4c346e4258f23e0b1f0fb2915870a2d152afefe1c5c50d4e63e
+ source =
https://github.com/getsentry/responses/archive/0.25.0/python-responses-0.25.0.tar.gz
+ sha512sums =
a947641f8693a5687feeec8ded5b8d7791c18910f96d6c967e1d4576d1ded7d56933971690a3f3f6b3394b3d5abc6f3f78462545fcd572e7dd674d06340c7566
pkgname = python-responses
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-responses
-pkgver=0.24.1
+pkgver=0.25.0
pkgrel=1
pkgdesc='A utility library for mocking out the `requests` Python library.'
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pytest-asyncio'
'python-pytest-httpserver' 'python-tomli'
'python-tomli-w')
source=("https://github.com/getsentry/responses/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('55d69430ab4ce5faa126e55a120630b5587f088571e6fadca8ff2cfe654dfbcfd06d038ae044e4c346e4258f23e0b1f0fb2915870a2d152afefe1c5c50d4e63e')
+sha512sums=('a947641f8693a5687feeec8ded5b8d7791c18910f96d6c967e1d4576d1ded7d56933971690a3f3f6b3394b3d5abc6f3f78462545fcd572e7dd674d06340c7566')
build() {
cd responses-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-responses/-/commit/2e018b503789881179515eec4d7d0f55bfe191bb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-responses/-/commit/2e018b503789881179515eec4d7d0f55bfe191bb
You're receiving this email because of your account on gitlab.archlinux.org.