Hello community, here is the log from the commit of package python-oslosphinx for openSUSE:Factory checked in at 2014-04-04 16:41:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslosphinx (Old) and /work/SRC/openSUSE:Factory/.python-oslosphinx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslosphinx" Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslosphinx/python-oslosphinx.changes 2014-03-26 16:41:55.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-oslosphinx.new/python-oslosphinx.changes 2014-04-04 16:41:57.000000000 +0200 @@ -1,0 +2,11 @@ +Wed Apr 2 09:18:34 UTC 2014 - [email protected] + +- Update to version 2.1.0: + * Update manifest to use oslosphinx + * Remove vim header + * Remove references to oslo.sphinx + * Update .gitreview after repo rename +- Switch to Icehouse release +- Fix source service after rename to oslosphinx + +------------------------------------------------------------------- Old: ---- oslosphinx-2.0.tar.gz New: ---- oslosphinx-2.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslosphinx.spec ++++++ --- /var/tmp/diff_new_pack.CsIJmH/_old 2014-04-04 16:41:58.000000000 +0200 +++ /var/tmp/diff_new_pack.CsIJmH/_new 2014-04-04 16:41:58.000000000 +0200 @@ -17,7 +17,7 @@ Name: python-oslosphinx -Version: 2.0 +Version: 2.1.0 Release: 0 Url: https://launchpad.net/oslo/ Summary: OpenStack Sphinx ++++++ _service ++++++ --- /var/tmp/diff_new_pack.CsIJmH/_old 2014-04-04 16:41:58.000000000 +0200 +++ /var/tmp/diff_new_pack.CsIJmH/_new 2014-04-04 16:41:58.000000000 +0200 @@ -3,7 +3,9 @@ <param name="changesgenerate">enable</param> </service> <service mode="disabled" name="set_version"> - <param name="basename">oslo.sphinx</param> + <param name="basename">oslosphinx</param> + </service> + <service name="python_requires" mode="disabled"> </service> <service name="refresh_patches" mode="disabled"> <param name="changesgenerate">enable</param> ++++++ oslosphinx-2.0.tar.gz -> oslosphinx-2.1.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-2.0/ChangeLog new/oslosphinx-2.1.0/ChangeLog --- old/oslosphinx-2.0/ChangeLog 2014-02-06 18:38:43.000000000 +0100 +++ new/oslosphinx-2.1.0/ChangeLog 2014-04-01 18:47:06.000000000 +0200 @@ -1,10 +1,19 @@ CHANGES ======= +2.1.0 +----- + +* Update manifest to use oslosphinx +* Remove vim header +* Remove references to oslo.sphinx +* Update .gitreview after repo rename + 2.0 --- * Rename package from oslo.sphinx to oslosphinx +* Sync with global requirements * Add -U flag to pip install command * Update URL for global HACKING document diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-2.0/HACKING.rst new/oslosphinx-2.1.0/HACKING.rst --- old/oslosphinx-2.0/HACKING.rst 2014-02-06 18:38:27.000000000 +0100 +++ new/oslosphinx-2.1.0/HACKING.rst 2014-04-01 18:46:56.000000000 +0200 @@ -1,11 +1,11 @@ -oslo.sphinx Style Commandments +oslosphinx Style Commandments =========================== - Step 1: Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ - Step 2: Read on -oslo.sphinx Specific Commandments +oslosphinx Specific Commandments --------------------------------- None so far diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-2.0/MANIFEST.in new/oslosphinx-2.1.0/MANIFEST.in --- old/oslosphinx-2.0/MANIFEST.in 2014-02-06 18:38:27.000000000 +0100 +++ new/oslosphinx-2.1.0/MANIFEST.in 2014-04-01 18:46:56.000000000 +0200 @@ -1,4 +1,4 @@ -recursive-include oslo *.html *.css *.js *.conf *.jpg *.gif +recursive-include oslosphinx *.html *.css *.js *.conf *.jpg *.gif include AUTHORS include HACKING.rst include ChangeLog diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-2.0/PKG-INFO new/oslosphinx-2.1.0/PKG-INFO --- old/oslosphinx-2.0/PKG-INFO 2014-02-06 18:38:43.000000000 +0100 +++ new/oslosphinx-2.1.0/PKG-INFO 2014-04-01 18:47:06.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: oslosphinx -Version: 2.0 +Version: 2.1.0 Summary: OpenStack Sphinx Extensions and Theme Home-page: http://www.openstack.org/ Author: OpenStack @@ -12,7 +12,7 @@ Theme and extension support for Sphinx documentation from the OpenStack project. - To use the theme, add ``'oslo.sphinx'`` to the ``extensions`` list in + To use the theme, add ``'oslosphinx'`` to the ``extensions`` list in the ``conf.py`` file in your Sphinx project. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-2.0/README.rst new/oslosphinx-2.1.0/README.rst --- old/oslosphinx-2.0/README.rst 2014-02-06 18:38:27.000000000 +0100 +++ new/oslosphinx-2.1.0/README.rst 2014-04-01 18:46:56.000000000 +0200 @@ -4,5 +4,5 @@ Theme and extension support for Sphinx documentation from the OpenStack project. -To use the theme, add ``'oslo.sphinx'`` to the ``extensions`` list in +To use the theme, add ``'oslosphinx'`` to the ``extensions`` list in the ``conf.py`` file in your Sphinx project. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-2.0/oslosphinx/__init__.py new/oslosphinx-2.1.0/oslosphinx/__init__.py --- old/oslosphinx-2.0/oslosphinx/__init__.py 2014-02-06 18:38:27.000000000 +0100 +++ new/oslosphinx-2.1.0/oslosphinx/__init__.py 2014-04-01 18:46:56.000000000 +0200 @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2013 New Dream Network, LLC (DreamHost) # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-2.0/oslosphinx/intersphinx.py new/oslosphinx-2.1.0/oslosphinx/intersphinx.py --- old/oslosphinx-2.0/oslosphinx/intersphinx.py 2014-02-06 18:38:27.000000000 +0100 +++ new/oslosphinx-2.1.0/oslosphinx/intersphinx.py 2014-04-01 18:46:56.000000000 +0200 @@ -18,7 +18,7 @@ To use this mapping in a project, first add 'sphinx.ext.intersphinx' to your extensions list in conf.py. Then:: - from oslo.sphinx import intersphinx + from oslosphinx import intersphinx intersphinx_mapping = intersphinx.mapping You'll be able to link to other project's documentation, such as: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-2.0/oslosphinx.egg-info/PKG-INFO new/oslosphinx-2.1.0/oslosphinx.egg-info/PKG-INFO --- old/oslosphinx-2.0/oslosphinx.egg-info/PKG-INFO 2014-02-06 18:38:43.000000000 +0100 +++ new/oslosphinx-2.1.0/oslosphinx.egg-info/PKG-INFO 2014-04-01 18:47:06.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: oslosphinx -Version: 2.0 +Version: 2.1.0 Summary: OpenStack Sphinx Extensions and Theme Home-page: http://www.openstack.org/ Author: OpenStack @@ -12,7 +12,7 @@ Theme and extension support for Sphinx documentation from the OpenStack project. - To use the theme, add ``'oslo.sphinx'`` to the ``extensions`` list in + To use the theme, add ``'oslosphinx'`` to the ``extensions`` list in the ``conf.py`` file in your Sphinx project. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-2.0/test-requirements.txt new/oslosphinx-2.1.0/test-requirements.txt --- old/oslosphinx-2.0/test-requirements.txt 2014-02-06 18:38:27.000000000 +0100 +++ new/oslosphinx-2.1.0/test-requirements.txt 2014-04-01 18:46:56.000000000 +0200 @@ -1 +1 @@ -hacking>=0.5.6,<0.8 +hacking>=0.8.0,<0.9 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
