* update python-hacking to 6.1.0-3

This commit is contained in:
Alexander Baldeck 2024-12-05 11:54:38 +01:00
parent a4a9e58a3f
commit 449718c80a
3 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,21 @@
pkgbase = python-hacking
pkgdesc = OpenStack Hacking Guideline Enforcement
pkgver = 6.1.0
pkgrel = 3
url = https://docs.openstack.org/developer/hacking
arch = any
license = Apache
checkdepends = python-subunit
checkdepends = python-stestr
checkdepends = python-testscenarios
checkdepends = python-testtools
checkdepends = python-ddt
checkdepends = python-eventlet
makedepends = git
makedepends = python-pbr
makedepends = python-setuptools
depends = flake8
source = git+https://github.com/openstack/hacking.git#commit=86e3688c66ac94e4469a3eea1edf39c18f975ed7
sha512sums = SKIP
pkgname = python-hacking

View File

@ -0,0 +1,3 @@
[python-hacking]
source = "git"
git = "https://github.com/openstack/hacking.git"

View File

@ -4,7 +4,7 @@
pkgname=python-hacking
pkgver=6.1.0
_commit=86e3688c66ac94e4469a3eea1edf39c18f975ed7
pkgrel=2
pkgrel=3
arch=(any)
pkgdesc='OpenStack Hacking Guideline Enforcement'
url='https://docs.openstack.org/developer/hacking'