python/MarkupSafe: Updated for version 1.1.0

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
Larry Hajali 2018-11-23 13:10:22 -08:00 committed by Willy Sudiarto Raharjo
parent 0f2cdc63f7
commit de9fa174ff
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for MarkupSafe
# Copyright 2010-2017 Larry Hajali <larryhaja[at]gmail[dot]com>
# Copyright 2010-2018 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=MarkupSafe
VERSION=${VERSION:-1.0}
VERSION=${VERSION:-1.1.0}
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 AUTHORS LICENSE PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGES.rst LICENSE.rst 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="MarkupSafe"
VERSION="1.0"
VERSION="1.1.0"
HOMEPAGE="https://pypi.python.org/pypi/MarkupSafe"
DOWNLOAD="https://pypi.python.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz"
MD5SUM="2fcedc9284d50e577b5192e8e3578355"
DOWNLOAD="https://pypi.io/packages/source/M/MarkupSafe/MarkupSafe-1.1.0.tar.gz"
MD5SUM="49e3f3230cedb7ae34faf06913db83fc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""