[arch-commits] Commit in python-prettytable/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun Feb 13 12:27:58 UTC 2022


    Date: Sunday, February 13, 2022 @ 12:27:58
  Author: felixonmars
Revision: 1133043

upgpkg: python-prettytable 2.1.0-1

Modified:
  python-prettytable/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-13 12:25:20 UTC (rev 1133042)
+++ PKGBUILD	2022-02-13 12:27:58 UTC (rev 1133043)
@@ -4,17 +4,18 @@
 
 _pkgname=prettytable
 pkgname=python-prettytable
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="A simple Python library for easily displaying tabular data"
 url="https://github.com/jazzband/prettytable"
 arch=('any')
 license=('BSD')
-depends=('python-wcwidth' 'python-setuptools')
+depends=('python-wcwidth')
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest')
+conflicts=('python-ptable')
 source=("https://files.pythonhosted.org/packages/source/p/prettyTable/prettytable-${pkgver}.tar.gz")
-sha512sums=('b7c47df7d85a91e9518dea8dafcb27037e5cde81f59dd2b9e9468ae44b18431dd7d943fed487d5713e2c5aa25df76a8eb6587d045f73b8f25f53715a8a2085fc')
+sha512sums=('8eaad22c66299ca3f66cc167e1a94aa41e3b2699da4ff48a0e81927ee8cc623d3147ae29a0bef92370d07d6a7fb6b1eac535fca7090562419aed219b9483edd5')
 
 export SETUPTOOLSA_SCM_PRETEND_VERSION=$pkgver
 



More information about the arch-commits mailing list