summaryrefslogtreecommitdiffstats
path: root/python/python3-httpcore
diff options
context:
space:
mode:
author fourtysixandtwo2024-02-23 16:38:44 +0100
committer Willy Sudiarto Raharjo2024-02-24 09:35:00 +0100
commit083b333fc76996d02b033ddbe2384fa5e40556ad (patch)
tree1456fd37e6e7d8d7e11c8675b0a0b394ef45a196 /python/python3-httpcore
parent9dfc5cc53f14c6f2e1d5532dc35f9a6a9ea6cb8d (diff)
downloadslackbuilds-083b333fc76996d02b033ddbe2384fa5e40556ad.tar.gz
python/python3-httpcore: Updated for version 1.0.4.
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 90b0775f68..3e47ee90ab 100644
--- a/python/python3-httpcore/python3-httpcore.SlackBuild
+++ b/python/python3-httpcore/python3-httpcore.SlackBuild
@@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-httpcore
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-1.0.2}
+VERSION=${VERSION:-1.0.4}
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 b0d88e7115..d955281037 100644
--- a/python/python3-httpcore/python3-httpcore.info
+++ b/python/python3-httpcore/python3-httpcore.info
@@ -1,8 +1,8 @@
PRGNAM="python3-httpcore"
-VERSION="1.0.2"
+VERSION="1.0.4"
HOMEPAGE="https://github.com/encode/httpcore"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpcore/httpcore-1.0.2.tar.gz"
-MD5SUM="155fbd7794ce7351b607d408cb8182bf"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpcore/httpcore-1.0.4.tar.gz"
+MD5SUM="5bc3bf0e02613f956c12f4c904dd8732"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-hatch_fancy_pypi_readme python3-anyio python3-h11"