osc copypac from project:Cloud:OpenStack:Stein:Staging package:python-heatclient revision:2, using keep-link, using expand

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=51
This commit is contained in:
Dirk Mueller 2019-04-08 12:59:34 +00:00 committed by Git OBS Bridge
parent 9011a6f144
commit 11247cc6af
5 changed files with 36 additions and 17 deletions

View File

@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-heatclient/python-heatclient.spec.j2</param>
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-heatclient/python-heatclient.spec.j2</param>
<param name="output-name">python-heatclient.spec</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/python-heatclient/stable/rocky/requirements.txt</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/python-heatclient/stable/stein/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,python-heatclient</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25b64c5cbfae9a66604451067567c9bbf49e24e7c2ac46f8221aa36eb883390f
size 171774

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5655079430a8e77104525cb8aea06b0ab8f22b1787ad3aae33ca4fb2662e17a
size 172475

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Apr 8 12:18:46 UTC 2019 - cloud-devel@suse.de
- update to version 1.17.0
- Don't change pyyaml behavior
- Switch to stestr
- Update min tox version to 2.0
- Set X-Region-Name in header when using SessionClient
- fix bug link in readme
- Migrate the link of bug report button to storyboard
- Load files from adopt file when adopt stack
- Update the bugs link to storyboard
- Trivial: Update pypi url to new url
- Update reno for stable/rocky
- Replace deprecated "decodestring()" by "decodebytes()"
- Don't quote {posargs} in tox.ini
- switch documentation job to new PTI
- add python 3.6 unit test job
- import zuul job settings from project-config
- Use templates for cover and lower-constraints
-------------------------------------------------------------------
Sat Sep 1 09:07:06 UTC 2018 - cloud-devel@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package python-heatclient
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: python-heatclient
Version: 1.16.1
Version: 1.17.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.16.1.tar.gz
Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.17.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
BuildRequires: python2-PyYAML >= 3.12
@ -35,8 +35,8 @@ BuildRequires: python2-osc-lib >= 1.8.0
BuildRequires: python2-oslo.serialization >= 2.18.0
BuildRequires: python2-pbr >= 2.0.0
BuildRequires: python2-requests-mock
BuildRequires: python2-stestr
BuildRequires: python2-swiftclient >= 3.2.0
BuildRequires: python2-testrepository
BuildRequires: python2-testscenarios
BuildRequires: python2-testtools
BuildRequires: python3-PyYAML >= 3.12
@ -49,8 +49,8 @@ BuildRequires: python3-osc-lib >= 1.8.0
BuildRequires: python3-oslo.serialization >= 2.18.0
BuildRequires: python3-pbr >= 2.0.0
BuildRequires: python3-requests-mock
BuildRequires: python3-stestr
BuildRequires: python3-swiftclient >= 3.2.0
BuildRequires: python3-testrepository
BuildRequires: python3-testscenarios
BuildRequires: python3-testtools
Requires: python-Babel >= 2.3.4
@ -95,15 +95,15 @@ the OpenStack Heat API.
This package contains auto-generated documentation.
%prep
%autosetup -p1 -n python-heatclient-1.16.1
%autosetup -p1 -n python-heatclient-1.17.0
%py_req_cleanup
%build
%{python_build}
%{__python2} setup.py build_sphinx --builder=html,man
PBR_VERSION=1.16.1 sphinx-build -b html doc/source doc/build/html
PBR_VERSION=1.16.1 sphinx-build -b man doc/source doc/build/man
PBR_VERSION=1.17.0 sphinx-build -b html doc/source doc/build/html
PBR_VERSION=1.17.0 sphinx-build -b man doc/source doc/build/man
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
@ -124,9 +124,7 @@ install -p -D -m 644 tools/heat.bash_completion %{buildroot}%{_sysconfdir}/bash_
%python_uninstall_alternative heat
%check
%{python_expand rm -rf .testrepository
$python setup.py testr
}
%python_exec -m stestr.cli run
%files %{python_files}
%license LICENSE