python/python3-Flask: Updated for version 1.1.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
mdrights 2019-12-09 14:23:56 +08:00 committed by Willy Sudiarto Raharjo
parent b15a83c0f5
commit 11c5c1a7a3
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=python3-Flask
PROGNAM=Flask
VERSION=${VERSION:-1.0.3}
VERSION=${VERSION:-1.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -77,7 +77,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README.rst AUTHORS CHANGES.rst LICENSE PKG-INFO docs/*.rst \
cp -a README.rst CHANGES.rst PKG-INFO docs/*.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="python3-Flask"
VERSION="1.0.3"
VERSION="1.1.1"
HOMEPAGE="http://flask.pocoo.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/e9/96/8f6d83828a77306a119e12b215a7b0637c955b408fb1c161311a6891b958/Flask-1.0.3.tar.gz"
MD5SUM="4b81d0538eb6515ce94df05e74523913"
DOWNLOAD="https://files.pythonhosted.org/packages/2e/80/3726a729de758513fd3dbc64e93098eb009c49305a97c6751de55b20b694/Flask-1.1.1.tar.gz"
MD5SUM="0e3ed44ece1c489ed835d1b7047e349c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="werkzeug Jinja2 python3-itsdangerous click"