python-flit: update to 3.12.0

This commit is contained in:
Biswapriyo Nath 2025-04-04 05:14:36 +00:00
parent e87c187f02
commit 9e1ce20ae7

View File

@ -3,7 +3,7 @@
_realname=flit _realname=flit
pkgbase=mingw-w64-python-${_realname} pkgbase=mingw-w64-python-${_realname}
pkgname=(${MINGW_PACKAGE_PREFIX}-python-$_realname) pkgname=(${MINGW_PACKAGE_PREFIX}-python-$_realname)
pkgver=3.11.0 pkgver=3.12.0
pkgrel=1 pkgrel=1
pkgdesc='Simplified packaging of Python modules (mingw-w64)' pkgdesc='Simplified packaging of Python modules (mingw-w64)'
arch=('any') arch=('any')
@ -33,7 +33,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-pygments-github-lexers"
"${MINGW_PACKAGE_PREFIX}-python-sphinxcontrib-github-alt") "${MINGW_PACKAGE_PREFIX}-python-sphinxcontrib-github-alt")
options=('!strip') options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('58d0a07f684c315700c9c54a661a1130995798c3e495db0db53ce6e7d0121825') sha256sums=('1c80f34dd96992e7758b40423d2809f48f640ca285d0b7821825e50745ec3740')
prepare() { prepare() {
cd "${_realname}-${pkgver}" cd "${_realname}-${pkgver}"