forked from pool/python-oslo.config
- update to version 8.0.2
- Remove universal wheel configuration - fix: fix float opt min and max value format errror - Use stevedore to list the source drivers in documentation - reword releasenote for py27 support dropping - Switch to Ussuri jobs - Switch to hacking 2.x - Update master for stable/train - tox: Trivial cleanup - [ussuri][goal] Drop python 2.7 support and testing - trivial: Cleanup tox.ini - Update the minversion parameter. - update source link in readme - Ensure option groups don't change during logging - Refactor unit tests for CLI usage - remove outdated header - Remove ConfigFilter - Support hyphens in positional argument names - mypy: Add boilerplate configuration - Stop configuring install_command in tox. - Remove six - Update the constraints url - Assume positional arguments are required - tox: Keeping going with docs OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=84
This commit is contained in:
parent
fabffb35a4
commit
a63a73e4c7
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/train/openstack/oslo.config/oslo.config.spec.j2</param>
|
||||
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/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/train/requirements.txt</param>
|
||||
<param name="requirements">https://opendev.org/openstack/oslo.config/raw/branch/stable/ussuri/requirements.txt</param>
|
||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||
<param name="changelog-provider">gh,openstack,oslo.config</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0ff585058a3bbb0f6a3e530428d643e7d2690af30d81d2143db2f919c3aec0d
|
||||
size 152842
|
3
oslo.config-8.0.2.tar.gz
Normal file
3
oslo.config-8.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44452960969a526c1d6ea8d36bafcbe137fbf6c3101bc41d5804814c9190dd22
|
||||
size 148224
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 12 09:46:27 UTC 2020 - cloud-devel@suse.de
|
||||
|
||||
- update to version 8.0.2
|
||||
- Remove universal wheel configuration
|
||||
- fix: fix float opt min and max value format errror
|
||||
- Use stevedore to list the source drivers in documentation
|
||||
- reword releasenote for py27 support dropping
|
||||
- Switch to Ussuri jobs
|
||||
- Switch to hacking 2.x
|
||||
- Update master for stable/train
|
||||
- tox: Trivial cleanup
|
||||
- [ussuri][goal] Drop python 2.7 support and testing
|
||||
- trivial: Cleanup tox.ini
|
||||
- Update the minversion parameter.
|
||||
- update source link in readme
|
||||
- Ensure option groups don't change during logging
|
||||
- Refactor unit tests for CLI usage
|
||||
- remove outdated header
|
||||
- Remove ConfigFilter
|
||||
- Support hyphens in positional argument names
|
||||
- mypy: Add boilerplate configuration
|
||||
- Stop configuring install_command in tox.
|
||||
- Remove six
|
||||
- Update the constraints url
|
||||
- Assume positional arguments are required
|
||||
- tox: Keeping going with docs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 14 12:03:03 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: python-oslo.config
|
||||
Version: 6.11.2
|
||||
Version: 8.0.2
|
||||
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.11.2.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-8.0.2.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python3-PyYAML >= 3.12
|
||||
BuildRequires: python3-debtcollector >= 1.2.0
|
||||
@ -36,7 +36,7 @@ BuildRequires: python3-pbr
|
||||
BuildRequires: python3-requests >= 2.18.0
|
||||
BuildRequires: python3-requests-mock
|
||||
BuildRequires: python3-rfc3986 >= 1.2.0
|
||||
BuildRequires: python3-six >= 1.10.0
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-stestr
|
||||
BuildRequires: python3-stevedore >= 1.20.0
|
||||
BuildRequires: python3-testscenarios
|
||||
@ -61,7 +61,7 @@ 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 >= 1.10.0
|
||||
Requires: python3-six
|
||||
Requires: python3-stevedore >= 1.20.0
|
||||
%if 0%{?suse_version}
|
||||
Obsoletes: python2-oslo.config < 8.0.1
|
||||
@ -89,13 +89,13 @@ BuildRequires: python3-sphinxcontrib-apidoc
|
||||
Documentation for the oslo-config library.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n oslo.config-6.11.2
|
||||
%autosetup -p1 -n oslo.config-8.0.2
|
||||
%py_req_cleanup
|
||||
|
||||
%build
|
||||
%{py3_build}
|
||||
|
||||
PBR_VERSION=6.11.2 PYTHONPATH=. \
|
||||
PBR_VERSION=8.0.2 PYTHONPATH=. \
|
||||
%sphinx_build -b html doc/source doc/build/html
|
||||
# remove the sphinx-build leftovers
|
||||
rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
|
Loading…
x
Reference in New Issue
Block a user