forked from pool/python-oslo.config
Accepting request 692854 from Cloud:OpenStack:Factory
- update to version 6.8.1 - Unit tests to illustrate positional argument bug - move some documentation out of the source files - Optimizing the safety of the http link site in faq.rst. - Fix get_location for opts in groups - Update mailinglist from dev to discuss - Use template for lower-constraints - Add support for machine-readable files to validator - Clean up grammar and spelling in driver docs - import zuul job settings from project-config - generator: Pass conf to _OptFormatter - sphinxext: Print output to logs, not to file - sphinxext: Handle multi-line group descriptions - Close a previously opened file in config generator - Always build universal wheels - Update reno for stable/rocky - Add support for looking in environment for config - Simple config validator - avoid trailing space in sphinxext log output - add python 3.6 unit test job - python3: Ensure ConfigOpts __iter__ uses list(d.keys()) - [Configuration] Clean up .gitignore files. - sphinxext: Stop emitting lines multiple times - Document when sample_default is in use - add lib-forward-testing-python3 test job - Add release note and documentation for config validator - Cleaning testrepository occurrences. - Write sphinxext debug tempfile with linebreaks - Replace assertRaisesRegexp with assertRaisesRegex - fix formatting of sample defaults OBS-URL: https://build.opensuse.org/request/show/692854 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=30
This commit is contained in:
commit
ea3f87b689
4
_service
4
_service
@ -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/rocky/openstack/oslo.config/oslo.config.spec.j2</param>
|
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/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/rocky/requirements.txt</param>
|
<param name="requirements">https://raw.githubusercontent.com/openstack/oslo.config/stable/stein/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>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:814d74a0a7a0cfd68e4665627af85bfc803b644213a7fcf67cd018c01706e54b
|
|
||||||
size 144762
|
|
3
oslo.config-6.8.1.tar.gz
Normal file
3
oslo.config-6.8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7ea34cf642df4d18f92637b58dee92c1667c141aa004ce472e257fafc278ce11
|
||||||
|
size 149525
|
@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 8 11:24:14 UTC 2019 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
- update to version 6.8.1
|
||||||
|
- Unit tests to illustrate positional argument bug
|
||||||
|
- move some documentation out of the source files
|
||||||
|
- Optimizing the safety of the http link site in faq.rst.
|
||||||
|
- Fix get_location for opts in groups
|
||||||
|
- Update mailinglist from dev to discuss
|
||||||
|
- Use template for lower-constraints
|
||||||
|
- Add support for machine-readable files to validator
|
||||||
|
- Clean up grammar and spelling in driver docs
|
||||||
|
- import zuul job settings from project-config
|
||||||
|
- generator: Pass conf to _OptFormatter
|
||||||
|
- sphinxext: Print output to logs, not to file
|
||||||
|
- sphinxext: Handle multi-line group descriptions
|
||||||
|
- Close a previously opened file in config generator
|
||||||
|
- Always build universal wheels
|
||||||
|
- Update reno for stable/rocky
|
||||||
|
- Add support for looking in environment for config
|
||||||
|
- Simple config validator
|
||||||
|
- avoid trailing space in sphinxext log output
|
||||||
|
- add python 3.6 unit test job
|
||||||
|
- python3: Ensure ConfigOpts __iter__ uses list(d.keys())
|
||||||
|
- [Configuration] Clean up .gitignore files.
|
||||||
|
- sphinxext: Stop emitting lines multiple times
|
||||||
|
- Document when sample_default is in use
|
||||||
|
- add lib-forward-testing-python3 test job
|
||||||
|
- Add release note and documentation for config validator
|
||||||
|
- Cleaning testrepository occurrences.
|
||||||
|
- Write sphinxext debug tempfile with linebreaks
|
||||||
|
- Replace assertRaisesRegexp with assertRaisesRegex
|
||||||
|
- fix formatting of sample defaults
|
||||||
|
- Migrating oslo.config to use stestr
|
||||||
|
- Resolve deprecation warning for rfc3986 uri validation
|
||||||
|
- Update hacking version
|
||||||
|
- Clean up .gitignore references to personal tools
|
||||||
|
- Update sphinx extension logging
|
||||||
|
- add python 3.7 unit test job
|
||||||
|
- Revert "Optimizing the safety of the http link site in faq.rst."
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 6 14:57:47 UTC 2019 - cloud-devel@suse.de
|
Wed Feb 6 14:57:47 UTC 2019 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-oslo.config
|
Name: python-oslo.config
|
||||||
Version: 6.4.1
|
Version: 6.8.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.4.1.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-6.8.1.tar.gz
|
||||||
BuildRequires: openstack-macros
|
BuildRequires: openstack-macros
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python2-PyYAML >= 3.12
|
BuildRequires: python2-PyYAML >= 3.12
|
||||||
@ -34,10 +34,9 @@ BuildRequires: python2-netaddr >= 0.7.18
|
|||||||
BuildRequires: python2-oslo.i18n >= 3.15.3
|
BuildRequires: python2-oslo.i18n >= 3.15.3
|
||||||
BuildRequires: python2-oslotest
|
BuildRequires: python2-oslotest
|
||||||
BuildRequires: python2-pbr
|
BuildRequires: python2-pbr
|
||||||
BuildRequires: python2-python-subunit
|
|
||||||
BuildRequires: python2-requests >= 2.18.0
|
BuildRequires: python2-requests >= 2.18.0
|
||||||
BuildRequires: python2-requests-mock
|
BuildRequires: python2-requests-mock
|
||||||
BuildRequires: python2-rfc3986 >= 0.3.1
|
BuildRequires: python2-rfc3986 >= 1.2.0
|
||||||
BuildRequires: python2-six >= 1.10.0
|
BuildRequires: python2-six >= 1.10.0
|
||||||
BuildRequires: python2-stevedore >= 1.20.0
|
BuildRequires: python2-stevedore >= 1.20.0
|
||||||
BuildRequires: python2-testrepository
|
BuildRequires: python2-testrepository
|
||||||
@ -52,10 +51,9 @@ BuildRequires: python3-netaddr >= 0.7.18
|
|||||||
BuildRequires: python3-oslo.i18n >= 3.15.3
|
BuildRequires: python3-oslo.i18n >= 3.15.3
|
||||||
BuildRequires: python3-oslotest
|
BuildRequires: python3-oslotest
|
||||||
BuildRequires: python3-pbr
|
BuildRequires: python3-pbr
|
||||||
BuildRequires: python3-python-subunit
|
|
||||||
BuildRequires: python3-requests >= 2.18.0
|
BuildRequires: python3-requests >= 2.18.0
|
||||||
BuildRequires: python3-requests-mock
|
BuildRequires: python3-requests-mock
|
||||||
BuildRequires: python3-rfc3986 >= 0.3.1
|
BuildRequires: python3-rfc3986 >= 1.2.0
|
||||||
BuildRequires: python3-six >= 1.10.0
|
BuildRequires: python3-six >= 1.10.0
|
||||||
BuildRequires: python3-stevedore >= 1.20.0
|
BuildRequires: python3-stevedore >= 1.20.0
|
||||||
BuildRequires: python3-testrepository
|
BuildRequires: python3-testrepository
|
||||||
@ -66,7 +64,7 @@ Requires: python-debtcollector >= 1.2.0
|
|||||||
Requires: python-netaddr >= 0.7.18
|
Requires: python-netaddr >= 0.7.18
|
||||||
Requires: python-oslo.i18n >= 3.15.3
|
Requires: python-oslo.i18n >= 3.15.3
|
||||||
Requires: python-requests >= 2.18.0
|
Requires: python-requests >= 2.18.0
|
||||||
Requires: python-rfc3986 >= 0.3.1
|
Requires: python-rfc3986 >= 1.2.0
|
||||||
Requires: python-six >= 1.10.0
|
Requires: python-six >= 1.10.0
|
||||||
Requires: python-stevedore >= 1.20.0
|
Requires: python-stevedore >= 1.20.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -103,14 +101,13 @@ BuildRequires: python-openstackdocstheme
|
|||||||
Documentation for the oslo-config library.
|
Documentation for the oslo-config library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n oslo.config-6.4.1
|
%autosetup -p1 -n oslo.config-6.8.1
|
||||||
%py_req_cleanup
|
%py_req_cleanup
|
||||||
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{python_build}
|
%{python_build}
|
||||||
|
|
||||||
PBR_VERSION=6.4.1 PYTHONPATH=. \
|
PBR_VERSION=6.8.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}
|
||||||
@ -118,9 +115,10 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
|
|||||||
%install
|
%install
|
||||||
%{python_install}
|
%{python_install}
|
||||||
%python_clone -a %{buildroot}%{_bindir}/oslo-config-generator
|
%python_clone -a %{buildroot}%{_bindir}/oslo-config-generator
|
||||||
|
%python_clone -a %{buildroot}%{_bindir}/oslo-config-validator
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative oslo-config-generator
|
%{python_install_alternative oslo-config-generator oslo-config-validator}
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%python_uninstall_alternative oslo-config-generator
|
%python_uninstall_alternative oslo-config-generator
|
||||||
@ -135,6 +133,7 @@ $python setup.py testr
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%python_alternative %{_bindir}/oslo-config-generator
|
%python_alternative %{_bindir}/oslo-config-generator
|
||||||
|
%python_alternative %{_bindir}/oslo-config-validator
|
||||||
%{python_sitelib}/oslo_config
|
%{python_sitelib}/oslo_config
|
||||||
%{python_sitelib}/*.egg-info
|
%{python_sitelib}/*.egg-info
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user