1
0

Accepting request 328091 from Cloud:OpenStack:Factory

- Fix doc build

- 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/request/show/328091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=15
This commit is contained in:
Stephan Kulow 2015-09-02 05:53:56 +00:00 committed by Git OBS Bridge
commit 77fe141953
4 changed files with 22 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f44a50e8e01b3ff3708cee1611da914c2d2e060c18c66451421806c3bb555c27
size 75470

3
oslo.config-2.3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:780258c0910995a0f092b64144c160e6fe649b3fe7a058b3457f6111718a3088
size 77781

View File

@ -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 Fri Jul 31 06:53:56 UTC 2015 - tbechtold@suse.com

View File

@ -17,7 +17,7 @@
Name: python-oslo.config Name: python-oslo.config
Version: 2.1.0 Version: 2.3.0
Release: 0 Release: 0
Summary: OpenStack configuration API Summary: OpenStack configuration API
License: Apache-2.0 License: Apache-2.0
@ -77,9 +77,9 @@ This package contains documentation files for %{name}.
%{__python2} setup.py install --skip-build --root %{buildroot} %{__python2} setup.py install --skip-build --root %{buildroot}
# generate html docs # generate html docs
sphinx-build doc/source html python setup.py build_sphinx
# remove the sphinx-build leftovers # remove the sphinx-build leftovers
rm -rf html/.{doctrees,buildinfo} rm -rf doc/build/html/.{doctrees,buildinfo}
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -90,6 +90,6 @@ rm -rf html/.{doctrees,buildinfo}
%files doc %files doc
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc LICENSE html %doc LICENSE doc/build/html
%changelog %changelog