From 4fab7ff4fd17a649812519e33deabeb1b2f9370c749166cdb5b432700ff8fbac Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 10 Jan 2024 16:52:41 +0000 Subject: [PATCH] - 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/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=68 --- _service | 6 +++--- python-glanceclient-4.3.0.tar.gz | 3 --- python-glanceclient-4.4.0.tar.gz | 3 +++ python-glanceclient.changes | 13 +++++++++++++ python-glanceclient.spec | 12 ++++++------ 5 files changed, 25 insertions(+), 12 deletions(-) delete mode 100644 python-glanceclient-4.3.0.tar.gz create mode 100644 python-glanceclient-4.4.0.tar.gz diff --git a/_service b/_service index 5b21c86..df7fc39 100644 --- a/_service +++ b/_service @@ -1,12 +1,12 @@ - + https://opendev.org/openstack/rpm-packaging/raw/master/openstack/python-glanceclient/python-glanceclient.spec.j2 python-glanceclient.spec https://opendev.org/openstack/python-glanceclient/raw/branch/stable/xena/requirements.txt cloud-devel@suse.de gh,openstack,python-glanceclient - + - + diff --git a/python-glanceclient-4.3.0.tar.gz b/python-glanceclient-4.3.0.tar.gz deleted file mode 100644 index 031e7d9..0000000 --- a/python-glanceclient-4.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e67c023ce73d181c64f4122d89a49c7f2d5e96397e7b4a2414210e56c1e85c34 -size 205005 diff --git a/python-glanceclient-4.4.0.tar.gz b/python-glanceclient-4.4.0.tar.gz new file mode 100644 index 0000000..950ff2b --- /dev/null +++ b/python-glanceclient-4.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a366e1ff66bdb76e627eecf7cd4053bd94f35fa3cdc690d29aff47e976e0532 +size 205612 diff --git a/python-glanceclient.changes b/python-glanceclient.changes index 879017a..fefcc04 100644 --- a/python-glanceclient.changes +++ b/python-glanceclient.changes @@ -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 diff --git a/python-glanceclient.spec b/python-glanceclient.spec index b96a436..5323c6c 100644 --- a/python-glanceclient.spec +++ b/python-glanceclient.spec @@ -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}