diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-09 10:05:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-09 10:05:13 +0700 |
commit | dcfc39d340fca8edaa64652b25c38037575fef5c (patch) | |
tree | 5ee1f5d7c1590d1e42633783c0189df91f859fa5 | |
parent | 3a74e9b6e4ee13638701587e5fcf9de3fcd8c849 (diff) |
python/python3-geventhttpclient: Updated for version 2.0.11.
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 4494d6b990f54..de5c296fa2da4 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.0.10} +VERSION=${VERSION:-2.0.11} 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 c412f032a38bc..08ee140de0fe4 100644 --- a/python/python3-geventhttpclient/python3-geventhttpclient.info +++ b/python/python3-geventhttpclient/python3-geventhttpclient.info @@ -1,8 +1,8 @@ PRGNAM="python3-geventhttpclient" -VERSION="2.0.10" +VERSION="2.0.11" HOMEPAGE="https://github.com/geventhttpclient/geventhttpclient" -DOWNLOAD="https://files.pythonhosted.org/packages/9e/39/1a3758766115a50fa69ee52a29e1fbd3eba657c995e2678ab177337457ef/geventhttpclient-2.0.10.tar.gz" -MD5SUM="b5ef57d4ea28bf4aa72d3738dcca3744" +DOWNLOAD="https://files.pythonhosted.org/packages/f2/13/44907f010f2db2156480b0ef83cb3fecb09da0b3e9ab8128716a162c635e/geventhttpclient-2.0.11.tar.gz" +MD5SUM="7f2de9bac308276ba0be8ebfcbf2e104" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gevent llhttp" |