diff --git a/oslo.config-9.2.0.tar.gz b/oslo.config-9.2.0.tar.gz deleted file mode 100644 index 1ee73f7..0000000 --- a/oslo.config-9.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffeb01ca65a603d5525905f1a88a3319be09ce2c6ac376c4312aaec283095878 -size 161235 diff --git a/oslo.config-9.4.0.tar.gz b/oslo.config-9.4.0.tar.gz new file mode 100644 index 0000000..5694514 --- /dev/null +++ b/oslo.config-9.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b11a661b608edb50305dad91e4e30819d90ef794b7d7dba5bd8b2ef2eb8c0d +size 161322 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index 37458ce..c5ff008 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu May 2 22:15:02 UTC 2024 - cloud-devel@suse.de + +- update to version 9.4.0 + - reno: Update master for unmaintained/yoga + - Update master for stable/2023.2 + - Remove compatibility with Python < 3.8 + - Bump hacking + - Update python classifier in setup.cfg + - Add choices parameter for IntOpt class + - Bump hacking (again) + ------------------------------------------------------------------- Fri Dec 1 16:25:52 UTC 2023 - cloud-devel@suse.de diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 4df28d1..d7333f1 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -1,7 +1,7 @@ # # spec file for package python-oslo.config # -# 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-oslo.config -Version: 9.2.0 +Version: 9.4.0 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.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-9.4.0.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.2.0 +%autosetup -p1 -n oslo.config-9.4.0 %py_req_cleanup %build %{py3_build} -PBR_VERSION=9.2.0 PYTHONPATH=. \ +PBR_VERSION=9.4.0 PYTHONPATH=. \ %sphinx_build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo}