diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-02-23 08:38:44 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-24 15:35:00 +0700 |
commit | 083b333fc76996d02b033ddbe2384fa5e40556ad (patch) | |
tree | 1456fd37e6e7d8d7e11c8675b0a0b394ef45a196 /python/python3-httpcore | |
parent | 9dfc5cc53f14c6f2e1d5532dc35f9a6a9ea6cb8d (diff) |
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.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 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" |