Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-cliff


Commits:
472225d2 by Jelle van der Waa at 2024-04-09T20:33:11+02:00
upgpkg: 4.6.0-2: Rebuild with Python 3.12 (without tests)

- - - - -


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 = 1
+       pkgrel = 2
        url = https://docs.openstack.org/cliff/latest/
        arch = any
        license = Apache
@@ -9,6 +9,8 @@ pkgbase = python-cliff
        checkdepends = python-sphinx
        checkdepends = python-testscenarios
        makedepends = git
+       makedepends = python-setuptools
+       makedepends = python-pbr
        depends = python-autopage
        depends = python-cmd2
        depends = python-prettytable


=====================================
PKGBUILD
=====================================
@@ -4,13 +4,13 @@
 pkgname=python-cliff
 pkgver=4.6.0
 _commit=b6119d504deca17e8c092b12fae209d944c6fa73
-pkgrel=1
+pkgrel=2
 pkgdesc="Command Line Interface Formulation Framework"
 arch=('any')
 url="https://docs.openstack.org/cliff/latest/";
 license=('Apache')
 depends=('python-autopage' 'python-cmd2' 'python-prettytable' 
'python-stevedore' 'python-yaml')
-makedepends=('git')
+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";)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cliff/-/commit/472225d2489bf0ecb6c1fa68fba1efe4dfe8ab70

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cliff/-/commit/472225d2489bf0ecb6c1fa68fba1efe4dfe8ab70
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to