python-prettytable: update to 3.16.0

This commit is contained in:
Biswapriyo Nath 2025-04-08 05:45:52 +00:00
parent 0df611d4ab
commit a67e25fb0d

View File

@ -3,7 +3,7 @@
_realname=prettytable
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.15.1
pkgver=3.16.0
pkgrel=1
pkgdesc="A simple Python library for easily displaying tabular data (mingw-w64)"
arch=('any')
@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
"${MINGW_PACKAGE_PREFIX}-python-pytest-cov")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('f0edb38060cb9161b2417939bfd5cd9877da73388fb19d1e8bf7987e8558896e')
sha256sums=('3c64b31719d961bf69c9a7e03d0c1e477320906a98da63952bc6698d6164ff57')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"