- 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 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=45
This commit is contained in:
parent
021d191225
commit
21cb6ceb4b
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service mode="disabled" name="renderspec">
|
||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-heatclient/python-heatclient.spec.j2</param>
|
||||
<param name="output-name">python-heatclient.spec</param>
|
||||
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt</param>
|
||||
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt</param>
|
||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||
<param name="changelog-provider">gh,openstack,python-heatclient</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6f03b93b7413beddee81b157149938c541ef08cb67412dd879dbfbc65a691d1
|
||||
size 165468
|
3
python-heatclient-1.14.0.tar.gz
Normal file
3
python-heatclient-1.14.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3347e33c44b1ea54eefc6d333997ab600c192d24f1ba4c6a1c852f762cb0efeb
|
||||
size 168617
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user