python-bottle: update to 0.12.23

This commit is contained in:
Mehdi Chinoune
2022-12-02 17:43:38 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 9316436cb4
commit f8a8d4668e

View File

@@ -3,7 +3,7 @@
_realname=bottle
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.12.21
pkgver=0.12.23
pkgrel=1
pkgdesc="A fast and simple python micro-framework for small web-applications (mingw-w64)"
arch=('any')
@@ -13,7 +13,7 @@ url="https://bottlepy.org/"
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/defnull/bottle/archive/${pkgver}.tar.gz")
sha256sums=('bb6fe51446e8add19852e8ce0ef024ba8cb06eca783c928e6ae75edd94dd77f2')
sha256sums=('f38c26395736ae4653cbeb94087d3bd1d2e1ad0c29b1d3e5384f5db20b63bc98')
build() {
msg "Python build for ${MSYSTEM}"