Skip to content

Commit

Permalink
python-xlsxwriter: update to 3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Nov 15, 2023
1 parent 39c6bc6 commit d47d541
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mingw-w64-python-xlsxwriter/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _pyname=XlsxWriter
_realname=xlsxwriter
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.1.2
pkgver=3.1.9
pkgrel=1
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}=${pkgver}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
Expand All @@ -13,6 +13,10 @@ pkgdesc="A Python module for creating Excel XLSL files (mingw-w64)"
url="https://github.com/jmcnamara/XlsxWriter"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
msys2_references=(
'archlinux: python-xlsxwriter'
'pypi: XlsxWriter'
)
license=('spdx:BSD-2-Clause')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
Expand All @@ -21,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('78751099a770273f1c98b8d6643351f68f98ae8e6acf9d09d37dc6798f8cd3de')
sha256sums=('de810bf328c6a4550f4ffd6b0b34972aeb7ffcf40f3d285a0413734f9b63a929')

prepare() {
rm -rf python-build-${MSYSTEM} | true
Expand Down

0 comments on commit d47d541

Please sign in to comment.