David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-hishel
Commits:
24f603b7 by David Runge at 2024-05-20T18:39:26+02:00
upgpkg: 0.0.26-3
Rebuild with all necessary checkdepends.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = python-hishel
pkgdesc = An elegant HTTP Cache implementation for HTTPX and HTTP Core
pkgver = 0.0.26
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/karpetrosyan/hishel
arch = any
license = BSD-3-Clause
checkdepends = python-anyio
checkdepends = python-anysqlite
- checkdepends = python-moto
checkdepends = python-pytest
+ checkdepends = python-pyyaml
checkdepends = python-redis
checkdepends = python-trio
makedepends = python-build
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-hishel
_name="${pkgname#python-}"
pkgver=0.0.26
-pkgrel=2
+pkgrel=3
pkgdesc="An elegant HTTP Cache implementation for HTTPX and HTTP Core"
arch=(any)
url="https://github.com/karpetrosyan/hishel"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hishel/-/commit/24f603b7bdbef80f1466f195a9fb9a8df1a3e525
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hishel/-/commit/24f603b7bdbef80f1466f195a9fb9a8df1a3e525
You're receiving this email because of your account on gitlab.archlinux.org.