diff options
author | Dominik Drobek <dominik.drobek@o2.pl> | 2019-09-17 23:18:09 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-20 23:06:48 +0700 |
commit | 6b432186d4b6e406c68b6dc70cba27dd7e255280 (patch) | |
tree | 81ca446d257f0a31ef42487701a52c39111a05f1 /python/werkzeug | |
parent | 46483a2e8f35db6372e44048dee7b1a19f7c0681 (diff) | |
download | slackbuilds-6b432186d4b6e406c68b6dc70cba27dd7e255280.tar.gz |
python/werkzeug: Updated for version 0.15.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/werkzeug')
-rw-r--r-- | python/werkzeug/slack-desc | 2 | ||||
-rw-r--r-- | python/werkzeug/werkzeug.SlackBuild | 6 | ||||
-rw-r--r-- | python/werkzeug/werkzeug.info | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/python/werkzeug/slack-desc b/python/werkzeug/slack-desc index 77bea94be9..214a0b456e 100644 --- a/python/werkzeug/slack-desc +++ b/python/werkzeug/slack-desc @@ -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: diff --git a/python/werkzeug/werkzeug.SlackBuild b/python/werkzeug/werkzeug.SlackBuild index 3f9aacdc9b..f8b754a065 100644 --- a/python/werkzeug/werkzeug.SlackBuild +++ b/python/werkzeug/werkzeug.SlackBuild @@ -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 diff --git a/python/werkzeug/werkzeug.info b/python/werkzeug/werkzeug.info index faf24d53fb..5ca0a49072 100644 --- a/python/werkzeug/werkzeug.info +++ b/python/werkzeug/werkzeug.info @@ -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="" |