Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-httpcore
Commits:
179d21d7 by Jelle van der Waa at 2024-04-06T17:55:21+02:00
upgpkg: 1.0.2-3: rebuild with python 3.12
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-httpcore
pkgdesc = A minimal HTTP client
pkgver = 1.0.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/encode/httpcore
arch = any
license = BSD
@@ -25,8 +25,6 @@ pkgbase = python-httpcore
optdepends = python-trio: for trio backend
optdepends = python-sniffio: for async support
source =
python-httpcore-1.0.2.tar.gz::https://github.com/encode/httpcore/archive/1.0.2.tar.gz
- source = allow-older-anyio.diff
sha512sums =
6fc0c686b0b02b1e822550c18a7a90d2501f9d530598511877ee8cb09a0bdc4d56afe48cbb5fab5f8c1a12ea443055fe2a081b990fa4270f84db8197646b4979
- sha512sums =
5be9cca027e67dafad716ffd68001f2eb4560e71cd213c0c4833c985313ced0cff50e924a54a3773732a3909a75e842ddf3c0b9ecaea5015dea9f934837a2e61
pkgname = python-httpcore
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ _pkgname=httpcore
pkgname=python-httpcore
# https://github.com/encode/httpcore/blob/master/CHANGELOG.md
pkgver=1.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="A minimal HTTP client"
arch=('any')
url="https://github.com/encode/${_pkgname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpcore/-/commit/179d21d799dd836d336835265b96a9a89c6da997
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpcore/-/commit/179d21d799dd836d336835265b96a9a89c6da997
You're receiving this email because of your account on gitlab.archlinux.org.