From 1e68cbba17adc9225a2e538beecca4eeedac11602cfcfe263ec33445f7a414b4 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Wed, 9 Oct 2019 12:25:49 +0000 Subject: [PATCH] - update to version 6.11.1 - Move user docs to top of index - Switch to sphinxcontrib-apidoc - Update master for stable/stein - Add unit tests for validator - OpenDev Migration Patch - Deprecate ConfigFilter - Cap Bandit below 1.6.0 and update Sphinx requirement - Revert "Replace git.openstack.org URLs with opendev.org URLs" - Clean up the unnecessary sphinx from test-requirements.txt - Add note to docs about CLI opts and config files - Blacklist sphinx 2.1.0 (autodoc bug) - Handle collections.abc deprecations - Document precedence of config sources - tox: Suppress output - Add exclude-groups option to config validator - Dropping the py35 testing - Replace git.openstack.org URLs with opendev.org URLs - Improve removing quotes logic - Clarify help on config-file and config-dir options - Add a Quick Start tutorial - tox: Whitelist 'find' - Add special handling for keystone_authtoken group - Fix coverage tox venv - Remove '.testr.conf' - Add Python 3 Train unit tests - Bump the openstackdocstheme extension to 1.20 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=77 --- _service | 4 ++-- oslo.config-6.11.1.tar.gz | 3 +++ oslo.config-6.8.1.tar.gz | 3 --- python-oslo.config.changes | 31 +++++++++++++++++++++++++++++++ python-oslo.config.spec | 26 ++++++++++++-------------- 5 files changed, 48 insertions(+), 19 deletions(-) create mode 100644 oslo.config-6.11.1.tar.gz delete mode 100644 oslo.config-6.8.1.tar.gz diff --git a/_service b/_service index a69a50e..0b348d3 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.config/oslo.config.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/oslo.config/oslo.config.spec.j2 python-oslo.config.spec - https://raw.githubusercontent.com/openstack/oslo.config/stable/stein/requirements.txt + https://raw.githubusercontent.com/openstack/oslo.config/stable/train/requirements.txt cloud-devel@suse.de gh,openstack,oslo.config diff --git a/oslo.config-6.11.1.tar.gz b/oslo.config-6.11.1.tar.gz new file mode 100644 index 0000000..b39d409 --- /dev/null +++ b/oslo.config-6.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99964a95e40b443b08e21f15fad5170bcc3a213f11ae5d187ce9046344bea91 +size 151928 diff --git a/oslo.config-6.8.1.tar.gz b/oslo.config-6.8.1.tar.gz deleted file mode 100644 index 126b4e9..0000000 --- a/oslo.config-6.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ea34cf642df4d18f92637b58dee92c1667c141aa004ce472e257fafc278ce11 -size 149525 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index 7d638a5..a3b3877 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Wed Oct 9 12:25:30 UTC 2019 - cloud-devel@suse.de + +- update to version 6.11.1 + - Move user docs to top of index + - Switch to sphinxcontrib-apidoc + - Update master for stable/stein + - Add unit tests for validator + - OpenDev Migration Patch + - Deprecate ConfigFilter + - Cap Bandit below 1.6.0 and update Sphinx requirement + - Revert "Replace git.openstack.org URLs with opendev.org URLs" + - Clean up the unnecessary sphinx from test-requirements.txt + - Add note to docs about CLI opts and config files + - Blacklist sphinx 2.1.0 (autodoc bug) + - Handle collections.abc deprecations + - Document precedence of config sources + - tox: Suppress output + - Add exclude-groups option to config validator + - Dropping the py35 testing + - Replace git.openstack.org URLs with opendev.org URLs + - Improve removing quotes logic + - Clarify help on config-file and config-dir options + - Add a Quick Start tutorial + - tox: Whitelist 'find' + - Add special handling for keystone_authtoken group + - Fix coverage tox venv + - Remove '.testr.conf' + - Add Python 3 Train unit tests + - Bump the openstackdocstheme extension to 1.20 + ------------------------------------------------------------------- Mon Apr 8 11:24:14 UTC 2019 - cloud-devel@suse.de diff --git a/python-oslo.config.spec b/python-oslo.config.spec index b39bc0f..3de6d02 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -17,15 +17,14 @@ Name: python-oslo.config -Version: 6.8.1 +Version: 6.11.1 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-6.8.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-6.11.1.tar.gz BuildRequires: openstack-macros -BuildRequires: python-devel BuildRequires: python2-PyYAML >= 3.12 BuildRequires: python2-debtcollector >= 1.2.0 BuildRequires: python2-fixtures @@ -38,13 +37,12 @@ BuildRequires: python2-requests >= 2.18.0 BuildRequires: python2-requests-mock BuildRequires: python2-rfc3986 >= 1.2.0 BuildRequires: python2-six >= 1.10.0 +BuildRequires: python2-stestr BuildRequires: python2-stevedore >= 1.20.0 -BuildRequires: python2-testrepository BuildRequires: python2-testscenarios BuildRequires: python2-testtools BuildRequires: python3-PyYAML >= 3.12 BuildRequires: python3-debtcollector >= 1.2.0 -BuildRequires: python3-devel BuildRequires: python3-fixtures BuildRequires: python3-mock BuildRequires: python3-netaddr >= 0.7.18 @@ -55,8 +53,8 @@ BuildRequires: python3-requests >= 2.18.0 BuildRequires: python3-requests-mock BuildRequires: python3-rfc3986 >= 1.2.0 BuildRequires: python3-six >= 1.10.0 +BuildRequires: python3-stestr BuildRequires: python3-stevedore >= 1.20.0 -BuildRequires: python3-testrepository BuildRequires: python3-testscenarios BuildRequires: python3-testtools Requires: python-PyYAML >= 3.12 @@ -94,21 +92,23 @@ parsing library from the Oslo project. %package -n python-oslo.config-doc Summary: Documentation for OpenStack common configuration library Group: Development/Languages/Python -BuildRequires: python-Sphinx -BuildRequires: python-openstackdocstheme +BuildRequires: python2-Sphinx +BuildRequires: python3-Sphinx +BuildRequires: python3-openstackdocstheme +BuildRequires: python3-sphinxcontrib-apidoc %description -n python-oslo.config-doc Documentation for the oslo-config library. %prep -%autosetup -p1 -n oslo.config-6.8.1 +%autosetup -p1 -n oslo.config-6.11.1 %py_req_cleanup %build %{python_build} -PBR_VERSION=6.8.1 PYTHONPATH=. \ - sphinx-build -b html doc/source doc/build/html +PBR_VERSION=6.11.1 PYTHONPATH=. \ + %sphinx_build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} @@ -126,9 +126,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo} %check # Requires oslo.log which we can't depend on for build cycle reasons rm -v oslo_config/tests/test_cfg.py -%{python_expand rm -rf .testrepository -$python setup.py testr -} +%python_exec -m stestr.cli run %files %{python_files} %license LICENSE