python/werkzeug: Updated for version 0.15.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dominik Drobek 2019-09-17 23:18:09 +02:00 committed by Willy Sudiarto Raharjo
parent 46483a2e8f
commit 6b432186d4
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 8 additions and 8 deletions

View file

@ -15,5 +15,5 @@ werkzeug: objects, HTTP utilities to handle entity tags, cache control headers
werkzeug: HTTP dates, cookie handling, file uploads, a powerful URL routing
werkzeug: system and a bunch of community contributed addon modules.
werkzeug:
werkzeug: Homepage: http://werkzeug.pocoo.org
werkzeug: Homepage: https://palletsprojects.com/p/werkzeug/
werkzeug:

View file

@ -25,8 +25,8 @@
PRGNAM=werkzeug
SRCNAM=Werkzeug
VERSION=${VERSION:-0.14.1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.15.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -81,7 +81,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 AUTHORS CHANGES.rst LICENSE PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGES.rst LICENSE.rst PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="werkzeug"
VERSION="0.14.1"
HOMEPAGE="http://werkzeug.pocoo.org"
DOWNLOAD="https://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.14.1.tar.gz"
MD5SUM="6d20b5be2d245be4ac7706cc390d130c"
VERSION="0.15.6"
HOMEPAGE="https://palletsprojects.com/p/werkzeug/"
DOWNLOAD="https://files.pythonhosted.org/packages/a3/32/2c91f662d66d4ae8993987b56cd1706a9a526f3ac310dd7fca47d7851533/Werkzeug-0.15.6.tar.gz"
MD5SUM="99f94e0271b8a60462dd1e0ad5ec65ba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""