* update python-oslotest to 5.0.0-3

This commit is contained in:
Alexander Baldeck 2024-12-05 13:51:47 +01:00
parent 41fff2cbc4
commit 1eae38a2dc
3 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,18 @@
pkgbase = python-oslotest
pkgdesc = Oslo test framework
pkgver = 5.0.0
pkgrel = 3
url = https://github.com/openstack/oslotest
arch = any
license = Apache
checkdepends = python-oslo-config
checkdepends = python-stestr
makedepends = git
makedepends = python-pbr
depends = python-fixtures
depends = python-subunit
depends = python-testtools
source = git+https://github.com/openstack/oslotest.git#tag=5.0.0
sha512sums = 1088c4060f44086076e0f7e5fcd2d8cf6b8056ec61e05617d3c83b8f9de3cd268778ec7630614ae54bfa9c70bf99527e3703319edab4f5501534abdeb43f1a6d
pkgname = python-oslotest

View File

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

View File

@ -3,7 +3,7 @@
pkgname=python-oslotest pkgname=python-oslotest
pkgver=5.0.0 pkgver=5.0.0
pkgrel=2 pkgrel=3
pkgdesc="Oslo test framework" pkgdesc="Oslo test framework"
arch=(any) arch=(any)
url="https://github.com/openstack/oslotest" url="https://github.com/openstack/oslotest"