python/python3-geventhttpclient: Updated for version 1.5.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-07-01 11:53:36 +07:00
parent 9de04d85ae
commit 2a825ce5a9
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 8 deletions

View file

@ -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

View file

@ -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"