Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / python-bottle
Commits: d25b1201 by Felix Yan at 2025-01-01T04:42:15+08:00 upgpkg: 0.13.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -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.1 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.1 + sha512sums = 24d0ae314dc884aa656be81b85618f7cfe2af2da665af5c52fe3f1ca4bbe011128633d9792f73ffadc0a2f9899c363d009cff1b5f2f0b18b092c1abdf8a35aa5 pkgname = python-bottle ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Felix Kaiser <felix.kai...@fxkr.net> pkgname=python-bottle -pkgver=0.13.0 +pkgver=0.13.1 pkgrel=1 pkgdesc="A fast and simple micro-framework for small web-applications" arch=(any) @@ -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=('004ccca1eb7b9fcd4b5fda7ee1b0abb83ccf82263f9681b617522332089e6cd5ce66c7de73973b1c6c3773f5c7d77bd597f2161a7349ac0c697de3716c833885') +sha512sums=('24d0ae314dc884aa656be81b85618f7cfe2af2da665af5c52fe3f1ca4bbe011128633d9792f73ffadc0a2f9899c363d009cff1b5f2f0b18b092c1abdf8a35aa5') build() { cd bottle View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-bottle/-/commit/d25b12016359f33ae1ce079a3069e7e05efcffd0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-bottle/-/commit/d25b12016359f33ae1ce079a3069e7e05efcffd0 You're receiving this email because of your account on gitlab.archlinux.org.