1
0

Accepting request 1055987 from Cloud:OpenStack:Factory

- update to version 4.2.0
  - schema_args: Do not generate option for read-only properties
  - Add support for glance-download import method
  - Delete python bytecode before every test run
  - Update master for stable/zed
  - Uncap warlock
  - Check if stdin has isatty attribute
  - Bump default pagesize
  - Remove incorrect note from requirements files
  - Make "tox -edocs" generate the manpage
  - Switch to 2023.1 Python3 unit tests and generic template name
  - Bump tox minversion to 3.18.0

OBS-URL: https://build.opensuse.org/request/show/1055987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2023-01-05 14:00:37 +00:00 committed by Git OBS Bridge
commit ae2783f7b8
4 changed files with 25 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Dec 1 10:45:00 UTC 2022 - cloud-devel@suse.de
- update to version 4.2.0
- schema_args: Do not generate option for read-only properties
- Add support for glance-download import method
- Delete python bytecode before every test run
- Update master for stable/zed
- Uncap warlock
- Check if stdin has isatty attribute
- Bump default pagesize
- Remove incorrect note from requirements files
- Make "tox -edocs" generate the manpage
- Switch to 2023.1 Python3 unit tests and generic template name
- Bump tox minversion to 3.18.0
-------------------------------------------------------------------
Tue May 24 20:47:57 UTC 2022 - cloud-devel@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package python-glanceclient
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
Name: python-glanceclient
Version: 4.0.0
Version: 4.2.0
Release: 0
Epoch: 0
Summary: Python API and CLI for OpenStack Glance
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/python-glanceclient
Source0: https://files.pythonhosted.org/packages/source/p/python-glanceclient/python-glanceclient-4.0.0.tar.gz
Source0: https://files.pythonhosted.org/packages/source/p/python-glanceclient/python-glanceclient-4.2.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PrettyTable >= 0.7.1
BuildRequires: python3-ddt
@ -81,15 +81,15 @@ glanceclient module), and a command-line script (glance). Each implements
This package contains auto-generated documentation.
%prep
%autosetup -p1 -n python-glanceclient-4.0.0
%autosetup -p1 -n python-glanceclient-4.2.0
%py_req_cleanup
%build
%py3_build
# generate html docs
PBR_VERSION=4.0.0 %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=4.0.0 %sphinx_build -b man doc/source doc/build/man
PBR_VERSION=4.2.0 %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=4.2.0 %sphinx_build -b man doc/source doc/build/man
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
rm -rf doc/build/man/.{doctrees,buildinfo}