Accepting request 1137969 from Cloud:OpenStack:Factory

- update to version 4.4.0
  - Release notes for 4.4.0
  - md-property-create: add a mandatory "--type" option
  - Tox4: remove skipsdist
  - Update master for stable/2023.1
  - do_image_import: fix argument retrieval
  - Docs generation: mock the six module for autodoc
  - Bump the CHUNKSIZE to use CPU more efficiently
  - do_image_import: always pass remote_* to gc.images.image_import

OBS-URL: https://build.opensuse.org/request/show/1137969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=38
This commit is contained in:
Ana Guerrero 2024-01-10 20:53:23 +00:00 committed by Git OBS Bridge
commit 6a47e0b152
5 changed files with 25 additions and 12 deletions

View File

@ -1,12 +1,12 @@
<services>
<service mode="disabled" name="renderspec">
<service mode="manual" name="renderspec">
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/python-glanceclient/python-glanceclient.spec.j2</param>
<param name="output-name">python-glanceclient.spec</param>
<param name="requirements">https://opendev.org/openstack/python-glanceclient/raw/branch/stable/xena/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,python-glanceclient</param>
</service>
<service mode="disabled" name="download_files">
<service mode="manual" name="download_files">
</service>
<service name="format_spec_file" mode="disabled"/>
<service name="format_spec_file" mode="manual"/>
</services>

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jan 10 16:52:29 UTC 2024 - cloud-devel@suse.de
- update to version 4.4.0
- Release notes for 4.4.0
- md-property-create: add a mandatory "--type" option
- Tox4: remove skipsdist
- Update master for stable/2023.1
- do_image_import: fix argument retrieval
- Docs generation: mock the six module for autodoc
- Bump the CHUNKSIZE to use CPU more efficiently
- do_image_import: always pass remote_* to gc.images.image_import
-------------------------------------------------------------------
Tue Mar 7 06:57:00 UTC 2023 - cloud-devel@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package python-glanceclient
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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.3.0
Version: 4.4.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.3.0.tar.gz
Source0: https://files.pythonhosted.org/packages/source/p/python-glanceclient/python-glanceclient-4.4.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.3.0
%autosetup -p1 -n python-glanceclient-4.4.0
%py_req_cleanup
%build
%py3_build
# generate html docs
PBR_VERSION=4.3.0 %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=4.3.0 %sphinx_build -b man doc/source doc/build/man
PBR_VERSION=4.4.0 %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=4.4.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}