- update to version 3.5.0

- Bump hacking
  - Remove leftover of Python <= 2.6 support
  - Remove some notes no longer valid
  - Make tests pass after 2038
  - Remove translation sections from setup.cfg
  - remove unicode prefix from code (2)
  - remove unicode prefix from code (1)
  - Fix osc sd create command
  - Fix release note generation
  - reno: Update master for unmaintained/yoga
  - Update master for stable/2023.2
  - Add Python 3.11 to supported runtimes

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=72
This commit is contained in:
Dirk Mueller 2024-03-24 20:06:53 +00:00 committed by Git OBS Bridge
parent d2e41b9475
commit 5c8c8a120b
5 changed files with 28 additions and 11 deletions

View File

@ -2,7 +2,7 @@
<service mode="manual" name="renderspec"> <service mode="manual" name="renderspec">
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/python-heatclient/python-heatclient.spec.j2</param> <param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/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://opendev.org/openstack/python-heatclient/raw/branch/stable/xena/requirements.txt</param> <param name="requirements">https://opendev.org/openstack/python-heatclient/raw/master/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>

View File

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

View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Mar 24 20:06:06 UTC 2024 - cloud-devel@suse.de
- update to version 3.5.0
- Bump hacking
- Remove leftover of Python <= 2.6 support
- Remove some notes no longer valid
- Make tests pass after 2038
- Remove translation sections from setup.cfg
- remove unicode prefix from code (2)
- remove unicode prefix from code (1)
- Fix osc sd create command
- Fix release note generation
- reno: Update master for unmaintained/yoga
- Update master for stable/2023.2
- Add Python 3.11 to supported runtimes
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 14 17:52:34 UTC 2024 - cloud-devel@suse.de Sun Jan 14 17:52:34 UTC 2024 - cloud-devel@suse.de

View File

@ -17,13 +17,13 @@
Name: python-heatclient Name: python-heatclient
Version: 3.3.0 Version: 3.5.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://docs.openstack.org/python-heatclient URL: https://docs.openstack.org/python-heatclient
Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-3.3.0.tar.gz Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-3.5.0.tar.gz
BuildRequires: openstack-macros BuildRequires: openstack-macros
BuildRequires: python3-PyYAML >= 3.13 BuildRequires: python3-PyYAML >= 3.13
BuildRequires: python3-cliff >= 2.8.0 BuildRequires: python3-cliff >= 2.8.0
@ -37,7 +37,7 @@ BuildRequires: python3-stestr
BuildRequires: python3-swiftclient >= 3.2.0 BuildRequires: python3-swiftclient >= 3.2.0
BuildRequires: python3-testscenarios BuildRequires: python3-testscenarios
BuildRequires: python3-testtools BuildRequires: python3-testtools
Requires: python3-Babel >= 2.3.4 Requires: python3-Babel
Requires: python3-PrettyTable >= 0.7.2 Requires: python3-PrettyTable >= 0.7.2
Requires: python3-PyYAML >= 3.13 Requires: python3-PyYAML >= 3.13
Requires: python3-cliff >= 2.8.0 Requires: python3-cliff >= 2.8.0
@ -58,7 +58,7 @@ the OpenStack Heat API.
%package -n python3-heatclient %package -n python3-heatclient
Summary: Python API and CLI for OpenStack Heat Summary: Python API and CLI for OpenStack Heat
Requires: python3-Babel >= 2.3.4 Requires: python3-Babel
Requires: python3-PrettyTable >= 0.7.2 Requires: python3-PrettyTable >= 0.7.2
Requires: python3-PyYAML >= 3.13 Requires: python3-PyYAML >= 3.13
Requires: python3-cliff >= 2.8.0 Requires: python3-cliff >= 2.8.0
@ -92,14 +92,14 @@ the OpenStack Heat API.
This package contains auto-generated documentation. This package contains auto-generated documentation.
%prep %prep
%autosetup -p1 -n python-heatclient-3.3.0 %autosetup -p1 -n python-heatclient-3.5.0
%py_req_cleanup %py_req_cleanup
%build %build
%{py3_build} %{py3_build}
PBR_VERSION=3.3.0 %sphinx_build -b html doc/source doc/build/html PBR_VERSION=3.5.0 %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=3.3.0 %sphinx_build -b man doc/source doc/build/man PBR_VERSION=3.5.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}