diff --git a/_service b/_service index b403517..2598746 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/oslo.config/oslo.config.spec.j2 + https://opendev.org/openstack/rpm-packaging/raw/master/openstack/oslo.config/oslo.config.spec.j2 python-oslo.config.spec - https://opendev.org/openstack/oslo.config/raw/branch/stable/wallaby/requirements.txt + https://opendev.org/openstack/oslo.config/raw/branch/stable/xena/requirements.txt cloud-devel@suse.de gh,openstack,oslo.config diff --git a/oslo.config-8.5.0.tar.gz b/oslo.config-8.5.0.tar.gz deleted file mode 100644 index a6aea7f..0000000 --- a/oslo.config-8.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f50bb71439af4515bce3cf1c2b60d36da70c3cfbf5b1b7e3cd4c4cf868f2c3e9 -size 159798 diff --git a/oslo.config-8.7.1.tar.gz b/oslo.config-8.7.1.tar.gz new file mode 100644 index 0000000..aa1e0ac --- /dev/null +++ b/oslo.config-8.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c346d778cdc8870ab945e438bea251b5f45fae05d6d99dfe4953cca2277b60 +size 160536 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index 9236177..c398932 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Oct 26 21:36:55 UTC 2021 - cloud-devel@suse.de + +- update to version 8.7.1 + - remove unicode from code + - Add Python3 xena unit tests + - Adding the missing HostDomain config option + - Add the version parameter. + - Fix formatting of release list + - Move flake8 as a pre-commit local target. + - config-generator yaml format doesn't work with i18n fields + - setup.cfg: Replace dashes with underscores + - update doc url + - Ussuri+ is python3 only + - Remove references to 'sys.version_info' + - Update master for stable/wallaby + - tests: Add test for config file priority order + ------------------------------------------------------------------- Sun May 2 16:34:34 UTC 2021 - cloud-devel@suse.de diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 6d4b8c6..0ce2370 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -17,14 +17,14 @@ Name: python-oslo.config -Version: 8.5.0 +Version: 8.7.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-8.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-8.7.1.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PyYAML >= 5.1 BuildRequires: python3-debtcollector >= 1.2.0 @@ -90,13 +90,13 @@ BuildRequires: python3-sphinxcontrib-apidoc Documentation for the oslo-config library. %prep -%autosetup -p1 -n oslo.config-8.5.0 +%autosetup -p1 -n oslo.config-8.7.1 %py_req_cleanup %build %{py3_build} -PBR_VERSION=8.5.0 PYTHONPATH=. \ +PBR_VERSION=8.7.1 PYTHONPATH=. \ %sphinx_build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo}