python-prettytable: update to 3.10.0

This commit is contained in:
Mehdi Chinoune 2024-02-23 19:20:19 +00:00 committed by مهدي شينون (Mehdi Chinoune)
parent 4fecaf808d
commit 2fc33b60b8

View File

@ -7,7 +7,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=3.9.0
pkgver=3.10.0
pkgrel=1
pkgdesc="A simple Python library for easily displaying tabular data (mingw-w64)"
arch=('any')
@ -25,7 +25,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=('f4ed94803c23073a90620b201965e5dc0bccf1760b7a7eaf3158cab8aaffdf34')
sha256sums=('9665594d137fb08a1117518c25551e0ede1687197cf353a4fdc78d27e1073568')
prepare() {
cd "${srcdir}"