summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"