python3-httpx: update to 0.24.0.

This commit is contained in:
Andrew Benson 2023-04-12 17:58:44 -05:00
parent 987c626fa3
commit 38a688a68f
2 changed files with 10 additions and 5 deletions

View File

@ -7,11 +7,12 @@
build-backend = "hatchling.build" build-backend = "hatchling.build"
[project] [project]
@@ -70,23 +70,3 @@ --- a/pyproject.toml
"/CHANGELOG.md", +++ b/pyproject.toml
@@ -71,26 +71,6 @@
"/README.md", "/README.md",
] ]
-
-[tool.hatch.metadata.hooks.fancy-pypi-readme] -[tool.hatch.metadata.hooks.fancy-pypi-readme]
-content-type = "text/markdown" -content-type = "text/markdown"
- -
@ -31,3 +32,7 @@
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.substitutions]] -[[tool.hatch.metadata.hooks.fancy-pypi-readme.substitutions]]
-pattern = 'src="(docs/img/.*?)"' -pattern = 'src="(docs/img/.*?)"'
-replacement = 'src="https://raw.githubusercontent.com/encode/httpx/master/\1"' -replacement = 'src="https://raw.githubusercontent.com/encode/httpx/master/\1"'
-
# https://beta.ruff.rs/docs/configuration/#using-rufftoml
[tool.ruff]
select = ["E", "F", "I", "B", "PIE"]

View File

@ -1,6 +1,6 @@
# Template file for 'python3-httpx' # Template file for 'python3-httpx'
pkgname=python3-httpx pkgname=python3-httpx
version=0.23.3 version=0.24.0
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-poetry-core hatchling" hostmakedepends="python3-poetry-core hatchling"
@ -13,7 +13,7 @@ license="BSD-3-Clause"
homepage="https://www.python-httpx.org" homepage="https://www.python-httpx.org"
changelog="https://raw.githubusercontent.com/encode/httpx/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/encode/httpx/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/h/httpx/httpx-${version}.tar.gz" distfiles="${PYPI_SITE}/h/httpx/httpx-${version}.tar.gz"
checksum=9818458eb565bb54898ccb9b8b251a28785dd4a55afbc23d0eb410754fe7d0f9 checksum=507d676fc3e26110d41df7d35ebd8b3b8585052450f4097401c9be59d928c63e
# the pypi tarball doesn't contain tests # the pypi tarball doesn't contain tests
# the tests need unpackaged dependencies trustme and uvicorn # the tests need unpackaged dependencies trustme and uvicorn
make_check=no make_check=no