diff --git a/oslo.config-9.0.0.tar.gz b/oslo.config-9.0.0.tar.gz deleted file mode 100644 index fcfe293..0000000 --- a/oslo.config-9.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b6b63c43cf1e09344ba850bcb11d6f2b9201086fbeb0a97a8950e7eac3f2645 -size 160832 diff --git a/oslo.config-9.1.1.tar.gz b/oslo.config-9.1.1.tar.gz new file mode 100644 index 0000000..03574fd --- /dev/null +++ b/oslo.config-9.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07654b53d87792ae8e739962ad729c529c9938a118d891ece9ee31d59716bc9 +size 160964 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index f6bc3c4..e1438b6 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed May 3 12:22:46 UTC 2023 - cloud-devel@suse.de + +- update to version 9.1.1 + - Fix issues related to tox4 + - Update master for stable/zed + - Add Python3 antelope unit tests + - fix CLI mismatch in unit tests + - Disable a config test if ran under the root user + - Make tests backward compat with cliff' older versions + ------------------------------------------------------------------- Tue Aug 16 08:43:47 UTC 2022 - cloud-devel@suse.de diff --git a/python-oslo.config.spec b/python-oslo.config.spec index a4f51b0..215c303 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -1,7 +1,7 @@ # # spec file for package python-oslo.config # -# 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-oslo.config -Version: 9.0.0 +Version: 9.1.1 Release: 0 Epoch: 0 Summary: OpenStack common configuration library License: Apache-2.0 Group: Development/Languages/Python URL: https://docs.openstack.org/oslo.config -Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-9.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-9.1.1.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PyYAML >= 5.1 BuildRequires: python3-debtcollector >= 1.2.0 @@ -87,13 +87,13 @@ BuildRequires: python3-sphinxcontrib-apidoc Documentation for the oslo-config library. %prep -%autosetup -p1 -n oslo.config-9.0.0 +%autosetup -p1 -n oslo.config-9.1.1 %py_req_cleanup %build %{py3_build} -PBR_VERSION=9.0.0 PYTHONPATH=. \ +PBR_VERSION=9.1.1 PYTHONPATH=. \ %sphinx_build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} @@ -104,7 +104,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo} %check # Requires oslo.log which we can't depend on for build cycle reasons rm -v oslo_config/tests/test_cfg.py -python3 -m stestr.cli run +%{openstack_stestr_run} %files -n python3-oslo.config %license LICENSE