Hello community,

here is the log from the commit of package python-oslosphinx for 
openSUSE:Factory checked in at 2014-09-28 19:54:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-04 16:41:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-oslosphinx.new/python-oslosphinx.changes 
2014-09-28 19:54:45.000000000 +0200
@@ -1,0 +2,16 @@
+Sun Sep 21 10:26:28 UTC 2014 - [email protected]
+
+- update to version 2.2.0:
+  * Just version bump
+
+-------------------------------------------------------------------
+Thu Aug 28 14:08:47 UTC 2014 - [email protected]
+
+- update to 2.2.0.0a3:
+  * Fixed link text colour for incubation variant
+  * Added a incubating project config option
+  * Updated from global requirements
+  * Bump hacking to 0.9.x series
+  * Updated from global requirements
+
+-------------------------------------------------------------------

Old:
----
  oslosphinx-2.1.0.tar.gz

New:
----
  oslosphinx-2.2.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-oslosphinx.spec ++++++
--- /var/tmp/diff_new_pack.nJQgQW/_old  2014-09-28 19:54:46.000000000 +0200
+++ /var/tmp/diff_new_pack.nJQgQW/_new  2014-09-28 19:54:46.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-oslosphinx
-Version:        2.1.0
+Version:        2.2.0
 Release:        0
 Url:            https://launchpad.net/oslo/
 Summary:        OpenStack Sphinx

++++++ oslosphinx-2.1.0.tar.gz -> oslosphinx-2.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslosphinx-2.1.0/AUTHORS new/oslosphinx-2.2.0/AUTHORS
--- old/oslosphinx-2.1.0/AUTHORS        2014-04-01 18:47:06.000000000 +0200
+++ new/oslosphinx-2.2.0/AUTHORS        2014-09-18 12:49:37.000000000 +0200
@@ -1 +1,15 @@
-
+Ben Nemec <[email protected]>
+ChangBo Guo(gcb) <[email protected]>
+Cyril Roelandt <[email protected]>
+Davanum Srinivas <[email protected]>
+Dirk Mueller <[email protected]>
+Doug Hellmann <[email protected]>
+Graham Hayes <[email protected]>
+Joe Gordon <[email protected]>
+Julien Danjou <[email protected]>
+Mark McLoughlin <[email protected]>
+Monty Taylor <[email protected]>
+Sascha Peilicke <[email protected]>
+Sascha Peilicke <[email protected]>
+Sergey Lukjanov <[email protected]>
+Vishvananda Ishaya <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslosphinx-2.1.0/ChangeLog 
new/oslosphinx-2.2.0/ChangeLog
--- old/oslosphinx-2.1.0/ChangeLog      2014-04-01 18:47:06.000000000 +0200
+++ new/oslosphinx-2.2.0/ChangeLog      2014-09-18 12:49:37.000000000 +0200
@@ -1,13 +1,33 @@
 CHANGES
 =======
 
+2.2.0
+-----
+
+* Fixed link text colour for incubation variant
+
+2.2.0.0a2
+---------
+
+* Added a incubating project config option
+
+2.2.0.0a1
+---------
+
+* Updated from global requirements
+* Bump hacking to 0.9.x series
+* Updated from global requirements
+
 2.1.0
 -----
 
 * Update manifest to use oslosphinx
+* Prevent left sidebar text overflow
+* Add Python 3 trove classifiers
 * Remove vim header
 * Remove references to oslo.sphinx
 * Update .gitreview after repo rename
+* Support building wheels (PEP-427)
 
 2.0
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslosphinx-2.1.0/PKG-INFO 
new/oslosphinx-2.2.0/PKG-INFO
--- old/oslosphinx-2.1.0/PKG-INFO       2014-04-01 18:47:06.000000000 +0200
+++ new/oslosphinx-2.2.0/PKG-INFO       2014-09-18 12:49:37.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: oslosphinx
-Version: 2.1.0
+Version: 2.2.0
 Summary: OpenStack Sphinx Extensions and Theme
 Home-page: http://www.openstack.org/
 Author: OpenStack
@@ -15,6 +15,10 @@
         To use the theme, add ``'oslosphinx'`` to the ``extensions`` list in
         the ``conf.py`` file in your Sphinx project.
         
+        If you are an incubating project, set:
+        
+        ``html_theme_options = {'incubating': True}`` in your conf.py as well, 
to enable the Incubation theme.
+        
         
 Platform: UNKNOWN
 Classifier: Environment :: OpenStack
@@ -26,4 +30,6 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.3
 Classifier: Topic :: Documentation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslosphinx-2.1.0/README.rst 
new/oslosphinx-2.2.0/README.rst
--- old/oslosphinx-2.1.0/README.rst     2014-04-01 18:46:56.000000000 +0200
+++ new/oslosphinx-2.2.0/README.rst     2014-09-18 12:49:33.000000000 +0200
@@ -6,3 +6,7 @@
 
 To use the theme, add ``'oslosphinx'`` to the ``extensions`` list in
 the ``conf.py`` file in your Sphinx project.
+
+If you are an incubating project, set:
+
+``html_theme_options = {'incubating': True}`` in your conf.py as well, to 
enable the Incubation theme.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslosphinx-2.1.0/oslosphinx/theme/openstack/layout.html 
new/oslosphinx-2.2.0/oslosphinx/theme/openstack/layout.html
--- old/oslosphinx-2.1.0/oslosphinx/theme/openstack/layout.html 2014-04-01 
18:46:56.000000000 +0200
+++ new/oslosphinx-2.2.0/oslosphinx/theme/openstack/layout.html 2014-09-18 
12:49:33.000000000 +0200
@@ -1,10 +1,10 @@
 {% extends "basic/layout.html" %}
 {% set css_files = css_files + ['_static/tweaks.css'] %}
 
-{%- macro sidebar() %}
-      {%- if not embedded %}{% if not theme_nosidebar|tobool %}
-      <div class="sphinxsidebar">
-        <div class="sphinxsidebarwrapper">
+{% block sidebar2 %}
+<div class="sphinxsidebar">
+    <div class="sphinxsidebarwrapper">
+        {%- if not embedded %}{% if not theme_nosidebar|tobool %}
           {%- block sidebarlogo %}
           {%- if logo %}
             <p class="logo"><a href="{{ pathto(master_doc) }}">
@@ -12,6 +12,9 @@
             </a></p>
           {%- endif %}
           {%- endblock %}
+          {%- if theme_incubating|tobool %}
+          <h3 class="highlighted"><a 
href="https://wiki.openstack.org/wiki/Governance/NewProjects";>{{ _('Incubated 
Project') }}</a></h3>
+          {%- endif %}
           {%- block sidebartoc %}
           {%- if display_toc %}
             <h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') 
}}</a></h3>
@@ -59,10 +62,10 @@
           <script type="text/javascript">$('#searchbox').show(0);</script>
           {%- endif %}
           {%- endblock %}
-        </div>
-      </div>
       {%- endif %}{% endif %}
-{%- endmacro %}
+    </div>
+</div>
+{% endblock %}
 
 {% block relbar1 %}{% endblock relbar1 %}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslosphinx-2.1.0/oslosphinx/theme/openstack/static/basic.css 
new/oslosphinx-2.2.0/oslosphinx/theme/openstack/static/basic.css
--- old/oslosphinx-2.1.0/oslosphinx/theme/openstack/static/basic.css    
2014-04-01 18:46:56.000000000 +0200
+++ new/oslosphinx-2.2.0/oslosphinx/theme/openstack/static/basic.css    
2014-09-18 12:49:33.000000000 +0200
@@ -73,6 +73,10 @@
     font-size: 1em;
 }
 
