From 5abb153d845892fc474df6af96594087063b0243 Mon Sep 17 00:00:00 2001 From: Philip Lacroix Date: Fri, 19 Feb 2021 21:32:20 +0000 Subject: network/bottle: Updated for version 0.12.19. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- network/bottle/README | 8 +++----- network/bottle/bottle.SlackBuild | 6 +++--- network/bottle/bottle.info | 6 +++--- 3 files changed, 9 insertions(+), 11 deletions(-) (limited to 'network') diff --git a/network/bottle/README b/network/bottle/README index f64ed2a768..65cf685e37 100644 --- a/network/bottle/README +++ b/network/bottle/README @@ -1,5 +1,3 @@ -bottle is a fast and simple micro-framework for small web applications. It -offers request dispatching (Routes) with url parameter support, templates, -a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and -template engines - all in a single file and with no dependencies other than -the Python Standard Library. +bottle is a fast, simple and lightweight WSGI micro web-framework for +Python. It is distributed as a single file module and has no +dependencies other than the Python Standard Library. diff --git a/network/bottle/bottle.SlackBuild b/network/bottle/bottle.SlackBuild index aa31d08f9c..1a017dd319 100644 --- a/network/bottle/bottle.SlackBuild +++ b/network/bottle/bottle.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bottle -# Copyright 2015-2020 Philip Lacroix +# Copyright 2015-2021 Philip Lacroix # 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=bottle -VERSION=${VERSION:-0.12.18} +VERSION=${VERSION:-0.12.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,7 +65,7 @@ PRGDOC=$PKG/usr/doc/$PRGNAM-$VERSION # Install documentation. mkdir -p $PRGDOC -cp -a README.rst PKG-INFO $PRGDOC/ +cp -a AUTHORS README.rst LICENSE $PRGDOC/ cat $CWD/$PRGNAM.SlackBuild > $PRGDOC/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/network/bottle/bottle.info b/network/bottle/bottle.info index a79ce8245d..4c38928e34 100644 --- a/network/bottle/bottle.info +++ b/network/bottle/bottle.info @@ -1,8 +1,8 @@ PRGNAM="bottle" -VERSION="0.12.18" +VERSION="0.12.19" HOMEPAGE="https://bottlepy.org/docs/dev/" -DOWNLOAD="https://files.pythonhosted.org/packages/d9/4f/57887a07944140dae0d039d8bc270c249fc7fc4a00744effd73ae2cde0a9/bottle-0.12.18.tar.gz" -MD5SUM="a00b7e9a1ab3be7c19c1235fea2ccb40" +DOWNLOAD="https://github.com/bottlepy/bottle/archive/0.12.19/bottle-0.12.19.tar.gz" +MD5SUM="3c07bf37fdd43ab6fa3567b189b59ce7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3