Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-httpx
Commits:
7b18e21c by Robin Candau at 2024-12-27T17:57:33+01:00
upgpkg: 0.35.0-1: Update to build against httpx 0.28
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pytest-httpx
pkgdesc = Send responses to httpx
- pkgver = 0.30.0
- pkgrel = 2
+ pkgver = 0.35.0
+ pkgrel = 1
url = https://colin-b.github.io/pytest_httpx
arch = any
license = MIT
@@ -12,7 +12,7 @@ pkgbase = python-pytest-httpx
makedepends = python-wheel
depends = python-httpx
depends = python-pytest
- source =
https://github.com/Colin-b/pytest_httpx/archive/v0.30.0/python-pytest-httpx-0.30.0.tar.gz
- sha512sums =
e3c20993921a5ae23a6dabcb68e495477fad32fdf69ce8a03b3a7fb5ab9732b364b5293c91fa7bb0eab7e57fe681a7ef118e8df1cdfc15ff012a6f5496207ec7
+ source =
https://github.com/Colin-b/pytest_httpx/archive/v0.35.0/python-pytest-httpx-0.35.0.tar.gz
+ sha512sums =
9d991f14654db8deb2ce7f6974efc2aaa9c2f0243c1eef10e1e0ebef4fcce11d886c92b086d122121aaa2b5b8711abdbc6cc7e017296f24a1c1257554821f3b3
pkgname = python-pytest-httpx
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-pytest-httpx
-pkgver=0.30.0
-pkgrel=2
+pkgver=0.35.0
+pkgrel=1
pkgdesc='Send responses to httpx'
arch=('any')
license=('MIT')
@@ -11,7 +11,7 @@ depends=('python-httpx' 'python-pytest')
makedepends=('python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
checkdepends=('python-pytest-asyncio')
source=("https://github.com/Colin-b/pytest_httpx/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e3c20993921a5ae23a6dabcb68e495477fad32fdf69ce8a03b3a7fb5ab9732b364b5293c91fa7bb0eab7e57fe681a7ef118e8df1cdfc15ff012a6f5496207ec7')
+sha512sums=('9d991f14654db8deb2ce7f6974efc2aaa9c2f0243c1eef10e1e0ebef4fcce11d886c92b086d122121aaa2b5b8711abdbc6cc7e017296f24a1c1257554821f3b3')
build() {
cd pytest_httpx-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-httpx/-/commit/7b18e21c2c649e15fc80ea09b73c4b1a887fd4a0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-httpx/-/commit/7b18e21c2c649e15fc80ea09b73c4b1a887fd4a0
You're receiving this email because of your account on gitlab.archlinux.org.