Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-httpx
Commits:
089aaead by Chih-Hsuan Yen at 2024-08-30T13:14:47+08:00
upgpkg: 0.27.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-httpx
pkgdesc = A next generation HTTP client for Python
- pkgver = 0.27.0
+ pkgver = 0.27.2
pkgrel = 1
url = https://github.com/encode/httpx
arch = any
@@ -16,6 +16,7 @@ pkgbase = python-httpx
checkdepends = python-socksio
checkdepends = python-rich
checkdepends = python-chardet
+ checkdepends = python-zstandard
makedepends = python-build
makedepends = python-installer
makedepends = python-hatchling
@@ -29,17 +30,18 @@ pkgbase = python-httpx
depends = python-anyio
optdepends = python-brotli: for brotli response decompression
optdepends = python-brotlicffi: for brotli response decompression
+ optdepends = python-zstandard: for zstd response decompression
optdepends = python-h2: HTTP/2 support
optdepends = python-socksio: SOCKS proxy support
optdepends = python-click: command line client support
optdepends = python-rich: command line client support
optdepends = python-pygments: command line client support
optdepends = python-trio: alternative async library
- source =
python-httpx-0.27.0.tar.gz::https://github.com/encode/httpx/archive/0.27.0.tar.gz
+ source =
python-httpx-0.27.2.tar.gz::https://github.com/encode/httpx/archive/0.27.2.tar.gz
source = uvicorn-test-server-use-h11.diff
- sha512sums =
9db19cced6554effdb5fb0b442cbe05dc66cbfbdb23e8fbc19f43e1acc81028bca9e0fba5d2dae617b19be9f64baa0f02e727e92fef3f3f1288aa19ae07f35c6
+ sha512sums =
c7852ae3e982bacee1587b66aed506f3f7e12caf296e651d3cdd9c111a7d737af49473be455bcabccc8e52487ad18b4821ea56b39500c3b77ed2325fc55505ae
sha512sums =
d3e6a9df365aff5e4e7b724469672c6da9c7e95cc5d79339ebd1ea249236802d81b8792efb0826f89747424fa1bef20d4965ddb75b3b67e9cd320b5fcc738f18
- b2sums =
2bfe58ffa9bd75b602acf844967d399c2173499981e73296bfc0726ee738219031ac3ac04517dd027f769966b77bf225287490c55435a53aec44b9784a0c4b2e
+ b2sums =
7e77cab0e9bda032cd595549e43dfc102f90bb8668b62f6b1f0df6bce6b6358f34aa1f51457a315eb774dde8c76083d180c02ff45283dd348c39b4a659307713
b2sums =
f7fc5aa67d59dfbf544ea2668a5df6449d1cb30f5adf1433d92ebbc0fd10d46fec592f1befe829e126d72240666b9c3ea1f69a9f2cca6f3f4e135a7e454be25d
pkgname = python-httpx
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_pkgname=httpx
pkgname=python-httpx
# https://github.com/encode/httpx/blob/master/CHANGELOG.md
-pkgver=0.27.0
+pkgver=0.27.2
pkgrel=1
pkgdesc="A next generation HTTP client for Python"
arch=('any')
@@ -18,6 +18,7 @@ depends=('python' 'python-certifi' 'python-httpcore'
'python-idna' 'python-sniff
optdepends=(
'python-brotli: for brotli response decompression'
'python-brotlicffi: for brotli response decompression'
+ 'python-zstandard: for zstd response decompression'
'python-h2: HTTP/2 support'
'python-socksio: SOCKS proxy support'
'python-click: command line client support'
@@ -28,12 +29,12 @@ optdepends=(
makedepends=('python-build' 'python-installer' 'python-hatchling'
'python-hatch-fancy-pypi-readme'
'python-pygments')
checkdepends=('python-pytest-asyncio' 'python-pytest-trio'
'python-typing_extensions' 'python-brotli' 'python-brotlicffi' 'python-h2'
'python-trustme' 'uvicorn' 'python-socksio'
- 'python-rich' 'python-chardet')
+ 'python-rich' 'python-chardet' 'python-zstandard')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
"uvicorn-test-server-use-h11.diff")
-sha512sums=('9db19cced6554effdb5fb0b442cbe05dc66cbfbdb23e8fbc19f43e1acc81028bca9e0fba5d2dae617b19be9f64baa0f02e727e92fef3f3f1288aa19ae07f35c6'
+sha512sums=('c7852ae3e982bacee1587b66aed506f3f7e12caf296e651d3cdd9c111a7d737af49473be455bcabccc8e52487ad18b4821ea56b39500c3b77ed2325fc55505ae'
'd3e6a9df365aff5e4e7b724469672c6da9c7e95cc5d79339ebd1ea249236802d81b8792efb0826f89747424fa1bef20d4965ddb75b3b67e9cd320b5fcc738f18')
-b2sums=('2bfe58ffa9bd75b602acf844967d399c2173499981e73296bfc0726ee738219031ac3ac04517dd027f769966b77bf225287490c55435a53aec44b9784a0c4b2e'
+b2sums=('7e77cab0e9bda032cd595549e43dfc102f90bb8668b62f6b1f0df6bce6b6358f34aa1f51457a315eb774dde8c76083d180c02ff45283dd348c39b4a659307713'
'f7fc5aa67d59dfbf544ea2668a5df6449d1cb30f5adf1433d92ebbc0fd10d46fec592f1befe829e126d72240666b9c3ea1f69a9f2cca6f3f4e135a7e454be25d')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx/-/commit/089aaead17476e428f43a4e82ea6a74573843243
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx/-/commit/089aaead17476e428f43a4e82ea6a74573843243
You're receiving this email because of your account on gitlab.archlinux.org.