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..4a4eaa0 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +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 + +- 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..88f968e 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 @@ -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