python-prettytable: update to 3.15.1

This commit is contained in:
Biswapriyo Nath 2025-03-01 08:43:23 +00:00
parent 88f4e419d0
commit 0c91a50073

View File

@ -3,7 +3,7 @@
_realname=prettytable
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.14.0
pkgver=3.15.1
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=('b804b8d51db23959b96b329094debdbbdf10c8c3aa75958c5988cfd7f78501dd')
sha256sums=('f0edb38060cb9161b2417939bfd5cd9877da73388fb19d1e8bf7987e8558896e')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"