diff --git a/python-heatclient-2.5.1.tar.gz b/python-heatclient-2.5.1.tar.gz deleted file mode 100644 index 3d6fba5..0000000 --- a/python-heatclient-2.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de5ed7cb12a6d7c0403350e136c0a6470719476db8fbc9bf8d0d581ebc0b1c2b -size 178919 diff --git a/python-heatclient-3.1.0.tar.gz b/python-heatclient-3.1.0.tar.gz new file mode 100644 index 0000000..b125585 --- /dev/null +++ b/python-heatclient-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd25bc8518f9f3c37efb80aecfb7a56d4d2a3befb82619b5bdad3af499cd999a +size 178095 diff --git a/python-heatclient.changes b/python-heatclient.changes index 2e2dd70..54e2c04 100644 --- a/python-heatclient.changes +++ b/python-heatclient.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Dec 1 10:56:29 UTC 2022 - cloud-devel@suse.de + +- update to version 3.1.0 + - Encode urls in unit tests + - Accept sha256 hash for swift tempurl + - Replace deprecated UPPER_CONSTRAINTS_FILE variable + - Update master for stable/yoga + - Drop lower-constraints.txt and its testing + - The Python 3.6 and Python 3.7 Support has been dropped since zed + - Add Python3 zed unit tests + - Remove six + - Bump tox minversion to 3.18.0 + ------------------------------------------------------------------- Tue May 24 20:53:44 UTC 2022 - cloud-devel@suse.de diff --git a/python-heatclient.spec b/python-heatclient.spec index 5d2f604..ccd81aa 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -17,19 +17,18 @@ Name: python-heatclient -Version: 2.5.1 +Version: 3.1.0 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.5.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-3.1.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PyYAML >= 3.13 BuildRequires: python3-cliff >= 2.8.0 BuildRequires: python3-devel BuildRequires: python3-fixtures -BuildRequires: python3-mock BuildRequires: python3-osc-lib >= 1.14.0 BuildRequires: python3-oslo.serialization >= 2.18.0 BuildRequires: python3-pbr >= 2.0.0 @@ -49,7 +48,6 @@ Requires: python3-oslo.i18n >= 3.15.3 Requires: python3-oslo.serialization >= 2.18.0 Requires: python3-oslo.utils >= 3.33.0 Requires: python3-requests >= 2.14.2 -Requires: python3-six >= 1.10.0 Requires: python3-swiftclient >= 3.2.0 BuildArch: noarch @@ -71,7 +69,6 @@ Requires: python3-oslo.i18n >= 3.15.3 Requires: python3-oslo.serialization >= 2.18.0 Requires: python3-oslo.utils >= 3.33.0 Requires: python3-requests >= 2.14.2 -Requires: python3-six >= 1.10.0 Requires: python3-swiftclient >= 3.2.0 %if 0%{?suse_version} Obsoletes: python2-heatclient < 2.0.0 @@ -95,14 +92,14 @@ the OpenStack Heat API. This package contains auto-generated documentation. %prep -%autosetup -p1 -n python-heatclient-2.5.1 +%autosetup -p1 -n python-heatclient-3.1.0 %py_req_cleanup %build %{py3_build} -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 +PBR_VERSION=3.1.0 %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=3.1.0 %sphinx_build -b man doc/source doc/build/man # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo}