forked from pool/python-oslo.config
- 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
This commit is contained in:
parent
989cd548dd
commit
1e68cbba17
4
_service
4
_service
@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<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="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-provider">gh,openstack,oslo.config</param>
|
||||
</service>
|
||||
|
3
oslo.config-6.11.1.tar.gz
Normal file
3
oslo.config-6.11.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e99964a95e40b443b08e21f15fad5170bcc3a213f11ae5d187ce9046344bea91
|
||||
size 151928
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ea34cf642df4d18f92637b58dee92c1667c141aa004ce472e257fafc278ce11
|
||||
size 149525
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user