From b2de1ac431af9e9aabc82850d5b871cef95fe5dc838d6069988aa266f2d25f03 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Thu, 27 Aug 2015 14:34:05 +0000 Subject: [PATCH 1/2] - update to 2.3.0: * Add sphinx extension to embed pretty descriptions of options * Add sphinx extension to build sample config * Updated from global requirements * Updated from global requirements * preserve preformatted help text OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=31 --- oslo.config-2.1.0.tar.gz | 3 --- oslo.config-2.3.0.tar.gz | 3 +++ python-oslo.config.changes | 10 ++++++++++ python-oslo.config.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 oslo.config-2.1.0.tar.gz create mode 100644 oslo.config-2.3.0.tar.gz diff --git a/oslo.config-2.1.0.tar.gz b/oslo.config-2.1.0.tar.gz deleted file mode 100644 index 2aadcb8..0000000 --- a/oslo.config-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f44a50e8e01b3ff3708cee1611da914c2d2e060c18c66451421806c3bb555c27 -size 75470 diff --git a/oslo.config-2.3.0.tar.gz b/oslo.config-2.3.0.tar.gz new file mode 100644 index 0000000..9bc2d82 --- /dev/null +++ b/oslo.config-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780258c0910995a0f092b64144c160e6fe649b3fe7a058b3457f6111718a3088 +size 77781 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index dc6bd5e..25be7c5 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Aug 27 14:32:33 UTC 2015 - tbechtold@suse.com + +- update to 2.3.0: + * Add sphinx extension to embed pretty descriptions of options + * Add sphinx extension to build sample config + * Updated from global requirements + * Updated from global requirements + * preserve preformatted help text + ------------------------------------------------------------------- Fri Jul 31 06:53:56 UTC 2015 - tbechtold@suse.com diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 71c37ba..3405876 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -17,7 +17,7 @@ Name: python-oslo.config -Version: 2.1.0 +Version: 2.3.0 Release: 0 Summary: OpenStack configuration API License: Apache-2.0 From fd36b6c60d0d526c0ec4fd826d65a830a1524fd11f43adb7de6590e354d46984 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 28 Aug 2015 11:03:18 +0000 Subject: [PATCH 2/2] Accepting request 327718 from Cloud:OpenStack:Master - Fix doc build OBS-URL: https://build.opensuse.org/request/show/327718 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=32 --- python-oslo.config.changes | 5 +++++ python-oslo.config.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-oslo.config.changes b/python-oslo.config.changes index 25be7c5..4a4eaa0 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 28 09:33:38 UTC 2015 - tbechtold@suse.com + +- Fix doc build + ------------------------------------------------------------------- Thu Aug 27 14:32:33 UTC 2015 - tbechtold@suse.com diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 3405876..88f968e 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -77,9 +77,9 @@ This package contains documentation files for %{name}. %{__python2} setup.py install --skip-build --root %{buildroot} # generate html docs -sphinx-build doc/source html +python setup.py build_sphinx # remove the sphinx-build leftovers -rm -rf html/.{doctrees,buildinfo} +rm -rf doc/build/html/.{doctrees,buildinfo} %files %defattr(-,root,root,-) @@ -90,6 +90,6 @@ rm -rf html/.{doctrees,buildinfo} %files doc %defattr(-,root,root,-) -%doc LICENSE html +%doc LICENSE doc/build/html %changelog