1
0

Accepting request 774910 from Cloud:OpenStack:Factory

- 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/request/show/774910
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2020-02-18 09:40:50 +00:00 committed by Git OBS Bridge
commit 4f16fa735e
5 changed files with 48 additions and 19 deletions

View File

@ -1,8 +1,8 @@
<services> <services>
<service mode="disabled" name="renderspec"> <service mode="disabled" name="renderspec">
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.config/oslo.config.spec.j2</param> <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/oslo.config/oslo.config.spec.j2</param>
<param name="output-name">python-oslo.config.spec</param> <param name="output-name">python-oslo.config.spec</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/oslo.config/stable/stein/requirements.txt</param> <param name="requirements">https://raw.githubusercontent.com/openstack/oslo.config/stable/train/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param> <param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,oslo.config</param> <param name="changelog-provider">gh,openstack,oslo.config</param>
</service> </service>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e99964a95e40b443b08e21f15fad5170bcc3a213f11ae5d187ce9046344bea91
size 151928

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ea34cf642df4d18f92637b58dee92c1667c141aa004ce472e257fafc278ce11
size 149525

View File

@ -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 Mon Apr 8 11:24:14 UTC 2019 - cloud-devel@suse.de

View File

@ -17,15 +17,14 @@
Name: python-oslo.config Name: python-oslo.config
Version: 6.8.1 Version: 6.11.1
Release: 0 Release: 0
Summary: OpenStack common configuration library Summary: OpenStack common configuration library
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://launchpad.net/oslo.config 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: openstack-macros
BuildRequires: python-devel
BuildRequires: python2-PyYAML >= 3.12 BuildRequires: python2-PyYAML >= 3.12
BuildRequires: python2-debtcollector >= 1.2.0 BuildRequires: python2-debtcollector >= 1.2.0
BuildRequires: python2-fixtures BuildRequires: python2-fixtures
@ -38,13 +37,12 @@ BuildRequires: python2-requests >= 2.18.0
BuildRequires: python2-requests-mock BuildRequires: python2-requests-mock
BuildRequires: python2-rfc3986 >= 1.2.0 BuildRequires: python2-rfc3986 >= 1.2.0
BuildRequires: python2-six >= 1.10.0 BuildRequires: python2-six >= 1.10.0
BuildRequires: python2-stestr
BuildRequires: python2-stevedore >= 1.20.0 BuildRequires: python2-stevedore >= 1.20.0
BuildRequires: python2-testrepository
BuildRequires: python2-testscenarios BuildRequires: python2-testscenarios
BuildRequires: python2-testtools BuildRequires: python2-testtools
BuildRequires: python3-PyYAML >= 3.12 BuildRequires: python3-PyYAML >= 3.12
BuildRequires: python3-debtcollector >= 1.2.0 BuildRequires: python3-debtcollector >= 1.2.0
BuildRequires: python3-devel
BuildRequires: python3-fixtures BuildRequires: python3-fixtures
BuildRequires: python3-mock BuildRequires: python3-mock
BuildRequires: python3-netaddr >= 0.7.18 BuildRequires: python3-netaddr >= 0.7.18
@ -55,8 +53,8 @@ BuildRequires: python3-requests >= 2.18.0
BuildRequires: python3-requests-mock BuildRequires: python3-requests-mock
BuildRequires: python3-rfc3986 >= 1.2.0 BuildRequires: python3-rfc3986 >= 1.2.0
BuildRequires: python3-six >= 1.10.0 BuildRequires: python3-six >= 1.10.0
BuildRequires: python3-stestr
BuildRequires: python3-stevedore >= 1.20.0 BuildRequires: python3-stevedore >= 1.20.0
BuildRequires: python3-testrepository
BuildRequires: python3-testscenarios BuildRequires: python3-testscenarios
BuildRequires: python3-testtools BuildRequires: python3-testtools
Requires: python-PyYAML >= 3.12 Requires: python-PyYAML >= 3.12
@ -94,21 +92,23 @@ parsing library from the Oslo project.
%package -n python-oslo.config-doc %package -n python-oslo.config-doc
Summary: Documentation for OpenStack common configuration library Summary: Documentation for OpenStack common configuration library
Group: Development/Languages/Python Group: Development/Languages/Python
BuildRequires: python-Sphinx BuildRequires: python2-Sphinx
BuildRequires: python-openstackdocstheme BuildRequires: python3-Sphinx
BuildRequires: python3-openstackdocstheme
BuildRequires: python3-sphinxcontrib-apidoc
%description -n python-oslo.config-doc %description -n python-oslo.config-doc
Documentation for the oslo-config library. Documentation for the oslo-config library.
%prep %prep
%autosetup -p1 -n oslo.config-6.8.1 %autosetup -p1 -n oslo.config-6.11.1
%py_req_cleanup %py_req_cleanup
%build %build
%{python_build} %{python_build}
PBR_VERSION=6.8.1 PYTHONPATH=. \ PBR_VERSION=6.11.1 PYTHONPATH=. \
sphinx-build -b html doc/source doc/build/html %sphinx_build -b html doc/source doc/build/html
# remove the sphinx-build leftovers # remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo} rm -rf doc/build/html/.{doctrees,buildinfo}
@ -126,9 +126,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check %check
# Requires oslo.log which we can't depend on for build cycle reasons # Requires oslo.log which we can't depend on for build cycle reasons
rm -v oslo_config/tests/test_cfg.py rm -v oslo_config/tests/test_cfg.py
%{python_expand rm -rf .testrepository %python_exec -m stestr.cli run
$python setup.py testr
}
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE