- update to version 2.3.0
- Bump default tox env from py37 to py38 - Update master for stable/victoria - Python 3.9: base64.encodestring is removed - Stop to use the __future__ module. - [goal] Migrate testing to ubuntu focal - Add Python3 wallaby unit tests OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=62
This commit is contained in:
parent
c2ec0b64bc
commit
fdccb1aa3a
4
_service
4
_service
@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service mode="disabled" name="renderspec">
|
||||
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/python-heatclient/python-heatclient.spec.j2</param>
|
||||
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/python-heatclient/python-heatclient.spec.j2</param>
|
||||
<param name="output-name">python-heatclient.spec</param>
|
||||
<param name="requirements">https://opendev.org/openstack/python-heatclient/raw/branch/stable/victoria/requirements.txt</param>
|
||||
<param name="requirements">https://opendev.org/openstack/python-heatclient/raw/branch/stable/wallaby/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:854b987f42d4dc2158b6fc146de5a0919c2f87723c37dfd46887af9f874055e5
|
||||
size 172925
|
3
python-heatclient-2.3.0.tar.gz
Normal file
3
python-heatclient-2.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6fe15e610523f96e1ee26e84e9d5fd06846a3fa72d352c38f1fc79abe7eb44a
|
||||
size 177892
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 17:23:01 UTC 2021 - cloud-devel@suse.de
|
||||
|
||||
- update to version 2.3.0
|
||||
- Bump default tox env from py37 to py38
|
||||
- Update master for stable/victoria
|
||||
- Python 3.9: base64.encodestring is removed
|
||||
- Stop to use the __future__ module.
|
||||
- [goal] Migrate testing to ubuntu focal
|
||||
- Add Python3 wallaby unit tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 19:13:48 UTC 2020 - cloud-devel@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-heatclient
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,20 +17,20 @@
|
||||
|
||||
|
||||
Name: python-heatclient
|
||||
Version: 2.2.1
|
||||
Version: 2.3.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-2.2.1.tar.gz
|
||||
URL: https://docs.openstack.org/python-heatclient
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-2.3.0.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python3-PyYAML >= 3.12
|
||||
BuildRequires: python3-PyYAML >= 3.13
|
||||
BuildRequires: python3-cliff >= 2.8.0
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-fixtures
|
||||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-osc-lib >= 1.8.0
|
||||
BuildRequires: python3-osc-lib >= 1.14.0
|
||||
BuildRequires: python3-oslo.serialization >= 2.18.0
|
||||
BuildRequires: python3-pbr >= 2.0.0
|
||||
BuildRequires: python3-requests-mock
|
||||
@ -40,11 +40,11 @@ BuildRequires: python3-testscenarios
|
||||
BuildRequires: python3-testtools
|
||||
Requires: python3-Babel >= 2.3.4
|
||||
Requires: python3-PrettyTable >= 0.7.2
|
||||
Requires: python3-PyYAML >= 3.12
|
||||
Requires: python3-PyYAML >= 3.13
|
||||
Requires: python3-cliff >= 2.8.0
|
||||
Requires: python3-iso8601 >= 0.1.11
|
||||
Requires: python3-keystoneauth1 >= 3.4.0
|
||||
Requires: python3-osc-lib >= 1.8.0
|
||||
Requires: python3-osc-lib >= 1.14.0
|
||||
Requires: python3-oslo.i18n >= 3.15.3
|
||||
Requires: python3-oslo.serialization >= 2.18.0
|
||||
Requires: python3-oslo.utils >= 3.33.0
|
||||
@ -60,14 +60,13 @@ the OpenStack Heat API.
|
||||
|
||||
%package -n python3-heatclient
|
||||
Summary: Python API and CLI for OpenStack Heat
|
||||
Group: Development/Languages/Python
|
||||
Requires: python3-Babel >= 2.3.4
|
||||
Requires: python3-PrettyTable >= 0.7.2
|
||||
Requires: python3-PyYAML >= 3.12
|
||||
Requires: python3-PyYAML >= 3.13
|
||||
Requires: python3-cliff >= 2.8.0
|
||||
Requires: python3-iso8601 >= 0.1.11
|
||||
Requires: python3-keystoneauth1 >= 3.4.0
|
||||
Requires: python3-osc-lib >= 1.8.0
|
||||
Requires: python3-osc-lib >= 1.14.0
|
||||
Requires: python3-oslo.i18n >= 3.15.3
|
||||
Requires: python3-oslo.serialization >= 2.18.0
|
||||
Requires: python3-oslo.utils >= 3.33.0
|
||||
@ -96,14 +95,14 @@ the OpenStack Heat API.
|
||||
This package contains auto-generated documentation.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n python-heatclient-2.2.1
|
||||
%autosetup -p1 -n python-heatclient-2.3.0
|
||||
%py_req_cleanup
|
||||
|
||||
%build
|
||||
%{py3_build}
|
||||
|
||||
PBR_VERSION=2.2.1 %sphinx_build -b html doc/source doc/build/html
|
||||
PBR_VERSION=2.2.1 %sphinx_build -b man doc/source doc/build/man
|
||||
PBR_VERSION=2.3.0 %sphinx_build -b html doc/source doc/build/html
|
||||
PBR_VERSION=2.3.0 %sphinx_build -b man doc/source doc/build/man
|
||||
# remove the sphinx-build leftovers
|
||||
rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user