Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-httpx


Commits:
fb2cae8d by Felix Yan at 2023-10-03T16:52:32+03:00
upgpkg: 0.25.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,15 @@
+pkgbase = python-pytest-httpx
+       pkgdesc = Send responses to httpx
+       pkgver = 0.25.0
+       pkgrel = 1
+       url = https://colin-b.github.io/pytest_httpx
+       arch = any
+       license = MIT
+       checkdepends = python-pytest-asyncio
+       makedepends = python-setuptools
+       depends = python-httpx
+       depends = python-pytest
+       source = 
https://github.com/Colin-b/pytest_httpx/archive/v0.25.0/python-pytest-httpx-0.25.0.tar.gz
+       sha512sums = 
0e9be63d6a1c2e26bd26eae36e744adaa08d7189f04e2b342c1a6f13cfb4e3937af30720114723905b83c31720fa50b1137f95a1af20f7a8735d417961ec1bb2
+
+pkgname = python-pytest-httpx


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 
 pkgname=python-pytest-httpx
-pkgver=0.24.0
+pkgver=0.25.0
 pkgrel=1
 pkgdesc='Send responses to httpx'
 arch=('any')
@@ -11,7 +11,7 @@ depends=('python-httpx' 'python-pytest')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-asyncio')
 
source=("https://github.com/Colin-b/pytest_httpx/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('ca1f470e8f23f1b6919ca6ad7d28438f8d0802e91696434d72db54293dade35d941b18a42b4f9dbba8d2bf5866075bed50f1df70bf7f82f10a6c9f4a6e6399e6')
+sha512sums=('0e9be63d6a1c2e26bd26eae36e744adaa08d7189f04e2b342c1a6f13cfb4e3937af30720114723905b83c31720fa50b1137f95a1af20f7a8735d417961ec1bb2')
 
 build() {
   cd pytest_httpx-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-httpx/-/commit/fb2cae8dd7b495ff254fbe311212d889080a67a5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-httpx/-/commit/fb2cae8dd7b495ff254fbe311212d889080a67a5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to