From b8c6d7d93daba782509f6595ecba3aef124e0bb5785b00a62f0e9b5fbdb8035a Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 31 Jul 2015 06:57:06 +0000 Subject: [PATCH] - 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 --- oslo.config-1.12.1.tar.gz | 3 --- oslo.config-2.1.0.tar.gz | 3 +++ python-oslo.config.changes | 30 ++++++++++++++++++++++++++++++ python-oslo.config.spec | 6 ++---- 4 files changed, 35 insertions(+), 7 deletions(-) delete mode 100644 oslo.config-1.12.1.tar.gz create mode 100644 oslo.config-2.1.0.tar.gz diff --git a/oslo.config-1.12.1.tar.gz b/oslo.config-1.12.1.tar.gz deleted file mode 100644 index e4b5d85..0000000 --- a/oslo.config-1.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d43880e88a55b13840dfd80495837017d4da3ad96aed288345410e0b35138477 -size 93823 diff --git a/oslo.config-2.1.0.tar.gz b/oslo.config-2.1.0.tar.gz new file mode 100644 index 0000000..2aadcb8 --- /dev/null +++ b/oslo.config-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44a50e8e01b3ff3708cee1611da914c2d2e060c18c66451421806c3bb555c27 +size 75470 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index a35630d..dc6bd5e 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -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 diff --git a/python-oslo.config.spec b/python-oslo.config.spec index a9e4c78..71c37ba 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -17,7 +17,7 @@ Name: python-oslo.config -Version: 1.12.1 +Version: 2.1.0 Release: 0 Summary: OpenStack configuration API License: Apache-2.0 @@ -44,7 +44,7 @@ BuildRequires: python-testscenarios >= 0.4 BuildRequires: python-testtools >= 0.9.36 Requires: python-netaddr >= 0.7.12 Requires: python-six >= 1.9.0 -Requires: python-stevedore >= 1.3.0 +Requires: python-stevedore >= 1.5.0 Provides: python-oslo-config = 2013.2 Obsoletes: python-oslo-config < 2013.2 Provides: %{name}-test = %{version} @@ -85,8 +85,6 @@ rm -rf html/.{doctrees,buildinfo} %defattr(-,root,root,-) %doc LICENSE README.rst AUTHORS %{_bindir}/oslo-config-generator -%{python_sitelib}/oslo -%{python_sitelib}/*-nspkg.pth %{python2_sitelib}/oslo_config %{python2_sitelib}/*.egg-info