From 9124b4a145a53361c205449c55bc8e81228adb43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20M=C3=BCller?= Date: Mon, 6 May 2024 13:26:21 +0200 Subject: [PATCH] Updates Change-Id: Icf39630799dc3cd15cdebad66a69312c807056ef --- openstack/debtcollector/debtcollector.spec.j2 | 2 +- openstack/futurist/futurist.spec.j2 | 2 +- openstack/pyghmi/pyghmi.spec.j2 | 2 +- openstack/sushy/sushy.spec.j2 | 2 +- openstack/tooz/tooz.spec.j2 | 2 +- openstack/yaql/yaql.spec.j2 | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/openstack/debtcollector/debtcollector.spec.j2 b/openstack/debtcollector/debtcollector.spec.j2 index a1d25ef1c..9b0afcf33 100644 --- a/openstack/debtcollector/debtcollector.spec.j2 +++ b/openstack/debtcollector/debtcollector.spec.j2 @@ -1,5 +1,5 @@ {% set pypi_name = 'debtcollector' %} -{% set upstream_version = upstream_version('2.5.0') %} +{% set upstream_version = upstream_version('3.0.0') %} {% set rpm_release = '1' %} {% set source = url_pypi() %} diff --git a/openstack/futurist/futurist.spec.j2 b/openstack/futurist/futurist.spec.j2 index 87499dfde..6522cda8f 100644 --- a/openstack/futurist/futurist.spec.j2 +++ b/openstack/futurist/futurist.spec.j2 @@ -1,5 +1,5 @@ {% set pypi_name = 'futurist' %} -{% set upstream_version = upstream_version('2.4.1') %} +{% set upstream_version = upstream_version('3.0.0') %} {% set rpm_release = '1' %} {% set source = url_pypi() %} diff --git a/openstack/pyghmi/pyghmi.spec.j2 b/openstack/pyghmi/pyghmi.spec.j2 index 4e54c38b9..059a61b9e 100644 --- a/openstack/pyghmi/pyghmi.spec.j2 +++ b/openstack/pyghmi/pyghmi.spec.j2 @@ -1,5 +1,5 @@ {% set pypi_name = 'pyghmi' %} -{% set upstream_version = upstream_version('1.5.63') %} +{% set upstream_version = upstream_version('1.5.68') %} {% set rpm_release = '1' %} {% set source = url_pypi() %} diff --git a/openstack/sushy/sushy.spec.j2 b/openstack/sushy/sushy.spec.j2 index 26b5852d1..17c8c0ad6 100644 --- a/openstack/sushy/sushy.spec.j2 +++ b/openstack/sushy/sushy.spec.j2 @@ -1,5 +1,5 @@ {% set pypi_name = 'sushy' %} -{% set upstream_version = upstream_version('4.7.0') %} +{% set upstream_version = upstream_version('5.0.0') %} {% set rpm_release = '1' %} {% set source = url_pypi() %} diff --git a/openstack/tooz/tooz.spec.j2 b/openstack/tooz/tooz.spec.j2 index 63f2b19df..eb0673f56 100644 --- a/openstack/tooz/tooz.spec.j2 +++ b/openstack/tooz/tooz.spec.j2 @@ -1,5 +1,5 @@ {% set pypi_name = 'tooz' %} -{% set upstream_version = upstream_version('4.2.0') %} +{% set upstream_version = upstream_version('6.1.0') %} {% set rpm_release = '1' %} {% set source = url_pypi() %} diff --git a/openstack/yaql/yaql.spec.j2 b/openstack/yaql/yaql.spec.j2 index 2f61409a5..2d354bce7 100644 --- a/openstack/yaql/yaql.spec.j2 +++ b/openstack/yaql/yaql.spec.j2 @@ -1,5 +1,5 @@ {% set pypi_name = 'yaql' %} -{% set upstream_version = upstream_version('2.0.1') %} +{% set upstream_version = upstream_version('3.0.0') %} {% set rpm_release = '1' %} {% set source = url_pypi() %} %global oldpython python @@ -20,7 +20,7 @@ BuildRequires: {{ py3('ply') }} BuildRequires: {{ py3('python-dateutil') }} BuildRequires: {{ py3('python-subunit') }} BuildRequires: {{ py3('setuptools') }} -BuildRequires: {{ py3('testrepository') }} +BuildRequires: {{ py3('stestr') }} BuildRequires: {{ py3('testscenarios') }} BuildRequires: {{ py3('testtools') }} BuildArch: noarch @@ -59,7 +59,7 @@ This package contains the Python 3.x module. %{py3_install} %check -PYTHON=python3 python3 setup.py testr +%{openstack_stestr_run} %files -n {{ py2name(py_versions='py3') }} %license LICENSE