diff --git a/_service b/_service index 1165e7e..bd3391c 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-heatclient/python-heatclient.spec.j2 python-heatclient.spec - https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt + https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt cloud-devel@suse.de gh,openstack,python-heatclient diff --git a/python-heatclient-1.13.0.tar.gz b/python-heatclient-1.13.0.tar.gz deleted file mode 100644 index abfc8ec..0000000 --- a/python-heatclient-1.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6f03b93b7413beddee81b157149938c541ef08cb67412dd879dbfbc65a691d1 -size 165468 diff --git a/python-heatclient-1.14.0.tar.gz b/python-heatclient-1.14.0.tar.gz new file mode 100644 index 0000000..56f9364 --- /dev/null +++ b/python-heatclient-1.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3347e33c44b1ea54eefc6d333997ab600c192d24f1ba4c6a1c852f762cb0efeb +size 168617 diff --git a/python-heatclient.changes b/python-heatclient.changes index 58ee7b0..6613a44 100644 --- a/python-heatclient.changes +++ b/python-heatclient.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Feb 12 09:56:03 UTC 2018 - cloud-devel@suse.de + +- update to version 1.14.0 (bsc#1078607) + - Add reno for release notes management + - Updated from global requirements + - Fix release note formatting + - Avoid tox_install.sh for constraints support + - Migrate functional job to Zuul v3 + ------------------------------------------------------------------- Fri Jan 19 05:52:48 UTC 2018 - cloud-devel@suse.de diff --git a/python-heatclient.spec b/python-heatclient.spec index f67ebe4..16e44e0 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -17,55 +17,55 @@ Name: python-heatclient -Version: 1.13.0 +Version: 1.14.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.13.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.14.0.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel -BuildRequires: python2-PyYAML -BuildRequires: python2-cliff -BuildRequires: python2-fixtures -BuildRequires: python2-mock -BuildRequires: python2-mox3 -BuildRequires: python2-osc-lib -BuildRequires: python2-oslo.serialization -BuildRequires: python2-pbr -BuildRequires: python2-requests-mock -BuildRequires: python2-swiftclient -BuildRequires: python2-testrepository -BuildRequires: python2-testscenarios -BuildRequires: python2-testtools -BuildRequires: python3-PyYAML -BuildRequires: python3-cliff +BuildRequires: python2-PyYAML >= 3.10 +BuildRequires: python2-cliff >= 2.8.0 +BuildRequires: python2-fixtures >= 3.0.0 +BuildRequires: python2-mock >= 2.0.0 +BuildRequires: python2-mox3 >= 0.20.0 +BuildRequires: python2-osc-lib >= 1.8.0 +BuildRequires: python2-oslo.serialization >= 2.18.0 +BuildRequires: python2-pbr >= 2.0.0 +BuildRequires: python2-requests-mock >= 1.1.0 +BuildRequires: python2-swiftclient >= 3.2.0 +BuildRequires: python2-testrepository >= 0.0.18 +BuildRequires: python2-testscenarios >= 0.4 +BuildRequires: python2-testtools >= 2.2.0 +BuildRequires: python3-PyYAML >= 3.10 +BuildRequires: python3-cliff >= 2.8.0 BuildRequires: python3-devel -BuildRequires: python3-fixtures -BuildRequires: python3-mock -BuildRequires: python3-mox3 -BuildRequires: python3-osc-lib -BuildRequires: python3-oslo.serialization -BuildRequires: python3-pbr -BuildRequires: python3-requests-mock -BuildRequires: python3-swiftclient -BuildRequires: python3-testrepository -BuildRequires: python3-testscenarios -BuildRequires: python3-testtools -Requires: python-Babel -Requires: python-PrettyTable -Requires: python-PyYAML -Requires: python-cliff -Requires: python-iso8601 -Requires: python-keystoneauth1 -Requires: python-osc-lib -Requires: python-oslo.i18n -Requires: python-oslo.serialization -Requires: python-oslo.utils -Requires: python-requests -Requires: python-six -Requires: python-swiftclient +BuildRequires: python3-fixtures >= 3.0.0 +BuildRequires: python3-mock >= 2.0.0 +BuildRequires: python3-mox3 >= 0.20.0 +BuildRequires: python3-osc-lib >= 1.8.0 +BuildRequires: python3-oslo.serialization >= 2.18.0 +BuildRequires: python3-pbr >= 2.0.0 +BuildRequires: python3-requests-mock >= 1.1.0 +BuildRequires: python3-swiftclient >= 3.2.0 +BuildRequires: python3-testrepository >= 0.0.18 +BuildRequires: python3-testscenarios >= 0.4 +BuildRequires: python3-testtools >= 2.2.0 +Requires: python-Babel >= 2.3.4 +Requires: python-PrettyTable >= 0.7.1 +Requires: python-PyYAML >= 3.10 +Requires: python-cliff >= 2.8.0 +Requires: python-iso8601 >= 0.1.11 +Requires: python-keystoneauth1 >= 3.3.0 +Requires: python-osc-lib >= 1.8.0 +Requires: python-oslo.i18n >= 3.15.3 +Requires: python-oslo.serialization >= 2.18.0 +Requires: python-oslo.utils >= 3.33.0 +Requires: python-requests >= 2.14.2 +Requires: python-six >= 1.10.0 +Requires: python-swiftclient >= 3.2.0 BuildArch: noarch %if 0%{?suse_version} Requires(post): update-alternatives @@ -86,7 +86,7 @@ the OpenStack Heat API. Summary: Documentation for OpenStack Heat API Client Group: Documentation/HTML BuildRequires: python-Sphinx -BuildRequires: python-openstackdocstheme +BuildRequires: python-openstackdocstheme >= 1.17.0 %description -n python-heatclient-doc This is a client for the OpenStack Heat API. There's a Python API (the @@ -95,7 +95,7 @@ the OpenStack Heat API. This package contains auto-generated documentation. %prep -%autosetup -p1 -n python-heatclient-1.13.0 +%autosetup -p1 -n python-heatclient-1.14.0 %py_req_cleanup sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg