Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-cliff
Commits:
3e5e4723 by Felix Yan at 2024-09-01T21:39:12+03:00
upgpkg: 4.7.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-cliff
pkgdesc = Command Line Interface Formulation Framework
- pkgver = 4.6.0
- pkgrel = 3
+ pkgver = 4.7.0
+ pkgrel = 1
url = https://docs.openstack.org/cliff/latest/
arch = any
license = Apache
@@ -17,7 +17,7 @@ pkgbase = python-cliff
depends = python-stevedore
depends = python-yaml
options = !emptydirs
- source =
git+https://github.com/openstack/cliff.git#commit=b6119d504deca17e8c092b12fae209d944c6fa73
- sha512sums = SKIP
+ source =
git+https://github.com/openstack/cliff.git#commit=b75afa0ecad51c7eb150b2b0c93aec1c2a159052
+ sha512sums =
6dbddf96419dfa4c1e8c0463dc4f0b2d44986c500bedb58116c23d5005ab8171555952144863006e314224126b11673a241c56b124f6964b043cbf35bc5e4e0b
pkgname = python-cliff
=====================================
PKGBUILD
=====================================
@@ -2,9 +2,9 @@
# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
pkgname=python-cliff
-pkgver=4.6.0
-_commit=b6119d504deca17e8c092b12fae209d944c6fa73
-pkgrel=3
+pkgver=4.7.0
+_commit=b75afa0ecad51c7eb150b2b0c93aec1c2a159052
+pkgrel=1
pkgdesc="Command Line Interface Formulation Framework"
arch=('any')
url="https://docs.openstack.org/cliff/latest/"
@@ -14,7 +14,7 @@ makedepends=('git' 'python-setuptools' 'python-pbr')
checkdepends=('python-stestr' 'python-sphinx' 'python-testscenarios')
options=('!emptydirs')
source=("git+https://github.com/openstack/cliff.git#commit=$_commit")
-sha512sums=('SKIP')
+sha512sums=('6dbddf96419dfa4c1e8c0463dc4f0b2d44986c500bedb58116c23d5005ab8171555952144863006e314224126b11673a241c56b124f6964b043cbf35bc5e4e0b')
build() {
cd cliff
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cliff/-/commit/3e5e4723597d0719f3be5b27f0a7ce2898917228
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cliff/-/commit/3e5e4723597d0719f3be5b27f0a7ce2898917228
You're receiving this email because of your account on gitlab.archlinux.org.