* update python-bottle to 0.13.2-1

This commit is contained in:
Alexander Baldeck 2025-02-18 09:44:10 +01:00
parent 0a9354130e
commit 04c286bc9a
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = python-bottle
pkgdesc = A fast and simple micro-framework for small web-applications
pkgver = 0.13.0
pkgver = 0.13.2
pkgrel = 1
url = https://bottlepy.org
arch = any
@ -24,7 +24,7 @@ pkgbase = python-bottle
optdepends = python-cherrypy: Cherrypy WSGI server
optdepends = python-eventlet: Eventlet server support
options = !emptydirs
source = git+https://github.com/defnull/bottle.git#tag=0.13.0
sha512sums = 004ccca1eb7b9fcd4b5fda7ee1b0abb83ccf82263f9681b617522332089e6cd5ce66c7de73973b1c6c3773f5c7d77bd597f2161a7349ac0c697de3716c833885
source = git+https://github.com/defnull/bottle.git#tag=0.13.2
sha512sums = a5971921452501fd0cdb8566ecfcd3706899a898b1e77c89d7e04b794b2d3613d829fce06e7bcdc5e2080c2c171d7ceb529b87d554c6ab13687bef1f7f431bd8
pkgname = python-bottle

View File

@ -5,7 +5,7 @@
# Contributor: Felix Kaiser <felix.kaiser@fxkr.net>
pkgname=python-bottle
pkgver=0.13.0
pkgver=0.13.2
pkgrel=1
pkgdesc="A fast and simple micro-framework for small web-applications"
arch=(any)
@ -22,7 +22,7 @@ optdepends=('python-waitress: Waitress WSGI server'
'python-cherrypy: Cherrypy WSGI server'
'python-eventlet: Eventlet server support')
source=("git+https://github.com/defnull/bottle.git#tag=$pkgver")
sha512sums=('004ccca1eb7b9fcd4b5fda7ee1b0abb83ccf82263f9681b617522332089e6cd5ce66c7de73973b1c6c3773f5c7d77bd597f2161a7349ac0c697de3716c833885')
sha512sums=('a5971921452501fd0cdb8566ecfcd3706899a898b1e77c89d7e04b794b2d3613d829fce06e7bcdc5e2080c2c171d7ceb529b87d554c6ab13687bef1f7f431bd8')
build() {
cd bottle