Hello community,

here is the log from the commit of package python-alabaster for 
openSUSE:Factory checked in at 2019-03-08 11:01:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-alabaster (Old)
 and      /work/SRC/openSUSE:Factory/.python-alabaster.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-alabaster"

Fri Mar  8 11:01:08 2019 rev:6 rq:682114 version:0.7.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-alabaster/python-alabaster.changes        
2018-12-14 20:45:23.801674196 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-alabaster.new.28833/python-alabaster.changes 
    2019-03-08 11:01:11.320542841 +0100
@@ -1,0 +2,7 @@
+Wed Mar  6 11:21:47 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 0.7.12:
+  * many typo fixes
+  * see changelog.rst for the detailed changes
+
+-------------------------------------------------------------------

Old:
----
  alabaster-0.7.11.tar.gz

New:
----
  alabaster-0.7.12.tar.gz

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

Other differences:
------------------
++++++ python-alabaster.spec ++++++
--- /var/tmp/diff_new_pack.7poKJ4/_old  2019-03-08 11:01:13.036542568 +0100
+++ /var/tmp/diff_new_pack.7poKJ4/_new  2019-03-08 11:01:13.040542567 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-alabaster
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-alabaster
-Version:        0.7.11
+Version:        0.7.12
 Release:        0
 Summary:        Modified Kr Sphinx doc theme
 License:        BSD-3-Clause

++++++ alabaster-0.7.11.tar.gz -> alabaster-0.7.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alabaster-0.7.11/PKG-INFO 
new/alabaster-0.7.12/PKG-INFO
--- old/alabaster-0.7.11/PKG-INFO       2018-06-19 07:18:32.000000000 +0200
+++ new/alabaster-0.7.12/PKG-INFO       2018-10-03 03:39:12.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: alabaster
-Version: 0.7.11
+Version: 0.7.12
 Summary: A configurable sidebar-enabled Sphinx theme
 Home-page: https://alabaster.readthedocs.io
 Author: Jeff Forcier
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alabaster-0.7.11/alabaster/_version.py 
new/alabaster-0.7.12/alabaster/_version.py
--- old/alabaster-0.7.11/alabaster/_version.py  2018-06-19 06:55:46.000000000 
+0200
+++ new/alabaster-0.7.12/alabaster/_version.py  2018-10-03 03:38:28.000000000 
+0200
@@ -1,2 +1,2 @@
-__version_info__ = (0, 7, 11)
+__version_info__ = (0, 7, 12)
 __version__ = ".".join(map(str, __version_info__))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alabaster-0.7.11/alabaster/about.html 
new/alabaster-0.7.12/alabaster/about.html
--- old/alabaster-0.7.11/alabaster/about.html   2017-09-18 20:16:21.000000000 
+0200
+++ new/alabaster-0.7.12/alabaster/about.html   2018-10-03 02:50:47.000000000 
+0200
@@ -31,7 +31,7 @@
     {% set path = theme_travis_button %}
 {% endif %}
 <p>
-<a href="https://travis-ci.org/{{ path }}">
+<a class="badge" href="https://travis-ci.org/{{ path }}">
     <img
         alt="https://secure.travis-ci.org/{{ path }}.svg?branch={{ 
theme_badge_branch }}"
         src="https://secure.travis-ci.org/{{ path }}.svg?branch={{ 
theme_badge_branch }}"
@@ -47,7 +47,7 @@
     {% set path = theme_codecov_button %}
 {% endif %}
 <p>
-<a href="https://codecov.io/github/{{ path }}">
+<a class="badge" href="https://codecov.io/github/{{ path }}">
     <img
     alt="https://codecov.io/github/{{ path }}/coverage.svg?branch={{ 
theme_badge_branch }}"
     src="https://codecov.io/github/{{ path }}/coverage.svg?branch={{ 
theme_badge_branch }}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alabaster-0.7.11/alabaster/donate.html 
new/alabaster-0.7.12/alabaster/donate.html
--- old/alabaster-0.7.11/alabaster/donate.html  2017-05-15 20:58:47.000000000 
+0200
+++ new/alabaster-0.7.12/alabaster/donate.html  2018-10-03 03:35:29.000000000 
+0200
@@ -1,9 +1,28 @@
-{% if theme_gratipay_user or theme_gittip_user %}
-<h3>Donate</h3>
+{# TODO: wrap all these in their own divs for easier styling #}
+
+{% if theme_donate_url or theme_opencollective or theme_tidelift_url %}
+<h3 class="donation">Donate/support</h3>
+{% endif %}
+
+{% if theme_donate_url %}
+<p>
+<a class="badge" href="{{ theme_donate_url }}">
+<img 
src="https://img.shields.io/badge/donate-%E2%9D%A4%C2%A0-ff69b4.svg?style=flat"; 
alt="Donate">
+</a>
+</p>
+{% endif %}
+
+{% if theme_opencollective %}
+<p>
+<a class="badge" href="https://opencollective.com/{{ theme_opencollective 
}}/donate" target="_blank">
+  <img src="https://opencollective.com/{{ theme_opencollective 
}}/donate/button.png?color={{ theme_opencollective_button_color }}" width=300 />
+</a>
+</p>
+{% endif %}
+
+{% if theme_tidelift_url %}
 <p>
-Consider supporting the authors on <a 
href="https://www.gratipay.com/";>Gratipay</a>:
-<script data-gratipay-username="{{ theme_gratipay_user or theme_gittip_user }}"
-        data-gratipay-widget="button"
-        src="//gttp.co/v1.js"></script>
+Professionally-supported {{ project }} is available with the
+<a href="{{ theme_tidelift_url }}">Tidelift Subscription</a>.
 </p>
 {% endif %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alabaster-0.7.11/alabaster/static/alabaster.css_t 
new/alabaster-0.7.12/alabaster/static/alabaster.css_t
--- old/alabaster-0.7.11/alabaster/static/alabaster.css_t       2018-05-19 
03:46:23.000000000 +0200
+++ new/alabaster-0.7.12/alabaster/static/alabaster.css_t       2018-10-03 
02:50:47.000000000 +0200
@@ -221,6 +221,19 @@
     width: 50%;
 }
 
+div.sphinxsidebar .badge {
+    border-bottom: none;
+}
+
+div.sphinxsidebar .badge:hover {
+    border-bottom: none;
+}
+
+/* To address an issue with donation coming after search */
+div.sphinxsidebar h3.donation {
+    margin-top: 10px;
+}
+
 /* -- body styles ----------------------------------------------------------- 
*/
 
 a {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alabaster-0.7.11/alabaster/theme.conf 
new/alabaster-0.7.12/alabaster/theme.conf
--- old/alabaster-0.7.11/alabaster/theme.conf   2018-05-19 03:46:23.000000000 
+0200
+++ new/alabaster-0.7.12/alabaster/theme.conf   2018-10-03 02:50:47.000000000 
+0200
@@ -4,33 +4,41 @@
 pygments_style = alabaster.support.Alabaster
 
 [options]
-logo =
-logo_name = false
-logo_text_align = left
+analytics_id =
+badge_branch = master
+canonical_url =
+codecov_button = false
 description =
 description_font_style = normal
-github_user =
-github_repo =
-github_button = true
+donate_url =
+extra_nav_links =
+fixed_sidebar = false
 github_banner = false
-github_type = watch
+github_button = true
 github_count = true
-badge_branch = master
-travis_button = false
-codecov_button = false
-gratipay_user =
+github_repo =
+github_type = watch
+github_user =
 gittip_user =
-analytics_id =
-touch_icon =
-canonical_url =
-extra_nav_links =
-sidebar_includehidden = true
-sidebar_collapse = true
+gratipay_user =
+logo =
+logo_name = false
+logo_text_align = left
+opencollective =
+opencollective_button_color = white
+page_width = 940px
+relbar_border =
 show_powered_by = true
 show_related = false
-show_relbars = false
-show_relbar_top =
 show_relbar_bottom =
+show_relbar_top =
+show_relbars = false
+sidebar_collapse = true
+sidebar_includehidden = true
+sidebar_width = 220px
+tidelift_url =
+touch_icon =
+travis_button = false
 
 gray_1 = #444
 gray_2 = #EEE
@@ -115,12 +123,8 @@
 code_text = #222
 code_hover = #EEE
 code_font_size = 0.9em
-code_font_family = 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera 
Sans Mono', monospace
+code_font_family = 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera 
Sans Mono', monospace
 font_family = Georgia, serif
 head_font_family =
 caption_font_family = inherit
 code_highlight = #FFC
-page_width = 940px
-sidebar_width = 220px
-fixed_sidebar = false
-relbar_border =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alabaster-0.7.11/alabaster.egg-info/PKG-INFO 
new/alabaster-0.7.12/alabaster.egg-info/PKG-INFO
--- old/alabaster-0.7.11/alabaster.egg-info/PKG-INFO    2018-06-19 
07:18:32.000000000 +0200
+++ new/alabaster-0.7.12/alabaster.egg-info/PKG-INFO    2018-10-03 
03:39:12.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: alabaster
-Version: 0.7.11
+Version: 0.7.12
 Summary: A configurable sidebar-enabled Sphinx theme
 Home-page: https://alabaster.readthedocs.io
 Author: Jeff Forcier


Reply via email to