diff --git a/_service b/_service index 87b8772..98b4175 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/python-heatclient/python-heatclient.spec.j2 + https://opendev.org/openstack/rpm-packaging/raw/master/openstack/python-heatclient/python-heatclient.spec.j2 python-heatclient.spec - https://opendev.org/openstack/python-heatclient/raw/branch/stable/wallaby/requirements.txt + https://opendev.org/openstack/python-heatclient/raw/branch/stable/xena/requirements.txt cloud-devel@suse.de gh,openstack,python-heatclient diff --git a/python-heatclient-2.3.0.tar.gz b/python-heatclient-2.3.0.tar.gz deleted file mode 100644 index c9b8171..0000000 --- a/python-heatclient-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6fe15e610523f96e1ee26e84e9d5fd06846a3fa72d352c38f1fc79abe7eb44a -size 177892 diff --git a/python-heatclient-2.5.1.tar.gz b/python-heatclient-2.5.1.tar.gz new file mode 100644 index 0000000..3d6fba5 --- /dev/null +++ b/python-heatclient-2.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5ed7cb12a6d7c0403350e136c0a6470719476db8fbc9bf8d0d581ebc0b1c2b +size 178919 diff --git a/python-heatclient.changes b/python-heatclient.changes index 73c9685..2e2dd70 100644 --- a/python-heatclient.changes +++ b/python-heatclient.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue May 24 20:53:44 UTC 2022 - cloud-devel@suse.de + +- update to version 2.5.1 + - Update master for stable/xena + - Update python testing classifier + - Replace deprecated import of ABCs from collections + - Add Python3 yoga unit tests + - Fix test and lower constraints + - setup.cfg: Replace dashes by underscores + +------------------------------------------------------------------- +Tue Oct 26 21:48:01 UTC 2021 - cloud-devel@suse.de + +- update to version 2.4.0 + - Update master for stable/wallaby + - [ussuri][goal] Update contributor documentation + - Replace oslo_utils.fnmatch with fnmatch + - Add Python3 xena unit tests + - fix lower constraint job + ------------------------------------------------------------------- Sun May 2 17:23:01 UTC 2021 - cloud-devel@suse.de diff --git a/python-heatclient.spec b/python-heatclient.spec index 5ecf5cc..5d2f604 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -1,7 +1,7 @@ # # spec file for package python-heatclient # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: python-heatclient -Version: 2.3.0 +Version: 2.5.1 Release: 0 Summary: Python API and CLI for OpenStack Heat License: Apache-2.0 Group: Development/Languages/Python URL: https://docs.openstack.org/python-heatclient -Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-2.3.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-2.5.1.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PyYAML >= 3.13 BuildRequires: python3-cliff >= 2.8.0 @@ -43,7 +43,7 @@ Requires: python3-PrettyTable >= 0.7.2 Requires: python3-PyYAML >= 3.13 Requires: python3-cliff >= 2.8.0 Requires: python3-iso8601 >= 0.1.11 -Requires: python3-keystoneauth1 >= 3.4.0 +Requires: python3-keystoneauth1 >= 3.8.0 Requires: python3-osc-lib >= 1.14.0 Requires: python3-oslo.i18n >= 3.15.3 Requires: python3-oslo.serialization >= 2.18.0 @@ -65,7 +65,7 @@ Requires: python3-PrettyTable >= 0.7.2 Requires: python3-PyYAML >= 3.13 Requires: python3-cliff >= 2.8.0 Requires: python3-iso8601 >= 0.1.11 -Requires: python3-keystoneauth1 >= 3.4.0 +Requires: python3-keystoneauth1 >= 3.8.0 Requires: python3-osc-lib >= 1.14.0 Requires: python3-oslo.i18n >= 3.15.3 Requires: python3-oslo.serialization >= 2.18.0 @@ -95,14 +95,14 @@ the OpenStack Heat API. This package contains auto-generated documentation. %prep -%autosetup -p1 -n python-heatclient-2.3.0 +%autosetup -p1 -n python-heatclient-2.5.1 %py_req_cleanup %build %{py3_build} -PBR_VERSION=2.3.0 %sphinx_build -b html doc/source doc/build/html -PBR_VERSION=2.3.0 %sphinx_build -b man doc/source doc/build/man +PBR_VERSION=2.5.1 %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=2.5.1 %sphinx_build -b man doc/source doc/build/man # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo}