diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-01 11:53:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-01 11:53:56 +0700 |
commit | 2a825ce5a97e6b35651c29d23fe7eaffd6b67702 (patch) | |
tree | d30db71e42799f03648cf2f944fc0ed1dd234422 /python | |
parent | 9de04d85ae2169e2147ec9f31726df9303995709 (diff) | |
download | slackbuilds-2a825ce5a97e6b35651c29d23fe7eaffd6b67702.tar.gz |
python/python3-geventhttpclient: Updated for version 1.5.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-geventhttpclient/python3-geventhttpclient.SlackBuild | 7 | ||||
-rw-r--r-- | python/python3-geventhttpclient/python3-geventhttpclient.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/python/python3-geventhttpclient/python3-geventhttpclient.SlackBuild b/python/python3-geventhttpclient/python3-geventhttpclient.SlackBuild index 403b139fa9..76b262243c 100644 --- a/python/python3-geventhttpclient/python3-geventhttpclient.SlackBuild +++ b/python/python3-geventhttpclient/python3-geventhttpclient.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-python3-geventhttpclient # -# Copyright 2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2021-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-geventhttpclient SRCNAM=geventhttpclient -VERSION=${VERSION:-1.5.3} +VERSION=${VERSION:-1.5.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/python/python3-geventhttpclient/python3-geventhttpclient.info b/python/python3-geventhttpclient/python3-geventhttpclient.info index 515dbe5ee9..0a90c99ce2 100644 --- a/python/python3-geventhttpclient/python3-geventhttpclient.info +++ b/python/python3-geventhttpclient/python3-geventhttpclient.info @@ -1,8 +1,8 @@ PRGNAM="python3-geventhttpclient" -VERSION="1.5.3" +VERSION="1.5.5" HOMEPAGE="https://github.com/geventhttpclient/geventhttpclient" -DOWNLOAD="https://github.com/geventhttpclient/geventhttpclient/archive/1.5.3/geventhttpclient-1.5.3.tar.gz" -MD5SUM="c81447b59ed383e7b8abd0704b804c61" +DOWNLOAD="https://github.com/geventhttpclient/geventhttpclient/archive/1.5.5/geventhttpclient-1.5.5.tar.gz" +MD5SUM="9e6999de0a3756e127af9b75fc52813e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gevent" |