diff --git a/_service b/_service index 637192b..45446dd 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/python-heatclient/python-heatclient.spec.j2 + https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/python-heatclient/python-heatclient.spec.j2 python-heatclient.spec - https://raw.githubusercontent.com/openstack/python-heatclient/stable/train/requirements.txt + https://opendev.org/openstack/python-heatclient/raw/branch/stable/ussuri/requirements.txt cloud-devel@suse.de gh,openstack,python-heatclient diff --git a/python-heatclient-1.18.0.tar.gz b/python-heatclient-1.18.0.tar.gz deleted file mode 100644 index 08c0c50..0000000 --- a/python-heatclient-1.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a5bbb4cfa8547d2574e4f1151490a9f62a23adff76444b3b5f8adc2b642a6fb -size 171856 diff --git a/python-heatclient-2.1.0.tar.gz b/python-heatclient-2.1.0.tar.gz new file mode 100644 index 0000000..ccc801d --- /dev/null +++ b/python-heatclient-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cabac578a5ff368ddab0eac4e47fbffd4f59050346ed1ab0303bd8790bbaf2 +size 173901 diff --git a/python-heatclient.changes b/python-heatclient.changes index 2f999a9..3e3f6d8 100644 --- a/python-heatclient.changes +++ b/python-heatclient.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue May 12 10:01:12 UTC 2020 - cloud-devel@suse.de + +- update to version 2.1.0 + - Cap sphinx for py2 to match global requirements + - [ussuri][goal] Drop python 2.7 support and testing + - Update hacking for Python3 + - Cleanup of .keys() from dict_object.keys() *in* operator + - Replace git.openstack.org URLs with opendev.org URLs + - Allow to set poll interval to OSC stack create + - Add files-container option for stack create and update + - tests: Convert 'test_resources' to mock + - Ignore not found when delete in test + - Remove mox usage from test_shell + - Remove dependency on mox3 + - Update master for stable/train + - Change openstack-dev to openstack-discuss + - tests: Pre-mox removal cleanup + ------------------------------------------------------------------- Mon Mar 23 12:25:57 UTC 2020 - Dirk Mueller diff --git a/python-heatclient.spec b/python-heatclient.spec index 1194585..fb1de79 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -17,13 +17,13 @@ Name: python-heatclient -Version: 1.18.0 +Version: 2.1.0 Release: 0 Summary: Python API and CLI for OpenStack Heat License: Apache-2.0 Group: Development/Languages/Python URL: https://launchpad.net/python-heatclient -Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.18.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-2.1.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PyYAML >= 3.12 BuildRequires: python3-cliff >= 2.8.0 @@ -97,14 +97,14 @@ the OpenStack Heat API. This package contains auto-generated documentation. %prep -%autosetup -p1 -n python-heatclient-1.18.0 +%autosetup -p1 -n python-heatclient-2.1.0 %py_req_cleanup %build %{py3_build} -PBR_VERSION=1.18.0 %sphinx_build -b html doc/source doc/build/html -PBR_VERSION=1.18.0 %sphinx_build -b man doc/source doc/build/man +PBR_VERSION=2.1.0 %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=2.1.0 %sphinx_build -b man doc/source doc/build/man # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo}