diff --git a/oslo.config-8.8.0.tar.gz b/oslo.config-8.8.0.tar.gz deleted file mode 100644 index 9512b4d..0000000 --- a/oslo.config-8.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96933d3011dae15608a11616bfb00d947e22da3cb09b6ff37ddd7576abd4764c -size 160783 diff --git a/oslo.config-9.0.0.tar.gz b/oslo.config-9.0.0.tar.gz new file mode 100644 index 0000000..fcfe293 --- /dev/null +++ b/oslo.config-9.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6b63c43cf1e09344ba850bcb11d6f2b9201086fbeb0a97a8950e7eac3f2645 +size 160832 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index 9d409aa..f6bc3c4 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Aug 16 08:43:47 UTC 2022 - cloud-devel@suse.de + +- update to version 9.0.0 + - Drop python3.6/3.7 support in testing runtime + - Add Python3 zed unit tests + - Update master for stable/yoga + ------------------------------------------------------------------- Tue May 24 21:26:19 UTC 2022 - cloud-devel@suse.de diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 4577b15..a4f51b0 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -17,14 +17,14 @@ Name: python-oslo.config -Version: 8.8.0 +Version: 9.0.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-8.8.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-9.0.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-8.8.0 +%autosetup -p1 -n oslo.config-9.0.0 %py_req_cleanup %build %{py3_build} -PBR_VERSION=8.8.0 PYTHONPATH=. \ +PBR_VERSION=9.0.0 PYTHONPATH=. \ %sphinx_build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo}