summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo2022-11-19 03:43:48 +0100
committer Willy Sudiarto Raharjo2022-11-19 03:43:48 +0100
commit47adfd2468fbcaf6b7d3d69a04ec63b8bcaeb3e4 (patch)
treee1fce25adfb21c6e816a92db5fcb56df0b10b832
parentb7102f61fd385661955dff03af869890f17b9625 (diff)
downloadslackbuilds-47adfd2468fbcaf6b7d3d69a04ec63b8bcaeb3e4.tar.gz
python/python3-httpcore: Updated for version 0.16.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 a9befbd5c3..ed15f8e890 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.15.0}
+VERSION=${VERSION:-0.16.1}
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 008fc237af..2d7653cab2 100644
--- a/python/python3-httpcore/python3-httpcore.info
+++ b/python/python3-httpcore/python3-httpcore.info
@@ -1,8 +1,8 @@
PRGNAM="python3-httpcore"
-VERSION="0.15.0"
+VERSION="0.16.1"
HOMEPAGE="https://github.com/encode/httpcore"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpcore/httpcore-0.15.0.tar.gz"
-MD5SUM="bd00fd1f1e7eccd5609f77f395d0bf78"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpcore/httpcore-0.16.1.tar.gz"
+MD5SUM="e209c58a459aed9cbf80a64661b2e75d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-anyio python3-h11"