diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/cheroot/cheroot.SlackBuild | 6 | ||||
-rw-r--r-- | python/cheroot/cheroot.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/python/cheroot/cheroot.SlackBuild b/python/cheroot/cheroot.SlackBuild index 46bd3a5987..ad66823f56 100644 --- a/python/cheroot/cheroot.SlackBuild +++ b/python/cheroot/cheroot.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cheroot -# Copyright 2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2017-2018 Dimitris Zlatanidis Orestiada, Greece # 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=cheroot -VERSION=${VERSION:-5.9.2} +VERSION=${VERSION:-6.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,7 +75,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 CHANGES.rst LICENSE PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README.rst CHANGES.rst LICENSE.md PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/cheroot/cheroot.info b/python/cheroot/cheroot.info index 77db4f0966..9b9d909304 100644 --- a/python/cheroot/cheroot.info +++ b/python/cheroot/cheroot.info @@ -1,10 +1,10 @@ PRGNAM="cheroot" -VERSION="5.9.2" +VERSION="6.1.1" HOMEPAGE="http://cherrypy.org/" -DOWNLOAD="https://pypi.python.org/packages/9b/98/947dbf17f4bd1107da6a22500d7b363872196ffb9af8972292f769aeed18/cheroot-5.9.2.tar.gz" -MD5SUM="fd1de185191ce2122332cf4e987357e3" +DOWNLOAD="https://pypi.python.org/packages/84/44/dd71b43f44714f515e5bae37618a8221cc5a1ed0d04490db57781e0043a9/cheroot-6.1.1.tar.gz" +MD5SUM="decbf012a597655f00ebb7e2916f1113" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="setuptools-scm six" +REQUIRES="setuptools-scm-git-archive six" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |