diff --git a/_service b/_service index 2598746..8e0fc75 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ 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/xena/requirements.txt + https://opendev.org/openstack/oslo.config/raw/branch/master/requirements.txt cloud-devel@suse.de gh,openstack,oslo.config diff --git a/oslo.config-8.7.1.tar.gz b/oslo.config-8.7.1.tar.gz deleted file mode 100644 index aa1e0ac..0000000 --- a/oslo.config-8.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0c346d778cdc8870ab945e438bea251b5f45fae05d6d99dfe4953cca2277b60 -size 160536 diff --git a/oslo.config-8.8.0.tar.gz b/oslo.config-8.8.0.tar.gz new file mode 100644 index 0000000..9512b4d --- /dev/null +++ b/oslo.config-8.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96933d3011dae15608a11616bfb00d947e22da3cb09b6ff37ddd7576abd4764c +size 160783 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index c398932..9d409aa 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue May 24 21:26:19 UTC 2022 - cloud-devel@suse.de + +- update to version 8.8.0 + - Update python testing classifier + - Replace deprecated UPPER_CONSTRAINTS_FILE variable + - Update master for stable/xena + - Fix tests for Python3. + - setup.cfg: Replace dashes with underscores + - Add Python3 yoga unit tests + ------------------------------------------------------------------- Tue Oct 26 21:36:55 UTC 2021 - cloud-devel@suse.de diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 0ce2370..4577b15 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -1,7 +1,7 @@ # # spec file for package python-oslo.config # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,19 @@ Name: python-oslo.config -Version: 8.7.1 +Version: 8.8.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.7.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-8.8.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PyYAML >= 5.1 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 BuildRequires: python3-oslotest @@ -38,7 +37,6 @@ BuildRequires: python3-pbr BuildRequires: python3-requests >= 2.18.0 BuildRequires: python3-requests-mock BuildRequires: python3-rfc3986 >= 1.2.0 -BuildRequires: python3-six BuildRequires: python3-stestr BuildRequires: python3-stevedore >= 1.20.0 BuildRequires: python3-testscenarios @@ -63,7 +61,6 @@ Requires: python3-netaddr >= 0.7.18 Requires: python3-oslo.i18n >= 3.15.3 Requires: python3-requests >= 2.18.0 Requires: python3-rfc3986 >= 1.2.0 -Requires: python3-six Requires: python3-stevedore >= 1.20.0 %if 0%{?suse_version} Obsoletes: python2-oslo.config < 8.0.1 @@ -90,13 +87,13 @@ BuildRequires: python3-sphinxcontrib-apidoc Documentation for the oslo-config library. %prep -%autosetup -p1 -n oslo.config-8.7.1 +%autosetup -p1 -n oslo.config-8.8.0 %py_req_cleanup %build %{py3_build} -PBR_VERSION=8.7.1 PYTHONPATH=. \ +PBR_VERSION=8.8.0 PYTHONPATH=. \ %sphinx_build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo}