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

Felix Yan felixonmars at gemini.archlinux.org
Fri Aug 26 08:38:11 UTC 2022


    Date: Friday, August 26, 2022 @ 08:38:10
  Author: felixonmars
Revision: 1281340

upgpkg: python-cliff 4.0.0-1

Modified:
  python-cliff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-26 08:37:59 UTC (rev 1281339)
+++ PKGBUILD	2022-08-26 08:38:10 UTC (rev 1281340)
@@ -2,19 +2,19 @@
 # Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
 
 pkgname=python-cliff
-pkgver=3.10.1
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="Command Line Interface Formulation Framework"
 arch=('any')
 url="https://docs.openstack.org/cliff/latest/"
 license=('Apache')
-depends=('python-six' 'python-pbr' 'python-cmd2' 'python-prettytable' 'python-pyparsing'
+depends=('python-six' 'python-cmd2' 'python-prettytable' 'python-importlib-metadata'
          'python-stevedore' 'python-yaml' 'python-autopage')
 makedepends=('git')
 checkdepends=('python-stestr' 'python-mock' 'python-sphinx' 'python-testscenarios')
 options=('!emptydirs')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz")
-sha512sums=('402ca61162e668bc51334a43254274ec6d4392c00c803b9420b9b7d38278b397132fc3b55ac435f3c20eaad31021c0bd329cc0679338ebe522c51aaaf62002ce')
+sha512sums=('a9eb314ad5d8220389618f3052deadfa6eb7443fec965eed71da57fe67a840e2080f01bcc6116563339bac4c44178c4702f180848a268ee85176490c33b17f25')
 
 export PBR_VERSION=$pkgver
 



More information about the arch-commits mailing list