From 8257ed5314b1484ecaac7b40acfaa41b43a03236f3d06b8288c1e4ec3abd06f5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 9 Oct 2020 19:16:56 +0000 Subject: [PATCH] update to stable/victoria OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=86 --- _service | 4 ++-- oslo.config-8.0.2.tar.gz | 3 --- oslo.config-8.3.2.tar.gz | 3 +++ python-oslo.config.changes | 25 +++++++++++++++++++++++++ python-oslo.config.spec | 10 ++++++---- 5 files changed, 36 insertions(+), 9 deletions(-) delete mode 100644 oslo.config-8.0.2.tar.gz create mode 100644 oslo.config-8.3.2.tar.gz diff --git a/_service b/_service index 60bf5b6..00d8fa8 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/oslo.config/oslo.config.spec.j2 + https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/oslo.config/oslo.config.spec.j2 python-oslo.config.spec - https://opendev.org/openstack/oslo.config/raw/branch/stable/ussuri/requirements.txt + https://opendev.org/openstack/oslo.config/raw/branch/stable/victoria/requirements.txt cloud-devel@suse.de gh,openstack,oslo.config diff --git a/oslo.config-8.0.2.tar.gz b/oslo.config-8.0.2.tar.gz deleted file mode 100644 index 35226e1..0000000 --- a/oslo.config-8.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44452960969a526c1d6ea8d36bafcbe137fbf6c3101bc41d5804814c9190dd22 -size 148224 diff --git a/oslo.config-8.3.2.tar.gz b/oslo.config-8.3.2.tar.gz new file mode 100644 index 0000000..75b90a4 --- /dev/null +++ b/oslo.config-8.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c214ab7b30946b7341248edc7ea000944163b460d395af99fd182598b82d5833 +size 148787 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index 0f5359c..72aa476 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Oct 9 19:16:51 UTC 2020 - cloud-devel@suse.de + +- update to version 8.3.2 + - Remove six from lower-constraints.txt + - Resolve UnboundLocalError + - Cap flake8 to be < 3.8.0 + - Mark sphinx extensions thread safe + - Fix pygments style + - Update lower-constraints versions + - generator: Handle 'cfg.Opt'-type options + - Add Python3 victoria unit tests + - Remove the unused coding style modules + - Add release notes links to doc index + - docs: Mention other ways of escaping '$' + - drop use of pkg_resources + - Use unittest.mock instead of third party mock + - Update master for stable/ussuri + - Bump bandit version + - Fix unit tests to work with stevedore > 2.0.1 + - Raise hacking minimum to 3.0.1 + - Remove redundant class docstring info + - Align contributing doc with oslo's policy + - Add py38 package metadata + ------------------------------------------------------------------- Tue May 12 09:46:27 UTC 2020 - cloud-devel@suse.de diff --git a/python-oslo.config.spec b/python-oslo.config.spec index ba97480..af66f8a 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -17,17 +17,18 @@ Name: python-oslo.config -Version: 8.0.2 +Version: 8.3.2 Release: 0 Summary: OpenStack common configuration library License: Apache-2.0 Group: Development/Languages/Python URL: https://launchpad.net/oslo.config -Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-8.0.2.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-8.3.2.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PyYAML >= 3.12 BuildRequires: python3-debtcollector >= 1.2.0 BuildRequires: python3-fixtures +BuildRequires: python3-importlib-metadata BuildRequires: python3-mock BuildRequires: python3-netaddr >= 0.7.18 BuildRequires: python3-oslo.i18n >= 3.15.3 @@ -57,6 +58,7 @@ Summary: OpenStack common configuration library Group: Development/Languages/Python Requires: python3-PyYAML >= 3.12 Requires: python3-debtcollector >= 1.2.0 +Requires: python3-importlib-metadata Requires: python3-netaddr >= 0.7.18 Requires: python3-oslo.i18n >= 3.15.3 Requires: python3-requests >= 2.18.0 @@ -89,13 +91,13 @@ BuildRequires: python3-sphinxcontrib-apidoc Documentation for the oslo-config library. %prep -%autosetup -p1 -n oslo.config-8.0.2 +%autosetup -p1 -n oslo.config-8.3.2 %py_req_cleanup %build %{py3_build} -PBR_VERSION=8.0.2 PYTHONPATH=. \ +PBR_VERSION=8.3.2 PYTHONPATH=. \ %sphinx_build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo}