Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-cliff
Commits:
e4d2273c by Felix Yan at 2024-01-14T20:24:24+02:00
upgpkg: 4.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-cliff
pkgdesc = Command Line Interface Formulation Framework
- pkgver = 4.4.0
+ pkgver = 4.5.0
pkgrel = 1
url = https://docs.openstack.org/cliff/latest/
arch = any
@@ -9,15 +9,13 @@ pkgbase = python-cliff
checkdepends = python-sphinx
checkdepends = python-testscenarios
makedepends = git
- depends = python-six
+ depends = python-autopage
depends = python-cmd2
depends = python-prettytable
- depends = python-importlib-metadata
depends = python-stevedore
depends = python-yaml
- depends = python-autopage
options = !emptydirs
- source =
git+https://github.com/openstack/cliff.git#commit=3ee0725a094b0f80fa72f6bfc8bc97fe20b8fde8
+ source =
git+https://github.com/openstack/cliff.git#commit=156e1eb0b9b9ad5feaa4b3e772f2cbc6a7694cf5
sha512sums = SKIP
pkgname = python-cliff
=====================================
PKGBUILD
=====================================
@@ -2,15 +2,14 @@
# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
pkgname=python-cliff
-pkgver=4.4.0
-_commit=3ee0725a094b0f80fa72f6bfc8bc97fe20b8fde8
+pkgver=4.5.0
+_commit=156e1eb0b9b9ad5feaa4b3e772f2cbc6a7694cf5
pkgrel=1
pkgdesc="Command Line Interface Formulation Framework"
arch=('any')
url="https://docs.openstack.org/cliff/latest/"
license=('Apache')
-depends=('python-six' 'python-cmd2' 'python-prettytable'
'python-importlib-metadata'
- 'python-stevedore' 'python-yaml' 'python-autopage')
+depends=('python-autopage' 'python-cmd2' 'python-prettytable'
'python-stevedore' 'python-yaml')
makedepends=('git')
checkdepends=('python-stestr' 'python-sphinx' 'python-testscenarios')
options=('!emptydirs')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cliff/-/commit/e4d2273ca69a6a537ecd12aedb71ee32c3870c81
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cliff/-/commit/e4d2273ca69a6a537ecd12aedb71ee32c3870c81
You're receiving this email because of your account on gitlab.archlinux.org.