From 62098a66ab9be70a288802c9aa08516446e92611 Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 5 Dec 2024 23:00:24 +0100 Subject: [PATCH] * update python-oslo-utils to 7.1.0-3 --- python/python-oslo-utils/.SRCINFO | 27 ++++++++++++++++++++++++ python/python-oslo-utils/.nvchecker.toml | 3 +++ python/python-oslo-utils/PKGBUILD | 2 +- 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 python/python-oslo-utils/.SRCINFO create mode 100644 python/python-oslo-utils/.nvchecker.toml diff --git a/python/python-oslo-utils/.SRCINFO b/python/python-oslo-utils/.SRCINFO new file mode 100644 index 0000000000..92a9db1780 --- /dev/null +++ b/python/python-oslo-utils/.SRCINFO @@ -0,0 +1,27 @@ +pkgbase = python-oslo-utils + pkgdesc = Oslo Utility library + pkgver = 7.1.0 + pkgrel = 3 + url = https://pypi.python.org/pypi/oslo.utils/7.1.0 + arch = any + license = Apache + checkdepends = python-eventlet + checkdepends = python-testscenarios + checkdepends = python-testtools + checkdepends = python-oslotest + checkdepends = python-ddt + checkdepends = python-stestr + makedepends = git + makedepends = python-setuptools + depends = python-iso8601 + depends = python-oslo-i18n + depends = python-netaddr + depends = python-netifaces + depends = python-debtcollector + depends = python-pyparsing + depends = python-packaging + depends = python-yaml + source = git+https://github.com/openstack/oslo.utils.git#commit=17581b50bd98628d8c1aef17fbfd6eb45114169c + sha512sums = SKIP + +pkgname = python-oslo-utils diff --git a/python/python-oslo-utils/.nvchecker.toml b/python/python-oslo-utils/.nvchecker.toml new file mode 100644 index 0000000000..4c2f91d4ed --- /dev/null +++ b/python/python-oslo-utils/.nvchecker.toml @@ -0,0 +1,3 @@ +[python-oslo-utils] +source = "git" +git = "https://github.com/openstack/oslo.utils.git" diff --git a/python/python-oslo-utils/PKGBUILD b/python/python-oslo-utils/PKGBUILD index a892b767f2..42a05337c0 100644 --- a/python/python-oslo-utils/PKGBUILD +++ b/python/python-oslo-utils/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python-oslo-utils pkgver=7.1.0 _commit=17581b50bd98628d8c1aef17fbfd6eb45114169c -pkgrel=2 +pkgrel=3 pkgdesc="Oslo Utility library" arch=(any) url="https://pypi.python.org/pypi/oslo.utils/$pkgver"