+div.sphinxsidebar span.pre {
+    word-wrap: break-word;
+}
+
 img {
     border: 0;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslosphinx-2.1.0/oslosphinx/theme/openstack/static/tweaks.css 
new/oslosphinx-2.2.0/oslosphinx/theme/openstack/static/tweaks.css
--- old/oslosphinx-2.1.0/oslosphinx/theme/openstack/static/tweaks.css   
2014-04-01 18:46:56.000000000 +0200
+++ new/oslosphinx-2.2.0/oslosphinx/theme/openstack/static/tweaks.css   
2014-09-18 12:49:33.000000000 +0200
@@ -91,4 +91,14 @@
 div.document {
   width: 960px;
   margin: 0 auto;
+}
+
+div.sphinxsidebar h3.highlighted {
+  background-color: #cf2f19;
+  color: #EEE;
+  text-shadow: 1px 1px 0 #740101;
+}
+
+div.sphinxsidebar h3.highlighted a {
+  color: #EEE;
 }
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslosphinx-2.1.0/oslosphinx/theme/openstack/theme.conf 
new/oslosphinx-2.2.0/oslosphinx/theme/openstack/theme.conf
--- old/oslosphinx-2.1.0/oslosphinx/theme/openstack/theme.conf  2014-04-01 
18:46:56.000000000 +0200
+++ new/oslosphinx-2.2.0/oslosphinx/theme/openstack/theme.conf  2014-09-18 
12:49:33.000000000 +0200
@@ -2,3 +2,6 @@
 inherit = basic
 stylesheet = nature.css
 pygments_style = tango
+
+[options]
+incubating = false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslosphinx-2.1.0/oslosphinx.egg-info/PKG-INFO 
new/oslosphinx-2.2.0/oslosphinx.egg-info/PKG-INFO
--- old/oslosphinx-2.1.0/oslosphinx.egg-info/PKG-INFO   2014-04-01 
18:47:06.000000000 +0200
+++ new/oslosphinx-2.2.0/oslosphinx.egg-info/PKG-INFO   2014-09-18 
12:49:37.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: oslosphinx
-Version: 2.1.0
+Version: 2.2.0
 Summary: OpenStack Sphinx Extensions and Theme
 Home-page: http://www.openstack.org/
 Author: OpenStack
@@ -15,6 +15,10 @@
         To use the theme, add ``'oslosphinx'`` to the ``extensions`` list in
         the ``conf.py`` file in your Sphinx project.
         
+        If you are an incubating project, set:
+        
+        ``html_theme_options = {'incubating': True}`` in your conf.py as well, 
to enable the Incubation theme.
+        
         
 Platform: UNKNOWN
 Classifier: Environment :: OpenStack
@@ -26,4 +30,6 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.3
 Classifier: Topic :: Documentation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslosphinx-2.1.0/setup.cfg 
new/oslosphinx-2.2.0/setup.cfg
--- old/oslosphinx-2.1.0/setup.cfg      2014-04-01 18:47:06.000000000 +0200
+++ new/oslosphinx-2.2.0/setup.cfg      2014-09-18 12:49:37.000000000 +0200
@@ -16,6 +16,8 @@
        Programming Language :: Python :: 2
        Programming Language :: Python :: 2.6
        Programming Language :: Python :: 2.7
+       Programming Language :: Python :: 3
+       Programming Language :: Python :: 3.3
        Topic :: Documentation
 
 [global]
@@ -31,8 +33,11 @@
 build-dir = doc/build
 source-dir = doc/source
 
+[wheel]
+universal = 1
+
 [egg_info]
+tag_svn_revision = 0
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslosphinx-2.1.0/setup.py 
new/oslosphinx-2.2.0/setup.py
--- old/oslosphinx-2.1.0/setup.py       2014-04-01 18:46:56.000000000 +0200
+++ new/oslosphinx-2.2.0/setup.py       2014-09-18 12:49:33.000000000 +0200
@@ -17,6 +17,14 @@
 # THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
 import setuptools
 
+# In python < 2.7.4, a lazy loading of package `pbr` will break
+# setuptools if some other modules registered functions in `atexit`.
+# solution from: http://bugs.python.org/issue15881#msg170215
+try:
+    import multiprocessing  # noqa
+except ImportError:
+    pass
+
 setuptools.setup(
     setup_requires=['pbr'],
     pbr=True)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslosphinx-2.1.0/test-requirements.txt 
new/oslosphinx-2.2.0/test-requirements.txt
--- old/oslosphinx-2.1.0/test-requirements.txt  2014-04-01 18:46:56.000000000 
+0200
+++ new/oslosphinx-2.2.0/test-requirements.txt  2014-09-18 12:49:33.000000000 
+0200
@@ -1 +1 @@
-hacking>=0.8.0,<0.9
+hacking>=0.9.2,<0.10


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to