From 1eae38a2dcc702186cc0dc6fea7d957a7726ff67 Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 5 Dec 2024 13:51:47 +0100 Subject: [PATCH] * update python-oslotest to 5.0.0-3 --- python/python-oslotest/.SRCINFO | 18 ++++++++++++++++++ python/python-oslotest/.nvchecker.toml | 3 +++ python/python-oslotest/PKGBUILD | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 python/python-oslotest/.SRCINFO create mode 100644 python/python-oslotest/.nvchecker.toml diff --git a/python/python-oslotest/.SRCINFO b/python/python-oslotest/.SRCINFO new file mode 100644 index 0000000000..4ad9a03db8 --- /dev/null +++ b/python/python-oslotest/.SRCINFO @@ -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 diff --git a/python/python-oslotest/.nvchecker.toml b/python/python-oslotest/.nvchecker.toml new file mode 100644 index 0000000000..1abeb1f07f --- /dev/null +++ b/python/python-oslotest/.nvchecker.toml @@ -0,0 +1,3 @@ +[python-oslotest] +source = "git" +git = "https://github.com/openstack/oslotest.git" diff --git a/python/python-oslotest/PKGBUILD b/python/python-oslotest/PKGBUILD index a7d1f3e0c7..02f1a09ebd 100644 --- a/python/python-oslotest/PKGBUILD +++ b/python/python-oslotest/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-oslotest pkgver=5.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Oslo test framework" arch=(any) url="https://github.com/openstack/oslotest"