diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-12-02 22:13:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-12-02 22:13:01 +0700 |
commit | 5f6f559816061253be128dc19a8caa77e86870c0 (patch) | |
tree | 94c738d092c4b9788e98ed17a64aef507fb24e5f | |
parent | 845b86982ea46a1c5cae8cec498ce9c7554429ca (diff) |
python/python3-geventhttpclient: Updated for version 2.3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-geventhttpclient/python3-geventhttpclient.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-geventhttpclient/python3-geventhttpclient.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-geventhttpclient/python3-geventhttpclient.SlackBuild b/python/python3-geventhttpclient/python3-geventhttpclient.SlackBuild index 6b8f77497b..bf6bbee383 100644 --- a/python/python3-geventhttpclient/python3-geventhttpclient.SlackBuild +++ b/python/python3-geventhttpclient/python3-geventhttpclient.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-geventhttpclient SRCNAM=geventhttpclient -VERSION=${VERSION:-2.3.2} +VERSION=${VERSION:-2.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-geventhttpclient/python3-geventhttpclient.info b/python/python3-geventhttpclient/python3-geventhttpclient.info index 2173499c1a..50e74738a9 100644 --- a/python/python3-geventhttpclient/python3-geventhttpclient.info +++ b/python/python3-geventhttpclient/python3-geventhttpclient.info @@ -1,8 +1,8 @@ PRGNAM="python3-geventhttpclient" -VERSION="2.3.2" +VERSION="2.3.3" HOMEPAGE="https://github.com/geventhttpclient/geventhttpclient" -DOWNLOAD="https://files.pythonhosted.org/packages/b4/7f/02f7a5152025314b9624877bda32e20291c305454ebc5e11fbc8c1169061/geventhttpclient-2.3.2.tar.gz" -MD5SUM="7675f8e3efa6dd694552f975b1d6d95e" +DOWNLOAD="https://files.pythonhosted.org/packages/29/26/018524ea81b2021dc2fe60e1a9c3f5eb347e09a5364cdcb7b92d7e7d3c28/geventhttpclient-2.3.3.tar.gz" +MD5SUM="ec29adc387f88926d4419d3873dbe4b6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gevent llhttp python3-setuptools-opt" |