python-bottle: update to 0.13.4

This commit is contained in:
Biswapriyo Nath 2025-06-16 05:03:22 +00:00
parent b33eab3fea
commit 510ccf41f1

View File

@ -3,7 +3,7 @@
_realname=bottle
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.13.3
pkgver=0.13.4
pkgrel=1
pkgdesc="A fast and simple python micro-framework for small web-applications (mingw-w64)"
arch=('any')
@ -25,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('1c23aeb30aa8a13f39c60c0da494530ddd5de3da235bc431b818a50d999de49f')
sha256sums=('787e78327e12b227938de02248333d788cfe45987edca735f8f88e03472c3f47')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"