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:
parent
9011a6f144
commit
11247cc6af
4
_service
4
_service
@ -1,8 +1,8 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="renderspec">
|
<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="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-email">cloud-devel@suse.de</param>
|
||||||
<param name="changelog-provider">gh,openstack,python-heatclient</param>
|
<param name="changelog-provider">gh,openstack,python-heatclient</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:25b64c5cbfae9a66604451067567c9bbf49e24e7c2ac46f8221aa36eb883390f
|
|
||||||
size 171774
|
|
3
python-heatclient-1.17.0.tar.gz
Normal file
3
python-heatclient-1.17.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c5655079430a8e77104525cb8aea06b0ab8f22b1787ad3aae33ca4fb2662e17a
|
||||||
|
size 172475
|
@ -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
|
Sat Sep 1 09:07:06 UTC 2018 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-heatclient
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: python-heatclient
|
||||||
Version: 1.16.1
|
Version: 1.17.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python API and CLI for OpenStack Heat
|
Summary: Python API and CLI for OpenStack Heat
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://launchpad.net/python-heatclient
|
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: openstack-macros
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python2-PyYAML >= 3.12
|
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-oslo.serialization >= 2.18.0
|
||||||
BuildRequires: python2-pbr >= 2.0.0
|
BuildRequires: python2-pbr >= 2.0.0
|
||||||
BuildRequires: python2-requests-mock
|
BuildRequires: python2-requests-mock
|
||||||
|
BuildRequires: python2-stestr
|
||||||
BuildRequires: python2-swiftclient >= 3.2.0
|
BuildRequires: python2-swiftclient >= 3.2.0
|
||||||
BuildRequires: python2-testrepository
|
|
||||||
BuildRequires: python2-testscenarios
|
BuildRequires: python2-testscenarios
|
||||||
BuildRequires: python2-testtools
|
BuildRequires: python2-testtools
|
||||||
BuildRequires: python3-PyYAML >= 3.12
|
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-oslo.serialization >= 2.18.0
|
||||||
BuildRequires: python3-pbr >= 2.0.0
|
BuildRequires: python3-pbr >= 2.0.0
|
||||||
BuildRequires: python3-requests-mock
|
BuildRequires: python3-requests-mock
|
||||||
|
BuildRequires: python3-stestr
|
||||||
BuildRequires: python3-swiftclient >= 3.2.0
|
BuildRequires: python3-swiftclient >= 3.2.0
|
||||||
BuildRequires: python3-testrepository
|
|
||||||
BuildRequires: python3-testscenarios
|
BuildRequires: python3-testscenarios
|
||||||
BuildRequires: python3-testtools
|
BuildRequires: python3-testtools
|
||||||
Requires: python-Babel >= 2.3.4
|
Requires: python-Babel >= 2.3.4
|
||||||
@ -95,15 +95,15 @@ the OpenStack Heat API.
|
|||||||
This package contains auto-generated documentation.
|
This package contains auto-generated documentation.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n python-heatclient-1.16.1
|
%autosetup -p1 -n python-heatclient-1.17.0
|
||||||
%py_req_cleanup
|
%py_req_cleanup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{python_build}
|
%{python_build}
|
||||||
|
|
||||||
%{__python2} setup.py build_sphinx --builder=html,man
|
%{__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.17.0 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 man doc/source doc/build/man
|
||||||
# remove the sphinx-build leftovers
|
# remove the sphinx-build leftovers
|
||||||
rm -rf doc/build/html/.{doctrees,buildinfo}
|
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
|
%python_uninstall_alternative heat
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{python_expand rm -rf .testrepository
|
%python_exec -m stestr.cli run
|
||||||
$python setup.py testr
|
|
||||||
}
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user