summaryrefslogtreecommitdiffstats
path: root/python/python3-httpcore
diff options
context:
space:
mode:
author fourtysixandtwo2023-04-10 16:19:03 +0200
committer Willy Sudiarto Raharjo2023-04-15 02:15:35 +0200
commit2799c127c19a199fe4308f771449749cdc3c0dc2 (patch)
treec080b7e7a50a6af6a33991738fd651b34a202095 /python/python3-httpcore
parent074e47259d4858ab62f3e65bcc22d95ee4223856 (diff)
downloadslackbuilds-2799c127c19a199fe4308f771449749cdc3c0dc2.tar.gz
python/python3-httpcore: Updated for version 0.17.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-httpcore')
-rw-r--r--python/python3-httpcore/python3-httpcore.SlackBuild2
-rw-r--r--python/python3-httpcore/python3-httpcore.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-httpcore/python3-httpcore.SlackBuild b/python/python3-httpcore/python3-httpcore.SlackBuild
index b6fd4372b2..3847840d58 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.3}
+VERSION=${VERSION:-0.17.0}
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 1fff0c104a..c326a50b59 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.3"
+VERSION="0.17.0"
HOMEPAGE="https://github.com/encode/httpcore"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpcore/httpcore-0.16.3.tar.gz"
-MD5SUM="be1980a03081c2c99e3a26575a958682"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpcore/httpcore-0.17.0.tar.gz"
+MD5SUM="881211271c5fea2aba9e97dc0e7747e8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-anyio python3-h11"