diff --git a/python-glanceclient-4.0.0.tar.gz b/python-glanceclient-4.0.0.tar.gz deleted file mode 100644 index f4dc0ea..0000000 --- a/python-glanceclient-4.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b7b452e648ab9a29b050cb7d84914eec3c8110b4de60683aa8193d378246bec -size 202815 diff --git a/python-glanceclient-4.2.0.tar.gz b/python-glanceclient-4.2.0.tar.gz new file mode 100644 index 0000000..c066f34 --- /dev/null +++ b/python-glanceclient-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8298e87d0ebe86c7c30b911d6efd836949c3b120eece5086c9022a3ea263a98 +size 204378 diff --git a/python-glanceclient.changes b/python-glanceclient.changes index e7bc0e4..b5c309e 100644 --- a/python-glanceclient.changes +++ b/python-glanceclient.changes @@ -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 diff --git a/python-glanceclient.spec b/python-glanceclient.spec index e9f4552..82e6efe 100644 --- a/python-glanceclient.spec +++ b/python-glanceclient.spec @@ -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}