Date: Thursday, October 6, 2022 @ 21:53:12 Author: dvzrv Revision: 1323357
upgpkg: python-tabulate 0.9.0-1: Upgrade to 0.9.0. Modified: python-tabulate/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-06 21:52:31 UTC (rev 1323356) +++ PKGBUILD 2022-10-06 21:53:12 UTC (rev 1323357) @@ -2,7 +2,7 @@ _name=tabulate pkgname=python-tabulate -pkgver=0.8.10 +pkgver=0.9.0 pkgrel=1 pkgdesc="Pretty-print tabular data in Python, a library and a command-line utility." arch=(any) @@ -9,7 +9,7 @@ url="https://github.com/astanin/python-tabulate" license=(MIT) depends=(python) -makedepends=(python-build python-installer python-setuptools python-wheel) +makedepends=(python-build python-installer python-setuptools-scm python-toml python-wheel) checkdepends=(python-nose python-numpy python-pandas python-pytest python-wcwidth) optdepends=( 'python-numpy: NumPy array support' @@ -17,8 +17,8 @@ 'python-wcwidth: wide-character support' ) source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz) -sha512sums=('da390eb620c257eb4a24393d011c8835c59b0da573ce2ed19950a8f16033ef432e7847d8a39f3e7907ba5502635b744ed69c4ebed9fa0efed9d2385a03798a3f') -b2sums=('4cc092e75f057e342ced8c317b9ec927c20dff4e55da40405712df231df6b7543a591d75de10e708b06ac6946714cb4cd1c1af568300e0d7f449640382516600') +sha512sums=('042a6b34ea6e5b6324cb40112b3078b62e6f1f6186401262e7b06a5b96dd118d4b70e259a96121e383ac1fe53f3953c27532206af9825b97db9f41fe1e5f3934') +b2sums=('5912f173002428df2e5ff899cff8322e9bcec76e5ba0cbe2e3321d4b2e54ba110c84b8bb112b1a9b4e032b35eb5695604181474884154af1379c6226120b84b2') build() { cd $_name-$pkgver
