diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-04-10 08:19:03 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:35 +0700 |
commit | 2799c127c19a199fe4308f771449749cdc3c0dc2 (patch) | |
tree | c080b7e7a50a6af6a33991738fd651b34a202095 /python/python3-httpcore | |
parent | 074e47259d4858ab62f3e65bcc22d95ee4223856 (diff) |
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.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-httpcore/python3-httpcore.info | 6 |
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" |