Skip to content
Snippets Groups Projects
Verified Commit e4d2273c authored by Felix Yan's avatar Felix Yan
Browse files

upgpkg: 4.5.0-1

parent 0cdde50e
No related branches found
No related tags found
No related merge requests found
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
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment