From 7c8b77e7e014c42e9a6f556423aff52c3be51e0b250d46fc88219fed57357dc3 Mon Sep 17 00:00:00 2001 From: Bernhard Wiedemann Date: Tue, 3 Mar 2015 15:07:10 +0000 Subject: [PATCH 1/3] because of bnc#920180 we need version 1.4.0 for python-openstackclient - go back to released version (1.3.0) Replace assertEquals with assertEqual Add the ability to validate default options value OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=20 --- python-oslo.config.changes | 9 ++++++++- python-oslo.config.spec | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-oslo.config.changes b/python-oslo.config.changes index 7d0ba49..d542aeb 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 3 15:05:36 UTC 2015 - bwiedemann@suse.com + +- because of bnc#920180 we need version 1.4.0 for python-openstackclient + ------------------------------------------------------------------- Mon Sep 22 09:37:53 UTC 2014 - dmueller@suse.com @@ -62,7 +67,9 @@ Tue Jul 29 20:23:37 UTC 2014 - dmueller@suse.com ------------------------------------------------------------------- Fri Jun 27 11:11:26 UTC 2014 - dmueller@suse.com -- go back to released version (1.3.0) +- go back to released version (1.3.0) + Replace assertEquals with assertEqual + Add the ability to validate default options value ------------------------------------------------------------------- Fri Jun 20 00:02:53 UTC 2014 - cloud-devel@suse.de diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 0aba0a0..298ff9f 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -1,7 +1,7 @@ # # spec file for package python-oslo.config # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 9862f3603da63831c2c6deee6396a42cbc358c31144b190fa9e78c50416efac7 Mon Sep 17 00:00:00 2001 From: Bernhard Wiedemann Date: Tue, 7 Apr 2015 11:00:03 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=21 --- project.diff | 280 +++++++++++++++++++++++++++++++++++++ python-oslo.config.changes | 9 +- python-oslo.config.spec | 2 +- 3 files changed, 282 insertions(+), 9 deletions(-) create mode 100644 project.diff diff --git a/project.diff b/project.diff new file mode 100644 index 0000000..5b4650b --- /dev/null +++ b/project.diff @@ -0,0 +1,280 @@ +--- _service.orig ++++ _service +@@ -5,8 +5,6 @@ + + oslo.config + +- +- + + enable + +--- python-oslo.config.changes.orig ++++ python-oslo.config.changes +@@ -1,41 +1,171 @@ + ------------------------------------------------------------------- +-Wed Apr 2 09:05:43 UTC 2014 - speilicke@suse.com ++Tue Mar 3 15:05:36 UTC 2015 - bwiedemann@suse.com + +-- Update to version 1.3.0: +- * Include the 'meta' trove classifiers for python versions +- * Do substitution on overrides and defaults too +- * Follow style guide for help strings ++- because of bnc#920180 we need version 1.4.0 for python-openstackclient ++ ++------------------------------------------------------------------- ++Mon Sep 22 09:37:53 UTC 2014 - dmueller@suse.com ++ ++- add temporary workaround for dependencies on 1.4.0.0a3 ++ ++------------------------------------------------------------------- ++Sun Sep 21 09:04:13 UTC 2014 - tbechtold@suse.com ++ ++- update to version 1.4.0: ++ * Looks for variable subtitution in the same group ++- Fix version Requires for python-netaddr ++- Adjust BuildRequires according to test-requirements.txt ++ ++------------------------------------------------------------------- ++Fri Sep 12 08:14:23 UTC 2014 - dmueller@suse.com ++ ++- update to 1.4.0.0a4: ++ * Updated from global requirements ++ * Log a fixed length string of asterisks for obfuscation ++ * Added link to bug tracker and documentation in oslo.config readme ++ * Bump hacking to version 0.9.2 ++ ++------------------------------------------------------------------- ++Tue Jul 29 20:23:37 UTC 2014 - dmueller@suse.com ++ ++- update to 1.4.0a3: ++ * Changes imports order to pass H305, enables check ++ * generator: tweak how MultiStrOpt defaults are handled ++ * Add release notes for 1.3.0 and 1.4.0.0a1/2 ++ * Hook up config fixture docs ++ * Hook IPOpt class into the docs ++ * Replaced 'e.g.' with 'for example' ++ * Add cfgfilter.ConfigFilter ++ * generator: remove the default sanitizer feature ++ * cfg,generator: add Opt.sample_default attribute ++ * generator: refactor MultiStrOpt handling ++ * Fix flaws in methods' docstring ++ * Introduce Opts for IP addresses ++ * Refactors _Namespace to make the code clearer ++ * Add oslo-config-generator ++ * Add CLI option support to config fixture ++ * Updated from global requirements ++ * Remove print statement from types.Dict ++ * Add warning about interpolating values from groups ++ * Add more tests for positional CLI opts ++ * Add test case for hyphenated option names ++ * Fixes an issue validating max integer values ++ * Bump hacking to 0.9.x series ++ * Updated from global requirements ++ * Add a doc sample for how to use the required field ++ * log: string format arguments changed to function parameters ++ * Fix deprecated_opts for cli options ++ * Reject option names prefixed with '_' ++ * Graduate config fixture ++ * Updated from global requirements ++ * Fix test_version on Python 3.4 ++ * Add section titles and fix markup of docstring ++ * Avoid using too generic names in _Namespace ++ * Import run_cross_tests.sh from oslo-incubator ++ * Move py33 env before py2x ++ ++------------------------------------------------------------------- ++Fri Jun 27 11:11:26 UTC 2014 - dmueller@suse.com ++ ++- go back to released version (1.3.0) ++ Replace assertEquals with assertEqual ++ Add the ability to validate default options value ++ ++------------------------------------------------------------------- ++Fri Jun 20 00:02:53 UTC 2014 - cloud-devel@suse.de ++ ++- Update to version oslo.config-1.3.0.29.ge0172be: ++ * Updated from global requirements ++ * Add more tests for positional CLI opts ++ ++------------------------------------------------------------------- ++Thu Jun 19 00:01:57 UTC 2014 - cloud-devel@suse.de ++ ++- Update to version oslo.config-1.3.0.26.g582e1a3: ++ * Remove print statement from types.Dict ++ * Add test case for hyphenated option names ++ ++------------------------------------------------------------------- ++Sun Jun 15 00:03:00 UTC 2014 - cloud-devel@suse.de ++ ++- Update to version oslo.config-1.3.0.22.g1746fd2: ++ * Fixes an issue validating max integer values ++ * Bump hacking to 0.9.x series ++ ++------------------------------------------------------------------- ++Wed Jun 11 00:44:12 UTC 2014 - cloud-devel@suse.de ++ ++- Update to version oslo.config-1.3.0.19.g6c283cd: + * Updated from global requirements +- * Convert to oslo.test +- * Fix a whitespace in a comment +- * Fix docstring of parsing order +- * Switch over to oslosphinx +- * Remove extraneous vim configuration comments +- * Fix misspellings in oslo.config +- * Add py33 trove classifier +- * Support building wheels (PEP-427) +- * Add Style Guide for help of config options +- * Add docs for types +- * Throw exception if --config-dir doesn't exist +- * Remove copyright from empty files +- * Implemented support for custom opt types +- * Fix for parsing error with Dollar Sign ($) in values +- * Utilizes assertIsNone and assertIsNotNone +- * Fix spelling errors in docstrings and comments +- * Added support of operator '==' +- * Updated from global requirements +- * Updated from global requirements +- * Fix to make ConfigOpts no longer obscure IOErrors +- * Replace assertEquals with assertEqual ++ * Add a doc sample for how to use the required field ++ ++------------------------------------------------------------------- ++Tue May 27 23:41:24 UTC 2014 - cloud-devel@suse.de ++ ++- Update to version oslo.config-1.3.0.16.g8b4bf0f: ++ * log: string format arguments changed to function parameters ++ ++------------------------------------------------------------------- ++Sat May 10 00:04:44 UTC 2014 - cloud-devel@suse.de ++ ++- Update to version oslo.config-1.3.0.15.g78c2bc9: ++ * Fix deprecated_opts for cli options ++ ++------------------------------------------------------------------- ++Thu May 8 00:04:05 UTC 2014 - cloud-devel@suse.de ++ ++- Update to version oslo.config-1.3.0.13.gbdb0814: + * Updated from global requirements +- * Add the ability to validate default options value +-- Switch to Icehouse release + + ------------------------------------------------------------------- +-Thu Mar 27 10:19:08 UTC 2014 - dmueller@suse.com ++Wed May 7 00:03:03 UTC 2014 - cloud-devel@suse.de ++ ++- Update to version oslo.config-1.3.0.11.ga4bb2e4: ++ * Add section titles and fix markup of docstring ++ ++------------------------------------------------------------------- ++Tue May 6 00:06:43 UTC 2014 - cloud-devel@suse.de ++ ++- Update to version oslo.config-1.3.0.9.g7240ad9: ++ * Reject option names prefixed with '_' ++ * Fix docstring for _Namespace._get_cli_value ++ ++------------------------------------------------------------------- ++Sun May 4 00:05:07 UTC 2014 - cloud-devel@suse.de + +-- switch back to released version of oslo.config (which is +- recommended for Icehouse) ++- Update to version oslo.config-1.3.0.5.gb3ed1ac: ++ * Graduate config fixture ++ ++------------------------------------------------------------------- ++Sat Apr 26 00:01:23 UTC 2014 - cloud-devel@suse.de ++ ++- Update to version oslo.config-1.3.0.4.g0a66c27: ++ * Fix test_version on Python 3.4 ++ ++------------------------------------------------------------------- ++Tue Apr 15 23:52:20 UTC 2014 - cloud-devel@suse.de ++ ++- Update to version oslo.config-1.3.0.3.g78225a5: ++ * Avoid using too generic names in _Namespace ++ ++------------------------------------------------------------------- ++Sat Apr 5 00:28:08 UTC 2014 - cloud-devel@suse.de ++ ++- Update to version oslo.config-1.3.0.2.g4b8b206: ++ * Import run_cross_tests.sh from oslo-incubator ++ ++------------------------------------------------------------------- ++Wed Apr 2 00:36:07 UTC 2014 - cloud-devel@suse.de ++ ++- Update to version oslo.config-1.3.0.1.g1dc9e67: ++ * Move py33 env before py2x ++ 1.3.0 ++ ++------------------------------------------------------------------- ++Mon Mar 10 16:33:25 UTC 2014 - cloud-devel@suse.de ++ ++- Update to version oslo.config-1.3.0a0.40.gb347519: ++ * Include the 'meta' trove classifiers for python versions + + ------------------------------------------------------------------- + Wed Mar 5 01:11:55 UTC 2014 - cloud-devel@suse.de +--- python-oslo.config.spec.orig ++++ python-oslo.config.spec +@@ -1,7 +1,7 @@ + # + # spec file for package python-oslo.config + # +-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. ++# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. + # + # All modifications and additions to the file contributed by third parties + # remain the property of their copyright owners, unless otherwise agreed +@@ -17,7 +17,7 @@ + + + Name: python-oslo.config +-Version: 1.3.0 ++Version: 1.4.0 + Release: 0 + Url: https://launchpad.net/oslo/ + Summary: OpenStack configuration API +@@ -28,9 +28,8 @@ Source99: rpmlintrc + BuildRoot: %{_tmppath}/%{name}-%{version}-build + BuildRequires: fdupes + BuildRequires: python-devel +-BuildRequires: python-pbr +-# Documentation requirements: + BuildRequires: python-oslosphinx ++BuildRequires: python-pbr + # Test requirements: + #BuildRequires: python-coverage >= 3.6 + %if 0%{?suse_version} && 0%{?suse_version} <= 1110 +@@ -39,15 +38,20 @@ BuildRequires: python-discover + %endif + BuildRequires: python-fixtures >= 0.3.14 + BuildRequires: python-mock >= 1.0 ++BuildRequires: python-netaddr + BuildRequires: python-oslotest + BuildRequires: python-python-subunit >= 0.0.18 +-BuildRequires: python-six >= 1.5.2 +-BuildRequires: python-testrepository >= 0.0.17 ++BuildRequires: python-six ++BuildRequires: python-stevedore ++BuildRequires: python-testrepository >= 0.0.18 + BuildRequires: python-testscenarios >= 0.4 +-BuildRequires: python-testtools >= 0.9.32 ++BuildRequires: python-testtools >= 0.9.34 ++Requires: python-netaddr >= 0.7.12 + Requires: python-pbr +-Requires: python-six >= 1.5.2 ++Requires: python-six >= 1.7 ++Requires: python-stevedore >= 0.14 + Provides: python-oslo-config = 2013.2 ++Provides: python-oslo.config = 1.4.0.0a3 + Obsoletes: python-oslo-config < 2013.2 + %if 0%{?suse_version} && 0%{?suse_version} <= 1110 + Requires: python-argparse +@@ -96,6 +100,7 @@ testr init && testr run --parallel + %files + %defattr(-,root,root,-) + %doc LICENSE README.rst AUTHORS ++%{_bindir}/oslo-config-generator + %{python_sitelib}/oslo + %{python_sitelib}/*.egg-info + %{python_sitelib}/*-nspkg.pth diff --git a/python-oslo.config.changes b/python-oslo.config.changes index d542aeb..7d0ba49 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Tue Mar 3 15:05:36 UTC 2015 - bwiedemann@suse.com - -- because of bnc#920180 we need version 1.4.0 for python-openstackclient - ------------------------------------------------------------------- Mon Sep 22 09:37:53 UTC 2014 - dmueller@suse.com @@ -67,9 +62,7 @@ Tue Jul 29 20:23:37 UTC 2014 - dmueller@suse.com ------------------------------------------------------------------- Fri Jun 27 11:11:26 UTC 2014 - dmueller@suse.com -- go back to released version (1.3.0) - Replace assertEquals with assertEqual - Add the ability to validate default options value +- go back to released version (1.3.0) ------------------------------------------------------------------- Fri Jun 20 00:02:53 UTC 2014 - cloud-devel@suse.de diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 298ff9f..0aba0a0 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -1,7 +1,7 @@ # # spec file for package python-oslo.config # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 542333c890063fc45c0e2aa5e35b49091561a3b6d0b3867a8d04415a2fcc4121 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 28 Apr 2015 09:25:37 +0000 Subject: [PATCH 3/3] - Add python_requires to _service - Update Requires version according to requirements.txt - update to version 1.6.0: * Set the version string * Stop sorting options on output * Move files out of the namespace package * Workflow documentation is now in infra-manual * Fix wrong order of positional args in cli * add tests coverage for an oslo.messaging use case * Refactored help string generation * Updated from global requirements * Updated from global requirements * Fix class constant indentation * Updated from global requirements * Activate pep8 check that _ is imported * Updated from global requirements * Updated from global requirements * Add pbr to installation requirements * Updated from global requirements * Add some guidance for group names * delay formatting debug log message * Check config default value is correct type * Report permission denied when parsing config * Fix docs example using generator config files * Updated from global requirements * do not use colons in section titles * Stop using intersphinx - Adjust Requires according to requirements.txt - Adjust BuildRequires according to test-requirements.txt OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=22 --- _service | 4 +- oslo.config-1.4.0.tar.gz | 3 - oslo.config-1.6.0.tar.gz | 3 + project.diff | 280 ------------------------------------- python-oslo.config.changes | 37 ++++- python-oslo.config.spec | 14 +- 6 files changed, 48 insertions(+), 293 deletions(-) delete mode 100644 oslo.config-1.4.0.tar.gz create mode 100644 oslo.config-1.6.0.tar.gz delete mode 100644 project.diff diff --git a/_service b/_service index f80cab0..c7263d1 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - + enable @@ -8,4 +8,6 @@ enable + + diff --git a/oslo.config-1.4.0.tar.gz b/oslo.config-1.4.0.tar.gz deleted file mode 100644 index 185225b..0000000 --- a/oslo.config-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:739e76e0a83ec585a3c0415140d9e6ba1b14c7f207e33643e8af7eb4346ffe07 -size 66544 diff --git a/oslo.config-1.6.0.tar.gz b/oslo.config-1.6.0.tar.gz new file mode 100644 index 0000000..a24bd28 --- /dev/null +++ b/oslo.config-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88cf1af696b4d9cae783a4c8c6898e6fb4abd176f9c9906ba388e7eac5eab17 +size 90139 diff --git a/project.diff b/project.diff deleted file mode 100644 index 5b4650b..0000000 --- a/project.diff +++ /dev/null @@ -1,280 +0,0 @@ ---- _service.orig -+++ _service -@@ -5,8 +5,6 @@ - - oslo.config - -- -- - - enable - ---- python-oslo.config.changes.orig -+++ python-oslo.config.changes -@@ -1,41 +1,171 @@ - ------------------------------------------------------------------- --Wed Apr 2 09:05:43 UTC 2014 - speilicke@suse.com -+Tue Mar 3 15:05:36 UTC 2015 - bwiedemann@suse.com - --- Update to version 1.3.0: -- * Include the 'meta' trove classifiers for python versions -- * Do substitution on overrides and defaults too -- * Follow style guide for help strings -+- because of bnc#920180 we need version 1.4.0 for python-openstackclient -+ -+------------------------------------------------------------------- -+Mon Sep 22 09:37:53 UTC 2014 - dmueller@suse.com -+ -+- add temporary workaround for dependencies on 1.4.0.0a3 -+ -+------------------------------------------------------------------- -+Sun Sep 21 09:04:13 UTC 2014 - tbechtold@suse.com -+ -+- update to version 1.4.0: -+ * Looks for variable subtitution in the same group -+- Fix version Requires for python-netaddr -+- Adjust BuildRequires according to test-requirements.txt -+ -+------------------------------------------------------------------- -+Fri Sep 12 08:14:23 UTC 2014 - dmueller@suse.com -+ -+- update to 1.4.0.0a4: -+ * Updated from global requirements -+ * Log a fixed length string of asterisks for obfuscation -+ * Added link to bug tracker and documentation in oslo.config readme -+ * Bump hacking to version 0.9.2 -+ -+------------------------------------------------------------------- -+Tue Jul 29 20:23:37 UTC 2014 - dmueller@suse.com -+ -+- update to 1.4.0a3: -+ * Changes imports order to pass H305, enables check -+ * generator: tweak how MultiStrOpt defaults are handled -+ * Add release notes for 1.3.0 and 1.4.0.0a1/2 -+ * Hook up config fixture docs -+ * Hook IPOpt class into the docs -+ * Replaced 'e.g.' with 'for example' -+ * Add cfgfilter.ConfigFilter -+ * generator: remove the default sanitizer feature -+ * cfg,generator: add Opt.sample_default attribute -+ * generator: refactor MultiStrOpt handling -+ * Fix flaws in methods' docstring -+ * Introduce Opts for IP addresses -+ * Refactors _Namespace to make the code clearer -+ * Add oslo-config-generator -+ * Add CLI option support to config fixture -+ * Updated from global requirements -+ * Remove print statement from types.Dict -+ * Add warning about interpolating values from groups -+ * Add more tests for positional CLI opts -+ * Add test case for hyphenated option names -+ * Fixes an issue validating max integer values -+ * Bump hacking to 0.9.x series -+ * Updated from global requirements -+ * Add a doc sample for how to use the required field -+ * log: string format arguments changed to function parameters -+ * Fix deprecated_opts for cli options -+ * Reject option names prefixed with '_' -+ * Graduate config fixture -+ * Updated from global requirements -+ * Fix test_version on Python 3.4 -+ * Add section titles and fix markup of docstring -+ * Avoid using too generic names in _Namespace -+ * Import run_cross_tests.sh from oslo-incubator -+ * Move py33 env before py2x -+ -+------------------------------------------------------------------- -+Fri Jun 27 11:11:26 UTC 2014 - dmueller@suse.com -+ -+- go back to released version (1.3.0) -+ Replace assertEquals with assertEqual -+ Add the ability to validate default options value -+ -+------------------------------------------------------------------- -+Fri Jun 20 00:02:53 UTC 2014 - cloud-devel@suse.de -+ -+- Update to version oslo.config-1.3.0.29.ge0172be: -+ * Updated from global requirements -+ * Add more tests for positional CLI opts -+ -+------------------------------------------------------------------- -+Thu Jun 19 00:01:57 UTC 2014 - cloud-devel@suse.de -+ -+- Update to version oslo.config-1.3.0.26.g582e1a3: -+ * Remove print statement from types.Dict -+ * Add test case for hyphenated option names -+ -+------------------------------------------------------------------- -+Sun Jun 15 00:03:00 UTC 2014 - cloud-devel@suse.de -+ -+- Update to version oslo.config-1.3.0.22.g1746fd2: -+ * Fixes an issue validating max integer values -+ * Bump hacking to 0.9.x series -+ -+------------------------------------------------------------------- -+Wed Jun 11 00:44:12 UTC 2014 - cloud-devel@suse.de -+ -+- Update to version oslo.config-1.3.0.19.g6c283cd: - * Updated from global requirements -- * Convert to oslo.test -- * Fix a whitespace in a comment -- * Fix docstring of parsing order -- * Switch over to oslosphinx -- * Remove extraneous vim configuration comments -- * Fix misspellings in oslo.config -- * Add py33 trove classifier -- * Support building wheels (PEP-427) -- * Add Style Guide for help of config options -- * Add docs for types -- * Throw exception if --config-dir doesn't exist -- * Remove copyright from empty files -- * Implemented support for custom opt types -- * Fix for parsing error with Dollar Sign ($) in values -- * Utilizes assertIsNone and assertIsNotNone -- * Fix spelling errors in docstrings and comments -- * Added support of operator '==' -- * Updated from global requirements -- * Updated from global requirements -- * Fix to make ConfigOpts no longer obscure IOErrors -- * Replace assertEquals with assertEqual -+ * Add a doc sample for how to use the required field -+ -+------------------------------------------------------------------- -+Tue May 27 23:41:24 UTC 2014 - cloud-devel@suse.de -+ -+- Update to version oslo.config-1.3.0.16.g8b4bf0f: -+ * log: string format arguments changed to function parameters -+ -+------------------------------------------------------------------- -+Sat May 10 00:04:44 UTC 2014 - cloud-devel@suse.de -+ -+- Update to version oslo.config-1.3.0.15.g78c2bc9: -+ * Fix deprecated_opts for cli options -+ -+------------------------------------------------------------------- -+Thu May 8 00:04:05 UTC 2014 - cloud-devel@suse.de -+ -+- Update to version oslo.config-1.3.0.13.gbdb0814: - * Updated from global requirements -- * Add the ability to validate default options value --- Switch to Icehouse release - - ------------------------------------------------------------------- --Thu Mar 27 10:19:08 UTC 2014 - dmueller@suse.com -+Wed May 7 00:03:03 UTC 2014 - cloud-devel@suse.de -+ -+- Update to version oslo.config-1.3.0.11.ga4bb2e4: -+ * Add section titles and fix markup of docstring -+ -+------------------------------------------------------------------- -+Tue May 6 00:06:43 UTC 2014 - cloud-devel@suse.de -+ -+- Update to version oslo.config-1.3.0.9.g7240ad9: -+ * Reject option names prefixed with '_' -+ * Fix docstring for _Namespace._get_cli_value -+ -+------------------------------------------------------------------- -+Sun May 4 00:05:07 UTC 2014 - cloud-devel@suse.de - --- switch back to released version of oslo.config (which is -- recommended for Icehouse) -+- Update to version oslo.config-1.3.0.5.gb3ed1ac: -+ * Graduate config fixture -+ -+------------------------------------------------------------------- -+Sat Apr 26 00:01:23 UTC 2014 - cloud-devel@suse.de -+ -+- Update to version oslo.config-1.3.0.4.g0a66c27: -+ * Fix test_version on Python 3.4 -+ -+------------------------------------------------------------------- -+Tue Apr 15 23:52:20 UTC 2014 - cloud-devel@suse.de -+ -+- Update to version oslo.config-1.3.0.3.g78225a5: -+ * Avoid using too generic names in _Namespace -+ -+------------------------------------------------------------------- -+Sat Apr 5 00:28:08 UTC 2014 - cloud-devel@suse.de -+ -+- Update to version oslo.config-1.3.0.2.g4b8b206: -+ * Import run_cross_tests.sh from oslo-incubator -+ -+------------------------------------------------------------------- -+Wed Apr 2 00:36:07 UTC 2014 - cloud-devel@suse.de -+ -+- Update to version oslo.config-1.3.0.1.g1dc9e67: -+ * Move py33 env before py2x -+ 1.3.0 -+ -+------------------------------------------------------------------- -+Mon Mar 10 16:33:25 UTC 2014 - cloud-devel@suse.de -+ -+- Update to version oslo.config-1.3.0a0.40.gb347519: -+ * Include the 'meta' trove classifiers for python versions - - ------------------------------------------------------------------- - Wed Mar 5 01:11:55 UTC 2014 - cloud-devel@suse.de ---- python-oslo.config.spec.orig -+++ python-oslo.config.spec -@@ -1,7 +1,7 @@ - # - # spec file for package python-oslo.config - # --# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. -+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. - # - # All modifications and additions to the file contributed by third parties - # remain the property of their copyright owners, unless otherwise agreed -@@ -17,7 +17,7 @@ - - - Name: python-oslo.config --Version: 1.3.0 -+Version: 1.4.0 - Release: 0 - Url: https://launchpad.net/oslo/ - Summary: OpenStack configuration API -@@ -28,9 +28,8 @@ Source99: rpmlintrc - BuildRoot: %{_tmppath}/%{name}-%{version}-build - BuildRequires: fdupes - BuildRequires: python-devel --BuildRequires: python-pbr --# Documentation requirements: - BuildRequires: python-oslosphinx -+BuildRequires: python-pbr - # Test requirements: - #BuildRequires: python-coverage >= 3.6 - %if 0%{?suse_version} && 0%{?suse_version} <= 1110 -@@ -39,15 +38,20 @@ BuildRequires: python-discover - %endif - BuildRequires: python-fixtures >= 0.3.14 - BuildRequires: python-mock >= 1.0 -+BuildRequires: python-netaddr - BuildRequires: python-oslotest - BuildRequires: python-python-subunit >= 0.0.18 --BuildRequires: python-six >= 1.5.2 --BuildRequires: python-testrepository >= 0.0.17 -+BuildRequires: python-six -+BuildRequires: python-stevedore -+BuildRequires: python-testrepository >= 0.0.18 - BuildRequires: python-testscenarios >= 0.4 --BuildRequires: python-testtools >= 0.9.32 -+BuildRequires: python-testtools >= 0.9.34 -+Requires: python-netaddr >= 0.7.12 - Requires: python-pbr --Requires: python-six >= 1.5.2 -+Requires: python-six >= 1.7 -+Requires: python-stevedore >= 0.14 - Provides: python-oslo-config = 2013.2 -+Provides: python-oslo.config = 1.4.0.0a3 - Obsoletes: python-oslo-config < 2013.2 - %if 0%{?suse_version} && 0%{?suse_version} <= 1110 - Requires: python-argparse -@@ -96,6 +100,7 @@ testr init && testr run --parallel - %files - %defattr(-,root,root,-) - %doc LICENSE README.rst AUTHORS -+%{_bindir}/oslo-config-generator - %{python_sitelib}/oslo - %{python_sitelib}/*.egg-info - %{python_sitelib}/*-nspkg.pth diff --git a/python-oslo.config.changes b/python-oslo.config.changes index 7d0ba49..639b2e8 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,7 +1,40 @@ ------------------------------------------------------------------- -Mon Sep 22 09:37:53 UTC 2014 - dmueller@suse.com +Wed Jan 14 10:17:56 UTC 2015 - tbechtold@suse.com -- add temporary workaround for dependencies on 1.4.0.0a3 +- Add python_requires to _service +- Update Requires version according to requirements.txt + +------------------------------------------------------------------- +Thu Jan 8 16:31:12 UTC 2015 - tbechtold@suse.com + +- update to version 1.6.0: + * Set the version string + * Stop sorting options on output + * Move files out of the namespace package + * Workflow documentation is now in infra-manual + * Fix wrong order of positional args in cli + * add tests coverage for an oslo.messaging use case + * Refactored help string generation + * Updated from global requirements + * Updated from global requirements + * Fix class constant indentation + * Updated from global requirements + * Activate pep8 check that _ is imported + * Updated from global requirements + * Updated from global requirements + * Add pbr to installation requirements + * Updated from global requirements + * Add some guidance for group names + * delay formatting debug log message + * Check config default value is correct type + * Report permission denied when parsing config + * Fix docs example using generator config files + * Updated from global requirements + * do not use colons in section titles + * Stop using intersphinx +- Adjust Requires according to requirements.txt +- Adjust BuildRequires according to test-requirements.txt +- Install oslo_config into sitelib ------------------------------------------------------------------- Sun Sep 21 09:04:13 UTC 2014 - tbechtold@suse.com diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 0aba0a0..9cceec6 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -1,7 +1,7 @@ # # spec file for package python-oslo.config # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-oslo.config -Version: 1.4.0 +Version: 1.6.0 Release: 0 Url: https://launchpad.net/oslo/ Summary: OpenStack configuration API @@ -39,19 +39,18 @@ BuildRequires: python-discover BuildRequires: python-fixtures >= 0.3.14 BuildRequires: python-mock >= 1.0 BuildRequires: python-netaddr -BuildRequires: python-oslotest +BuildRequires: python-oslotest >= 1.2.0 BuildRequires: python-python-subunit >= 0.0.18 BuildRequires: python-six BuildRequires: python-stevedore BuildRequires: python-testrepository >= 0.0.18 BuildRequires: python-testscenarios >= 0.4 -BuildRequires: python-testtools >= 0.9.34 +BuildRequires: python-testtools >= 0.9.36 Requires: python-netaddr >= 0.7.12 -Requires: python-pbr +Requires: python-pbr >= 0.6 Requires: python-six >= 1.7 -Requires: python-stevedore >= 0.14 +Requires: python-stevedore >= 1.1 Provides: python-oslo-config = 2013.2 -Provides: python-oslo.config = 1.4.0.0a3 Obsoletes: python-oslo-config < 2013.2 %if 0%{?suse_version} && 0%{?suse_version} <= 1110 Requires: python-argparse @@ -102,6 +101,7 @@ testr init && testr run --parallel %doc LICENSE README.rst AUTHORS %{_bindir}/oslo-config-generator %{python_sitelib}/oslo +%{python_sitelib}/oslo_config %{python_sitelib}/*.egg-info %{python_sitelib}/*-nspkg.pth