Accepting request 1039293 from Cloud:OpenStack:Factory

- update to version 3.1.0
  - Encode urls in unit tests
  - Accept sha256 hash for swift tempurl
  - Replace deprecated UPPER_CONSTRAINTS_FILE variable
  - Update master for stable/yoga
  - Drop lower-constraints.txt and its testing
  - The Python 3.6 and Python 3.7 Support has been dropped since zed
  - Add Python3 zed unit tests
  - Remove six
  - Bump tox minversion to 3.18.0

OBS-URL: https://build.opensuse.org/request/show/1039293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-heatclient?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2022-12-02 12:12:54 +00:00 committed by Git OBS Bridge
commit 2bdc08bc0c
4 changed files with 22 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Dec 1 10:56:29 UTC 2022 - cloud-devel@suse.de
- update to version 3.1.0
- Encode urls in unit tests
- Accept sha256 hash for swift tempurl
- Replace deprecated UPPER_CONSTRAINTS_FILE variable
- Update master for stable/yoga
- Drop lower-constraints.txt and its testing
- The Python 3.6 and Python 3.7 Support has been dropped since zed
- Add Python3 zed unit tests
- Remove six
- Bump tox minversion to 3.18.0
-------------------------------------------------------------------
Tue May 24 20:53:44 UTC 2022 - cloud-devel@suse.de

View File

@ -17,19 +17,18 @@
Name: python-heatclient
Version: 2.5.1
Version: 3.1.0
Release: 0
Summary: Python API and CLI for OpenStack Heat
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/python-heatclient
Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-2.5.1.tar.gz
Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-3.1.0.tar.gz
BuildRequires: openstack-macros
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.14.0
BuildRequires: python3-oslo.serialization >= 2.18.0
BuildRequires: python3-pbr >= 2.0.0
@ -49,7 +48,6 @@ Requires: python3-oslo.i18n >= 3.15.3
Requires: python3-oslo.serialization >= 2.18.0
Requires: python3-oslo.utils >= 3.33.0
Requires: python3-requests >= 2.14.2
Requires: python3-six >= 1.10.0
Requires: python3-swiftclient >= 3.2.0
BuildArch: noarch
@ -71,7 +69,6 @@ Requires: python3-oslo.i18n >= 3.15.3
Requires: python3-oslo.serialization >= 2.18.0
Requires: python3-oslo.utils >= 3.33.0
Requires: python3-requests >= 2.14.2
Requires: python3-six >= 1.10.0
Requires: python3-swiftclient >= 3.2.0
%if 0%{?suse_version}
Obsoletes: python2-heatclient < 2.0.0
@ -95,14 +92,14 @@ the OpenStack Heat API.
This package contains auto-generated documentation.
%prep
%autosetup -p1 -n python-heatclient-2.5.1
%autosetup -p1 -n python-heatclient-3.1.0
%py_req_cleanup
%build
%{py3_build}
PBR_VERSION=2.5.1 %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=2.5.1 %sphinx_build -b man doc/source doc/build/man
PBR_VERSION=3.1.0 %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=3.1.0 %sphinx_build -b man doc/source doc/build/man
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}