diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-12-10 21:37:15 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-12 16:39:16 +0700 |
commit | 939fb3629bfc96c76b2ebdcbdbed3085c7a3a92d (patch) | |
tree | 4c76270c8ebffd22508c28acdceaffcadeb93a62 /python/python3-httpcore | |
parent | c76efc1dfc09818a1c7fcd37601894b17f4ed412 (diff) |
python/python3-httpcore: Updated for version 0.16.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-httpcore')
-rw-r--r-- | python/python3-httpcore/python3-httpcore.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-httpcore/python3-httpcore.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-httpcore/python3-httpcore.SlackBuild b/python/python3-httpcore/python3-httpcore.SlackBuild index ed15f8e890..140bfa4aa4 100644 --- a/python/python3-httpcore/python3-httpcore.SlackBuild +++ b/python/python3-httpcore/python3-httpcore.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-httpcore SRCNAM=$(echo $PRGNAM | sed 's/python3-//') -VERSION=${VERSION:-0.16.1} +VERSION=${VERSION:-0.16.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-httpcore/python3-httpcore.info b/python/python3-httpcore/python3-httpcore.info index 2d7653cab2..5f661ab497 100644 --- a/python/python3-httpcore/python3-httpcore.info +++ b/python/python3-httpcore/python3-httpcore.info @@ -1,8 +1,8 @@ PRGNAM="python3-httpcore" -VERSION="0.16.1" +VERSION="0.16.2" HOMEPAGE="https://github.com/encode/httpcore" -DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpcore/httpcore-0.16.1.tar.gz" -MD5SUM="e209c58a459aed9cbf80a64661b2e75d" +DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpcore/httpcore-0.16.2.tar.gz" +MD5SUM="16afab1292c23f06317658199f3ceb9b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-anyio python3-h11" |