python-xlsxwriter: update to 3.2.3

This commit is contained in:
Biswapriyo Nath
2025-04-20 07:05:38 +00:00
parent 1026a0c1c9
commit f728ec5bf8

View File

@@ -3,7 +3,7 @@
_realname=xlsxwriter
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.2.2
pkgver=3.2.3
pkgrel=1
pkgdesc="A Python module for creating Excel XLSL files (mingw-w64)"
arch=('any')
@@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('befc7f92578a85fed261639fb6cde1fd51b79c5e854040847dde59d4317077dc')
sha256sums=('ad6fd41bdcf1b885876b1f6b7087560aecc9ae5a9cc2ba97dcac7ab2e210d3d5')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"