python/python3-httpcore: Updated for version 1.0.7.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-11-19 19:11:02 -07:00 committed by Willy Sudiarto Raharjo
parent 2294a8dd9f
commit af6f8febdc
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-httpcore
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-1.0.5}
VERSION=${VERSION:-1.0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-httpcore"
VERSION="1.0.5"
VERSION="1.0.7"
HOMEPAGE="https://github.com/encode/httpcore"
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpcore/httpcore-1.0.5.tar.gz"
MD5SUM="17916ce84db1c0705af60a61bbec9061"
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpcore/httpcore-1.0.7.tar.gz"
MD5SUM="4cdb4739273f33bfd49b6d2aa6f011c6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-hatch_fancy_pypi_readme python3-anyio python3-h11"