Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-responses
Commits:
ad789319 by Felix Yan at 2024-10-04T19:33:11+03:00
upgpkg: 0.25.3-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.25.2
+ pkgver = 0.25.3
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 = git+https://github.com/getsentry/responses.git#tag=0.25.2
- sha512sums =
d1d39a7a51534a9642aa6723aa2acfb10197cbdc05b53b6c65f3e2864fd93ceb98b3f82b1ead988aa0f8be8bca8e1af10e15751395615a11e9e4dccab6da4b45
+ source = git+https://github.com/getsentry/responses.git#tag=0.25.3
+ sha512sums =
7b38eb71a22ef0563ed02e5728d6b9a555e5eb158c84ec12e66ea3605a24410af5dfcb8a990f65555a554c1c9c5cc183b14f8c1d02026ca801879573ceb34d24
pkgname = python-responses
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-responses
-pkgver=0.25.2
+pkgver=0.25.3
pkgrel=1
pkgdesc='A utility library for mocking out the `requests` Python library.'
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('git' 'python-setuptools')
checkdepends=('python-pytest' 'python-pytest-asyncio'
'python-pytest-httpserver'
'python-tomli-w')
source=("git+https://github.com/getsentry/responses.git#tag=$pkgver")
-sha512sums=('d1d39a7a51534a9642aa6723aa2acfb10197cbdc05b53b6c65f3e2864fd93ceb98b3f82b1ead988aa0f8be8bca8e1af10e15751395615a11e9e4dccab6da4b45')
+sha512sums=('7b38eb71a22ef0563ed02e5728d6b9a555e5eb158c84ec12e66ea3605a24410af5dfcb8a990f65555a554c1c9c5cc183b14f8c1d02026ca801879573ceb34d24')
build() {
cd responses
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-responses/-/commit/ad789319196fdccec08f2aec9b8f76334f21736b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-responses/-/commit/ad789319196fdccec08f2aec9b8f76334f21736b
You're receiving this email because of your account on gitlab.archlinux.org.