forked from pool/python-oslo.config
- update to version 3.17.0
* Add set_override method test with ListOpt * Fix: default value of prog should remove extension * Updated from global requirements * Add Port type to allow configuration of a list of tcp/ip ports * Advanced Option OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=50
This commit is contained in:
parent
37866e53ec
commit
0ba2b23c89
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84ffe8ea2729384451ac0f109e255da6e68ad92437ba7954264f5f79b461045d
|
||||
size 108240
|
3
oslo.config-3.17.0.tar.gz
Normal file
3
oslo.config-3.17.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a45cb90cf999536f0f7dd3d3e578d4645d2228474f9fafba982e73c5aa1fef7a
|
||||
size 109871
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 16:22:59 UTC 2016 - tbechtold@suse.com
|
||||
|
||||
- update to version 3.17.0
|
||||
* Add set_override method test with ListOpt
|
||||
* Fix: default value of prog should remove extension
|
||||
* Updated from global requirements
|
||||
* Add Port type to allow configuration of a list of tcp/ip ports
|
||||
* Advanced Option
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 8 09:26:42 UTC 2016 - dmueller@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%global sname oslo.config
|
||||
Name: python-oslo.config
|
||||
Version: 3.14.0
|
||||
Version: 3.17.0
|
||||
Release: 0
|
||||
Summary: OpenStack common configuration library
|
||||
License: Apache-2.0
|
||||
@ -28,8 +28,8 @@ Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.t
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python-debtcollector >= 1.2.0
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-fixtures >= 1.3.1
|
||||
BuildRequires: python-mock >= 1.2
|
||||
BuildRequires: python-fixtures >= 3.0.0
|
||||
BuildRequires: python-mock >= 2.0
|
||||
BuildRequires: python-netaddr >= 0.7.12
|
||||
BuildRequires: python-oslo.i18n >= 2.1.0
|
||||
BuildRequires: python-oslotest >= 1.10.0
|
||||
@ -37,7 +37,7 @@ BuildRequires: python-pbr >= 1.6
|
||||
BuildRequires: python-python-subunit >= 0.0.18
|
||||
BuildRequires: python-rfc3986 >= 0.2.0
|
||||
BuildRequires: python-six >= 1.9.0
|
||||
BuildRequires: python-stevedore >= 1.10.0
|
||||
BuildRequires: python-stevedore >= 1.16.0
|
||||
BuildRequires: python-testrepository >= 0.0.18
|
||||
BuildRequires: python-testscenarios >= 0.4
|
||||
BuildRequires: python-testtools >= 1.4.0
|
||||
@ -46,7 +46,7 @@ Requires: python-netaddr >= 0.7.12
|
||||
Requires: python-oslo.i18n >= 2.1.0
|
||||
Requires: python-rfc3986 >= 0.2.0
|
||||
Requires: python-six >= 1.9.0
|
||||
Requires: python-stevedore >= 1.10.0
|
||||
Requires: python-stevedore >= 1.16.0
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user