Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-bottle
Commits:
f5d18321 by Jelle van der Waa at 2024-12-07T12:45:10+01:00
upgpkg: 0.12.25-6: Rebuild for Python 3.13 (nocheck)
- - - - -
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.12.25
- pkgrel = 5
+ pkgrel = 6
url = https://bottlepy.org
arch = any
license = MIT
@@ -20,6 +20,7 @@ pkgbase = python-bottle
makedepends = python-setuptools
makedepends = python-wheel
depends = python
+ depends = python-cgi
optdepends = python-waitress: Waitress WSGI server
optdepends = python-cherrypy: Cherrypy WSGI server
optdepends = python-eventlet: Eventlet server support
=====================================
PKGBUILD
=====================================
@@ -5,13 +5,13 @@
pkgname=python-bottle
pkgver=0.12.25
-pkgrel=5
+pkgrel=6
pkgdesc="A fast and simple micro-framework for small web-applications"
arch=(any)
url="https://bottlepy.org"
license=('MIT')
options=(!emptydirs)
-depends=('python')
+depends=('python' 'python-cgi') # TODO: remove cgi dependency when upgrading
bottle to 0.13
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools'
'python-wheel')
checkdepends=('python-mako' 'python-jinja' 'python-cherrypy' 'python-twisted'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bottle/-/commit/f5d1832175348026696f5aa025a6c083e0789714
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bottle/-/commit/f5d1832175348026696f5aa025a6c083e0789714
You're receiving this email because of your account on gitlab.archlinux.org.