Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-bottle
Commits:
4ba35575 by Felix Yan at 2026-03-04T22:16:17+08:00
upgpkg: 0.13.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-bottle
pkgdesc = A fast and simple micro-framework for small web-applications
- pkgver = 0.13.3
- pkgrel = 2
+ pkgver = 0.13.4
+ pkgrel = 1
url = https://bottlepy.org
arch = any
license = MIT
@@ -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.3
- sha512sums =
0b871cbf78b7cce4eeea173ee5a59d55713cea769d192d7f6c752331e777a8576fd5dfd57ac0d0ddc683ad2b17c9c51117d2b948425f9549ec94c5631bcd55f8
+ source = git+https://github.com/defnull/bottle.git#tag=0.13.4
+ sha512sums =
e46cf632b8d3ccdcc5ca7001165584d01bfd774e9ef1c3a933dcffda6b2c16c53f7cf99518226ecfab8eac27ca232ace6fb1139aa028f060769f09ece12c68d6
pkgname = python-bottle
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Felix Kaiser <[email protected]>
pkgname=python-bottle
-pkgver=0.13.3
-pkgrel=2
+pkgver=0.13.4
+pkgrel=1
pkgdesc="A fast and simple micro-framework for small web-applications"
arch=(any)
url="https://bottlepy.org"
@@ -21,7 +21,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=('0b871cbf78b7cce4eeea173ee5a59d55713cea769d192d7f6c752331e777a8576fd5dfd57ac0d0ddc683ad2b17c9c51117d2b948425f9549ec94c5631bcd55f8')
+sha512sums=('e46cf632b8d3ccdcc5ca7001165584d01bfd774e9ef1c3a933dcffda6b2c16c53f7cf99518226ecfab8eac27ca232ace6fb1139aa028f060769f09ece12c68d6')
build() {
cd bottle
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bottle/-/commit/4ba35575fee3b2abf4ce349c2134381909343f9b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bottle/-/commit/4ba35575fee3b2abf4ce349c2134381909343f9b
You're receiving this email because of your account on gitlab.archlinux.org.