Date: Thursday, April 13, 2023 @ 06:17:39 Author: yan12125 Revision: 1445484
upgpkg: python-httpx 0.24.0-1; add deps detected by namcap Modified: python-httpx/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-13 05:45:43 UTC (rev 1445483) +++ PKGBUILD 2023-04-13 06:17:39 UTC (rev 1445484) @@ -4,13 +4,13 @@ _pkgname=httpx pkgname=python-httpx # https://github.com/encode/httpx/blob/master/CHANGELOG.md -pkgver=0.23.3 -pkgrel=3 +pkgver=0.24.0 +pkgrel=1 pkgdesc="A next generation HTTP client for Python" arch=('any') url="https://github.com/encode/${_pkgname}" license=('BSD') -depends=('python-certifi' 'python-httpcore' 'python-idna' 'python-rfc3986' 'python-sniffio') +depends=('python' 'python-certifi' 'python-httpcore' 'python-idna' 'python-rfc3986' 'python-sniffio') optdepends=( 'python-brotlicffi: for brotli response decompression' 'python-h2: HTTP/2 support' @@ -17,16 +17,18 @@ 'python-socksio: SOCKS proxy support' 'python-click: command line client support' 'python-rich: command line client support' + 'python-pygments: command line client support' 'python-trio: alternative async library' ) -makedepends=('python-build' 'python-installer' 'python-hatchling' 'python-hatch-fancy-pypi-readme') +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-brotlicffi' 'python-h2' 'python-trustme' 'uvicorn' 'python-socksio' 'python-rich' 'python-chardet') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz" "uvicorn-test-server-use-h11.diff") -sha512sums=('d4f051578de63e677492727c466d44858c31d1b85441621667d4aeaec5cd2ebd0257a1db115f1b4d77d563359dfc81c2cd1221c0cc66c891b461fa1f4e8a5aee' +sha512sums=('52ccd285cee6032c604160484520522957fdfb4735385bf68d594574b4525b89ea007eb71a653cdf01381610f350c8120c36422e0fda91c39dad437f5cb3f486' 'd3e6a9df365aff5e4e7b724469672c6da9c7e95cc5d79339ebd1ea249236802d81b8792efb0826f89747424fa1bef20d4965ddb75b3b67e9cd320b5fcc738f18') -b2sums=('96903669ca9d22cbb85bd322a407aa2b6799b5f8bfce277a763248ac2d65d60b85c0c71f24af99098eaca585f8136d9db687d6d0ab8cf2347d3c6fe28222def0' +b2sums=('261298dcb65b22c4b188b03a7f650ed2527c8dd3b70d2d21f38f199ff465b107cf034140b349961da19894abdb287ceafb7997dbcc8a4e89b0e319b21121d024' 'f7fc5aa67d59dfbf544ea2668a5df6449d1cb30f5adf1433d92ebbc0fd10d46fec592f1befe829e126d72240666b9c3ea1f69a9f2cca6f3f4e135a7e454be25d') prepare() {
