Browse Source
python/python3-httpcore: Updated for version 1.0.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/291/head
fourtysixandtwo
6 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-httpcore/python3-httpcore.SlackBuild
-
python/python3-httpcore/python3-httpcore.info
|
|
@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-httpcore |
|
|
|
SRCNAM=${PRGNAM#python3-*} |
|
|
|
VERSION=${VERSION:-1.0.8} |
|
|
|
VERSION=${VERSION:-1.0.9} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-httpcore" |
|
|
|
VERSION="1.0.8" |
|
|
|
VERSION="1.0.9" |
|
|
|
HOMEPAGE="https://github.com/encode/httpcore" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpcore/httpcore-1.0.8.tar.gz" |
|
|
|
MD5SUM="578c9c52f8dd73b0c865fe36176062bd" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpcore/httpcore-1.0.9.tar.gz" |
|
|
|
MD5SUM="5157e7240632c2984cfda1f7ac54dfc7" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-hatch_fancy_pypi_readme python3-anyio python3-h11" |
|
|
|