diff options
author | Philip Lacroix <slackph at posteo dot de> | 2023-01-29 16:08:05 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-04 07:19:51 +0700 |
commit | b4391fb672f224b8095b6b4723a6fdf8e368d4a0 (patch) | |
tree | 05042c1cf4f496dd524ac90fc30d12dc36b59108 /network/bottle | |
parent | 06115041ab983e5a4f2cad9fafe662853d5d3687 (diff) |
network/bottle: Updated for version 0.12.23.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/bottle')
-rw-r--r-- | network/bottle/README | 4 | ||||
-rw-r--r-- | network/bottle/bottle.SlackBuild | 7 | ||||
-rw-r--r-- | network/bottle/bottle.info | 6 |
3 files changed, 7 insertions, 10 deletions
diff --git a/network/bottle/README b/network/bottle/README index 65cf685e373d..fb045a510e93 100644 --- a/network/bottle/README +++ b/network/bottle/README @@ -1,3 +1,3 @@ -bottle is a fast, simple and lightweight WSGI micro web-framework for -Python. It is distributed as a single file module and has no +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 1d5dd5fd1dcd..0766effe394b 100644 --- a/network/bottle/bottle.SlackBuild +++ b/network/bottle/bottle.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bottle -# Copyright 2015-2021 Philip Lacroix <slackph at posteo dot de> +# Copyright 2015-2023 Philip Lacroix <slackph at posteo dot de> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bottle -VERSION=${VERSION:-0.12.19} +VERSION=${VERSION:-0.12.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/network/bottle/bottle.info b/network/bottle/bottle.info index 4c38928e34bc..e2539a1e4763 100644 --- a/network/bottle/bottle.info +++ b/network/bottle/bottle.info @@ -1,8 +1,8 @@ PRGNAM="bottle" -VERSION="0.12.19" +VERSION="0.12.23" HOMEPAGE="https://bottlepy.org/docs/dev/" -DOWNLOAD="https://github.com/bottlepy/bottle/archive/0.12.19/bottle-0.12.19.tar.gz" -MD5SUM="3c07bf37fdd43ab6fa3567b189b59ce7" +DOWNLOAD="https://github.com/bottlepy/bottle/archive/0.12.23/bottle-0.12.23.tar.gz" +MD5SUM="01d9bb5079000cf64cdac6f1a174ae29" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |