mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-httpx: update to 0.23.3.
This commit is contained in:
parent
b4963815d6
commit
0160a11135
2 changed files with 14 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
@@ -70,12 +70,3 @@
|
@@ -70,23 +70,3 @@
|
||||||
"/CHANGELOG.md",
|
"/CHANGELOG.md",
|
||||||
"/README.md",
|
"/README.md",
|
||||||
]
|
]
|
||||||
|
@ -19,4 +19,15 @@
|
||||||
-path = "README.md"
|
-path = "README.md"
|
||||||
-
|
-
|
||||||
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
|
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
|
||||||
|
-text = "\n## Release Information\n\n"
|
||||||
|
-
|
||||||
|
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
|
||||||
-path = "CHANGELOG.md"
|
-path = "CHANGELOG.md"
|
||||||
|
-pattern = "\n(###.+?\n)## "
|
||||||
|
-
|
||||||
|
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
|
||||||
|
-text = "\n---\n\n[Full changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)\n"
|
||||||
|
-
|
||||||
|
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.substitutions]]
|
||||||
|
-pattern = 'src="(docs/img/.*?)"'
|
||||||
|
-replacement = 'src="https://raw.githubusercontent.com/encode/httpx/master/\1"'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-httpx'
|
# Template file for 'python3-httpx'
|
||||||
pkgname=python3-httpx
|
pkgname=python3-httpx
|
||||||
version=0.23.2
|
version=0.23.3
|
||||||
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=e824a6fa18ffaa6423c6f3a32d5096fc15bd8dff43663a223f06242fc69451a8
|
checksum=9818458eb565bb54898ccb9b8b251a28785dd4a55afbc23d0eb410754fe7d0f9
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue