forked from pool/python-oslo.config
- update to 2.1.0:
* Updated from global requirements * Add regex validation to String type * Add enforce_type option when setting an override * Updated from global requirements * Add *.egg* to .gitignore * Updated from global requirements * Remove oslo namespace package * Fix use of mock for 1.1.0 * Updated from global requirements * Expose min and max to IntOpt * Don't convert ValueError into NoSuchOptError in ConfigOpts * Updated from global requirements * Add FAQ entry for why we do not treat config options as API * Add set_default() method to fixture * fix fixture tests for fixtures 1.3.x * Add tox target to find missing requirements * Do not use oslo namespace for oslo.i18n lib * Fixes example for cfg * Updated from global requirements * Fix sorting of optional arguments * Switch badges from 'pypip.in' to 'shields.io' * Updated from global requirements * Fix sorting issue in python 3 * Fix typo in Opt class doc string - Adjust Requires OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=29
This commit is contained in:
parent
2e88ac8e1b
commit
b8c6d7d93d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d43880e88a55b13840dfd80495837017d4da3ad96aed288345410e0b35138477
|
|
||||||
size 93823
|
|
3
oslo.config-2.1.0.tar.gz
Normal file
3
oslo.config-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f44a50e8e01b3ff3708cee1611da914c2d2e060c18c66451421806c3bb555c27
|
||||||
|
size 75470
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 31 06:53:56 UTC 2015 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- update to 2.1.0:
|
||||||
|
* Updated from global requirements
|
||||||
|
* Add regex validation to String type
|
||||||
|
* Add enforce_type option when setting an override
|
||||||
|
* Updated from global requirements
|
||||||
|
* Add *.egg* to .gitignore
|
||||||
|
* Updated from global requirements
|
||||||
|
* Remove oslo namespace package
|
||||||
|
* Fix use of mock for 1.1.0
|
||||||
|
* Updated from global requirements
|
||||||
|
* Expose min and max to IntOpt
|
||||||
|
* Don't convert ValueError into NoSuchOptError in ConfigOpts
|
||||||
|
* Updated from global requirements
|
||||||
|
* Add FAQ entry for why we do not treat config options as API
|
||||||
|
* Add set_default() method to fixture
|
||||||
|
* fix fixture tests for fixtures 1.3.x
|
||||||
|
* Add tox target to find missing requirements
|
||||||
|
* Do not use oslo namespace for oslo.i18n lib
|
||||||
|
* Fixes example for cfg
|
||||||
|
* Updated from global requirements
|
||||||
|
* Fix sorting of optional arguments
|
||||||
|
* Switch badges from 'pypip.in' to 'shields.io'
|
||||||
|
* Updated from global requirements
|
||||||
|
* Fix sorting issue in python 3
|
||||||
|
* Fix typo in Opt class doc string
|
||||||
|
- Adjust Requires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 31 06:52:53 UTC 2015 - tbechtold@suse.com
|
Fri Jul 31 06:52:53 UTC 2015 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-oslo.config
|
Name: python-oslo.config
|
||||||
Version: 1.12.1
|
Version: 2.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenStack configuration API
|
Summary: OpenStack configuration API
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -44,7 +44,7 @@ BuildRequires: python-testscenarios >= 0.4
|
|||||||
BuildRequires: python-testtools >= 0.9.36
|
BuildRequires: python-testtools >= 0.9.36
|
||||||
Requires: python-netaddr >= 0.7.12
|
Requires: python-netaddr >= 0.7.12
|
||||||
Requires: python-six >= 1.9.0
|
Requires: python-six >= 1.9.0
|
||||||
Requires: python-stevedore >= 1.3.0
|
Requires: python-stevedore >= 1.5.0
|
||||||
Provides: python-oslo-config = 2013.2
|
Provides: python-oslo-config = 2013.2
|
||||||
Obsoletes: python-oslo-config < 2013.2
|
Obsoletes: python-oslo-config < 2013.2
|
||||||
Provides: %{name}-test = %{version}
|
Provides: %{name}-test = %{version}
|
||||||
@ -85,8 +85,6 @@ rm -rf html/.{doctrees,buildinfo}
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE README.rst AUTHORS
|
%doc LICENSE README.rst AUTHORS
|
||||||
%{_bindir}/oslo-config-generator
|
%{_bindir}/oslo-config-generator
|
||||||
%{python_sitelib}/oslo
|
|
||||||
%{python_sitelib}/*-nspkg.pth
|
|
||||||
%{python2_sitelib}/oslo_config
|
%{python2_sitelib}/oslo_config
|
||||||
%{python2_sitelib}/*.egg-info
|
%{python2_sitelib}/*.egg-info
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user