[arch-commits] Commit in python-prettytable/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Mar 20 22:15:51 UTC 2022
Date: Sunday, March 20, 2022 @ 22:15:51
Author: felixonmars
Revision: 1166331
upgpkg: python-prettytable 2.3.0-1
Modified:
python-prettytable/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-20 22:13:09 UTC (rev 1166330)
+++ PKGBUILD 2022-03-20 22:15:51 UTC (rev 1166331)
@@ -4,7 +4,7 @@
_pkgname=prettytable
pkgname=python-prettytable
-pkgver=2.2.1
+pkgver=2.3.0
pkgrel=1
pkgdesc="A simple Python library for easily displaying tabular data"
url="https://github.com/jazzband/prettytable"
@@ -12,12 +12,12 @@
license=('BSD')
depends=('python-wcwidth')
makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest')
+checkdepends=('python-pytest-lazy-fixture')
conflicts=('python-ptable')
source=("https://files.pythonhosted.org/packages/source/p/prettyTable/prettytable-${pkgver}.tar.gz")
-sha512sums=('5496b1525342b9df4b88cc2cd6079d8c329787b20f7e581465dcdf447b90f78aad764c6505aab8a0e3c4cbb44c943720672373cf754d6f7313b68c28005a707c')
+sha512sums=('feeaeeb0a1897c0aaa2bc0ac7f470244529e8c70debb26976494719607840c8b8a80698b7e463402031b250fe152091e947555be2a6f983764e01bdaa1a71a22')
-export SETUPTOOLSA_SCM_PRETEND_VERSION=$pkgver
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
build() {
cd prettytable-$pkgver
More information about the arch-commits
mailing list