Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-tabulate
Commits: ecaaec11 by Robin Candau at 2026-03-05T10:00:19+01:00 upgpkg: 0.10.0-1: New upstream release https://github.com/astanin/python-tabulate/releases/tag/v0.10.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-tabulate pkgdesc = Pretty-print tabular data in Python, a library and a command-line utility. - pkgver = 0.9.0 - pkgrel = 7 + pkgver = 0.10.0 + pkgrel = 1 url = https://github.com/astanin/python-tabulate arch = any license = MIT @@ -18,8 +18,8 @@ pkgbase = python-tabulate optdepends = python-numpy: NumPy array support optdepends = python-pandas: pandas.DataFrame support optdepends = python-wcwidth: wide-character support - source = https://files.pythonhosted.org/packages/source/t/tabulate/tabulate-0.9.0.tar.gz - sha512sums = 042a6b34ea6e5b6324cb40112b3078b62e6f1f6186401262e7b06a5b96dd118d4b70e259a96121e383ac1fe53f3953c27532206af9825b97db9f41fe1e5f3934 - b2sums = 5912f173002428df2e5ff899cff8322e9bcec76e5ba0cbe2e3321d4b2e54ba110c84b8bb112b1a9b4e032b35eb5695604181474884154af1379c6226120b84b2 + source = https://files.pythonhosted.org/packages/source/t/tabulate/tabulate-0.10.0.tar.gz + sha512sums = e101d03063366fa4ade34505d33d1c0e723fa867178a3bff23f886d8ac4f6e6534344abc0114084a6cc87ad18695f0dbfaa8d743d073f032d0bfcf5c96616f88 + b2sums = 1ce3eccf5a7db723a9996192bea64e40ae5725068a18d9e1da2a2e63842a123d2abe11ce00a4658e6b23ccf76e5a30c8cf6af2d2d114393ba6b2a827a7aebb32 pkgname = python-tabulate ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ _name=tabulate pkgname=python-tabulate -pkgver=0.9.0 -pkgrel=7 +pkgver=0.10.0 +pkgrel=1 pkgdesc="Pretty-print tabular data in Python, a library and a command-line utility." arch=(any) url="https://github.com/astanin/python-tabulate" @@ -18,8 +18,8 @@ optdepends=( 'python-wcwidth: wide-character support' ) source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz) -sha512sums=('042a6b34ea6e5b6324cb40112b3078b62e6f1f6186401262e7b06a5b96dd118d4b70e259a96121e383ac1fe53f3953c27532206af9825b97db9f41fe1e5f3934') -b2sums=('5912f173002428df2e5ff899cff8322e9bcec76e5ba0cbe2e3321d4b2e54ba110c84b8bb112b1a9b4e032b35eb5695604181474884154af1379c6226120b84b2') +sha512sums=('e101d03063366fa4ade34505d33d1c0e723fa867178a3bff23f886d8ac4f6e6534344abc0114084a6cc87ad18695f0dbfaa8d743d073f032d0bfcf5c96616f88') +b2sums=('1ce3eccf5a7db723a9996192bea64e40ae5725068a18d9e1da2a2e63842a123d2abe11ce00a4658e6b23ccf76e5a30c8cf6af2d2d114393ba6b2a827a7aebb32') build() { cd $_name-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tabulate/-/commit/ecaaec11987533334770df888b7e1007bc359f67 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tabulate/-/commit/ecaaec11987533334770df888b7e1007bc359f67 You're receiving this email because of your account on gitlab.archlinux.org.
