aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2025-04-12 03:17:03 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-04-19 23:05:52 +0700
commit54a19bece1a44eb6f699d391662c1e64e479cac4 (patch)
tree69708e764c4fb319193e0875ca723ac9ef9a419a /python
parente89a9bd38d888921156bb050849b988f1c854308 (diff)
python/python3-httpcore: Updated for version 1.0.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-httpcore/python3-httpcore.SlackBuild4
-rw-r--r--python/python3-httpcore/python3-httpcore.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-httpcore/python3-httpcore.SlackBuild b/python/python3-httpcore/python3-httpcore.SlackBuild
index 9f823c1662..4ab892a1d7 100644
--- a/python/python3-httpcore/python3-httpcore.SlackBuild
+++ b/python/python3-httpcore/python3-httpcore.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-httpcore
-# Copyright 2022-2023 fourtysixandtwo <fourtysixandtwo@sliderr.net>
+# Copyright 2022-2025 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-httpcore
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-1.0.7}
+VERSION=${VERSION:-1.0.8}
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 dee2782467..c19e0ff2cd 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.7"
+VERSION="1.0.8"
HOMEPAGE="https://github.com/encode/httpcore"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpcore/httpcore-1.0.7.tar.gz"
-MD5SUM="4cdb4739273f33bfd49b6d2aa6f011c6"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpcore/httpcore-1.0.8.tar.gz"
+MD5SUM="578c9c52f8dd73b0c865fe36176062bd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-hatch_fancy_pypi_readme python3-anyio python3-h11"