Hello community, here is the log from the commit of package python-alabaster for openSUSE:Factory checked in at 2018-07-21 10:07:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-alabaster (Old) and /work/SRC/openSUSE:Factory/.python-alabaster.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-alabaster" Sat Jul 21 10:07:58 2018 rev:4 rq:623236 version:0.7.11 Changes: -------- --- /work/SRC/openSUSE:Factory/python-alabaster/python-alabaster.changes 2017-09-25 13:52:27.245609522 +0200 +++ /work/SRC/openSUSE:Factory/.python-alabaster.new/python-alabaster.changes 2018-07-21 10:08:04.231200315 +0200 @@ -1,0 +2,30 @@ +Mon Jul 16 16:17:11 UTC 2018 - [email protected] + +- specfile: + * update copyright year + * removed devel from noarch package + * made %files section more specific + +- update to version 0.7.11: + * Clean up some problematic font issues: + + Remove the outright broken Goudy Old Style, plus other mostly + Adobe-only fonts, from the font_family config setting; it is now + simply Georgia, serif which is what the majority of users were + rendering anyways. + + Clear out the default value of head_font_family (which contained + Garamond, a nice but also Adobe only font) + + Set head_font_family so it falls back to the value of + font_family unless a user has explicitly set it themselves. + * :feature:`18 backported` (via :issue:`101`) Add optional next and + previous links at the top and bottom of page content. Use theme + option show_relbars to enable these. Credit: William Minchin. + * :support:`- backported` Miscellaneous project maintenance updates + such as adding to Travis CI and enforcing the use of flake8. + * :feature:`110 backported` Add badge_branch option allowing + configurability of which specific Git branch the Travis, Codecov, + etc buttons default to. Credit: @TitanSnow. + * :support:`111 backported` Add setuptools-level entrypoint for + improved theme distribution compatibility. Thanks to Aaron + Carlisle for the patch. + +------------------------------------------------------------------- Old: ---- alabaster-0.7.10.tar.gz New: ---- alabaster-0.7.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-alabaster.spec ++++++ --- /var/tmp/diff_new_pack.PSAAIt/_old 2018-07-21 10:08:04.803200184 +0200 +++ /var/tmp/diff_new_pack.PSAAIt/_new 2018-07-21 10:08:04.803200184 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-alabaster # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,20 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-alabaster -Version: 0.7.10 +Version: 0.7.11 Release: 0 Summary: Modified Kr Sphinx doc theme License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/bitprophet/alabaster +URL: https://github.com/bitprophet/alabaster Source: https://files.pythonhosted.org/packages/source/a/alabaster/alabaster-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -51,8 +48,8 @@ %fdupes %{buildroot}%{_prefix} %files %{python_files} -%defattr(-,root,root,-) -%{python_sitelib}/* -%doc README.rst LICENSE +%{python_sitelib}/alabaster* +%license LICENSE +%doc README.rst %changelog ++++++ alabaster-0.7.10.tar.gz -> alabaster-0.7.11.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.10/LICENSE new/alabaster-0.7.11/LICENSE --- old/alabaster-0.7.10/LICENSE 2017-01-01 18:10:18.000000000 +0100 +++ new/alabaster-0.7.11/LICENSE 2017-12-31 21:59:45.000000000 +0100 @@ -1,4 +1,4 @@ -Copyright (c) 2017 Jeff Forcier. +Copyright (c) 2018 Jeff Forcier. Based on original work copyright (c) 2011 Kenneth Reitz and copyright (c) 2010 Armin Ronacher. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.10/PKG-INFO new/alabaster-0.7.11/PKG-INFO --- old/alabaster-0.7.10/PKG-INFO 2017-02-28 21:05:15.000000000 +0100 +++ new/alabaster-0.7.11/PKG-INFO 2018-06-19 07:18:32.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: alabaster -Version: 0.7.10 +Version: 0.7.11 Summary: A configurable sidebar-enabled Sphinx theme Home-page: https://alabaster.readthedocs.io Author: Jeff Forcier @@ -27,14 +27,21 @@ git+https://github.com/bitprophet/alabaster/#egg=alabaster``. Platform: UNKNOWN +Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: BSD License Classifier: Operating System :: OS Independent -Classifier: Topic :: Documentation -Classifier: Topic :: Software Development :: Documentation Classifier: Programming Language :: Python +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.2 Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Documentation +Classifier: Topic :: Software Development :: Documentation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.10/alabaster/__init__.py new/alabaster-0.7.11/alabaster/__init__.py --- old/alabaster-0.7.10/alabaster/__init__.py 2015-02-27 22:42:05.000000000 +0100 +++ new/alabaster-0.7.11/alabaster/__init__.py 2018-06-19 06:52:36.000000000 +0200 @@ -12,9 +12,13 @@ def update_context(app, pagename, templatename, context, doctree): - context['alabaster_version'] = version.__version__ + context["alabaster_version"] = version.__version__ + def setup(app): - app.connect('html-page-context', update_context) - return {'version': version.__version__, - 'parallel_read_safe': True} + # add_html_theme is new in Sphinx 1.6+ + if hasattr(app, "add_html_theme"): + theme_path = os.path.abspath(os.path.dirname(__file__)) + app.add_html_theme("alabaster", theme_path) + app.connect("html-page-context", update_context) + return {"version": version.__version__, "parallel_read_safe": True} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.10/alabaster/_version.py new/alabaster-0.7.11/alabaster/_version.py --- old/alabaster-0.7.10/alabaster/_version.py 2017-02-28 21:05:14.000000000 +0100 +++ new/alabaster-0.7.11/alabaster/_version.py 2018-06-19 06:55:46.000000000 +0200 @@ -1,2 +1,2 @@ -__version_info__ = (0, 7, 10) -__version__ = '.'.join(map(str, __version_info__)) +__version_info__ = (0, 7, 11) +__version__ = ".".join(map(str, __version_info__)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.10/alabaster/about.html new/alabaster-0.7.11/alabaster/about.html --- old/alabaster-0.7.10/alabaster/about.html 2016-05-06 00:56:17.000000000 +0200 +++ new/alabaster-0.7.11/alabaster/about.html 2017-09-18 20:16:21.000000000 +0200 @@ -33,8 +33,8 @@ <p> <a href="https://travis-ci.org/{{ path }}"> <img - alt="https://secure.travis-ci.org/{{ path }}.svg?branch=master" - src="https://secure.travis-ci.org/{{ path }}.svg?branch=master" + alt="https://secure.travis-ci.org/{{ path }}.svg?branch={{ theme_badge_branch }}" + src="https://secure.travis-ci.org/{{ path }}.svg?branch={{ theme_badge_branch }}" /> </a> </p> @@ -49,8 +49,8 @@ <p> <a href="https://codecov.io/github/{{ path }}"> <img - alt="https://codecov.io/github/{{ path }}/coverage.svg?branch=master" - src="https://codecov.io/github/{{ path }}/coverage.svg?branch=master" + alt="https://codecov.io/github/{{ path }}/coverage.svg?branch={{ theme_badge_branch }}" + src="https://codecov.io/github/{{ path }}/coverage.svg?branch={{ theme_badge_branch }}" /> </a> </p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.10/alabaster/layout.html new/alabaster-0.7.11/alabaster/layout.html --- old/alabaster-0.7.10/alabaster/layout.html 2017-01-13 00:02:33.000000000 +0100 +++ new/alabaster-0.7.11/alabaster/layout.html 2018-05-19 03:46:23.000000000 +0200 @@ -12,7 +12,30 @@ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> {% endblock %} -{# Disable base theme's top+bottom related navs; we have our own in sidebar #} +{# top+bottom related navs; we also have our own in sidebar #} +{%- macro rellink_markup() %} + <nav id="rellinks"> + <ul> + {%- if prev %} + <li> + ← + <a href="{{ prev.link|e }}" title="Previous document">{{ prev.title }}</a> + </li> + {%- endif %} + {%- if next %} + <li> + <a href="{{ next.link|e }}" title="Next document">{{ next.title }}</a> + → + </li> + {%- endif %} + </ul> + </nav> +{%- endmacro %} + +{%- set theme_show_relbar_top = theme_show_relbar_top or theme_show_relbars %} +{%- set theme_show_relbar_bottom = theme_show_relbar_bottom or theme_show_relbars %} + +{# removed existing top+bottom related nav, and embed in main content #} {%- block relbar1 %}{% endblock %} {%- block relbar2 %}{% endblock %} @@ -26,9 +49,29 @@ {%- if render_sidebar %} <div class="bodywrapper"> {%- endif %} + + {%- block relbar_top %} + {%- if theme_show_relbar_top|tobool %} + <div class="related top"> + + {{- rellink_markup () }} + </div> + {%- endif %} + {% endblock %} + <div class="body" role="main"> {% block body %} {% endblock %} </div> + + {%- block relbar_bottom %} + {%- if theme_show_relbar_bottom|tobool %} + <div class="related bottom"> + + {{- rellink_markup () }} + </div> + {%- endif %} + {% endblock %} + {%- if render_sidebar %} </div> {%- endif %} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.10/alabaster/static/alabaster.css_t new/alabaster-0.7.11/alabaster/static/alabaster.css_t --- old/alabaster-0.7.10/alabaster/static/alabaster.css_t 2017-02-28 21:01:04.000000000 +0100 +++ new/alabaster-0.7.11/alabaster/static/alabaster.css_t 2018-05-19 03:46:23.000000000 +0200 @@ -1,53 +1,56 @@ -{% set theme_body_bg = theme_body_bg or theme_base_bg %} -{% set theme_code_highlight_bg = theme_code_highlight_bg or theme_body_bg %} -{% set theme_sidebar_header = theme_sidebar_header or theme_gray_1 %} -{% set theme_sidebar_link = theme_sidebar_link or theme_gray_1 %} -{% set theme_anchor_hover_fg = theme_anchor_hover_fg or theme_gray_1 %} +{%- set theme_body_bg = theme_body_bg or theme_base_bg %} +{%- set theme_code_highlight_bg = theme_code_highlight_bg or theme_body_bg %} +{%- set theme_sidebar_header = theme_sidebar_header or theme_gray_1 %} +{%- set theme_sidebar_link = theme_sidebar_link or theme_gray_1 %} +{%- set theme_anchor_hover_fg = theme_anchor_hover_fg or theme_gray_1 %} -{% set theme_footnote_border = theme_footnote_border or theme_gray_2 %} -{% set theme_pre_bg = theme_pre_bg or theme_gray_2 %} +{%- set theme_footnote_border = theme_footnote_border or theme_gray_2 %} +{%- set theme_pre_bg = theme_pre_bg or theme_gray_2 %} +{%- set theme_head_font_family = theme_head_font_family or theme_font_family %} -{# set up admonition styling #} -{# - basic level #} -{% set theme_admonition_xref_bg = theme_admonition_xref_bg or theme_xref_bg %} -{% set theme_admonition_bg = theme_admonition_bg or theme_gray_2 %} -{% set theme_note_bg = theme_note_bg or theme_gray_2 %} -{% set theme_seealso_bg = theme_seealso_bg or theme_gray_2 %} +{#- set up admonition styling #} +{#- - basic level #} +{%- set theme_admonition_xref_bg = theme_admonition_xref_bg or theme_xref_bg %} +{%- set theme_admonition_bg = theme_admonition_bg or theme_gray_2 %} +{%- set theme_note_bg = theme_note_bg or theme_gray_2 %} +{%- set theme_seealso_bg = theme_seealso_bg or theme_gray_2 %} -{# - critical level #} -{% set theme_danger_bg = theme_danger_bg or theme_pink_1 %} -{% set theme_danger_border = theme_danger_border or theme_pink_2 %} -{% set theme_danger_shadow = theme_danger_shadow or theme_pink_3 %} +{#- - critical level #} +{%- set theme_danger_bg = theme_danger_bg or theme_pink_1 %} +{%- set theme_danger_border = theme_danger_border or theme_pink_2 %} +{%- set theme_danger_shadow = theme_danger_shadow or theme_pink_3 %} -{% set theme_error_bg = theme_error_bg or theme_pink_1 %} -{% set theme_error_border = theme_error_border or theme_pink_2 %} -{% set theme_error_shadow = theme_error_shadow or theme_pink_3 %} +{%- set theme_error_bg = theme_error_bg or theme_pink_1 %} +{%- set theme_error_border = theme_error_border or theme_pink_2 %} +{%- set theme_error_shadow = theme_error_shadow or theme_pink_3 %} -{# - warning level #} -{% set theme_caution_bg = theme_caution_bg or theme_pink_1 %} -{% set theme_caution_border = theme_caution_border or theme_pink_2 %} +{#- - warning level #} +{%- set theme_caution_bg = theme_caution_bg or theme_pink_1 %} +{%- set theme_caution_border = theme_caution_border or theme_pink_2 %} -{% set theme_attention_bg = theme_attention_bg or theme_pink_1 %} -{% set theme_attention_border = theme_attention_border or theme_pink_2 %} +{%- set theme_attention_bg = theme_attention_bg or theme_pink_1 %} +{%- set theme_attention_border = theme_attention_border or theme_pink_2 %} -{% set theme_warn_bg = theme_warn_bg or theme_pink_1 %} -{% set theme_warn_border = theme_warn_border or theme_pink_2 %} +{%- set theme_warn_bg = theme_warn_bg or theme_pink_1 %} +{%- set theme_warn_border = theme_warn_border or theme_pink_2 %} -{# - normal level #} -{% set theme_important_bg = theme_important_bg or theme_gray_2 %} -{% set theme_tip_bg = theme_tip_bg or theme_gray_2 %} -{% set theme_hint_bg = theme_hint_bg or theme_gray_2 %} +{#- - normal level #} +{%- set theme_important_bg = theme_important_bg or theme_gray_2 %} +{%- set theme_tip_bg = theme_tip_bg or theme_gray_2 %} +{%- set theme_hint_bg = theme_hint_bg or theme_gray_2 %} -{# /set up admonition styling #} +{#- /set up admonition styling #} -{% set theme_shadow = theme_shadow or theme_gray_2 %} +{%- set theme_shadow = theme_shadow or theme_gray_2 %} -{% set theme_topic_bg = theme_topic_bg or theme_gray_2 %} +{%- set theme_topic_bg = theme_topic_bg or theme_gray_2 %} -{% set theme_narrow_sidebar_link = theme_narrow_sidebar_link or theme_gray_3 %} -{% set theme_sidebar_hr = theme_sidebar_hr or theme_gray_3 %} +{%- set theme_narrow_sidebar_link = theme_narrow_sidebar_link or theme_gray_3 %} +{%- set theme_sidebar_hr = theme_sidebar_hr or theme_gray_3 %} + +{%- set theme_relbar_border = theme_relbar_border or theme_gray_2 -%} @import url("basic.css"); @@ -704,3 +707,50 @@ -webkit-box-shadow: none; box-shadow: none; } + + +/* relbar */ + +.related { + line-height: 30px; + width: 100%; + font-size: 0.9rem; +} + +.related.top { + border-bottom: 1px solid {{ theme_relbar_border }}; + margin-bottom: 20px; +} + +.related.bottom { + border-top: 1px solid {{ theme_relbar_border }}; +} + +.related ul { + padding: 0; + margin: 0; + list-style: none; +} + +.related li { + display: inline; +} + +nav#rellinks { + float: right; +} + +nav#rellinks li+li:before { + content: "|"; +} + +nav#breadcrumbs li+li:before { + content: "\00BB"; +} + +/* Hide certain items when printing */ +@media print { + div.related { + display: none; + } +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.10/alabaster/support.py new/alabaster-0.7.11/alabaster/support.py --- old/alabaster-0.7.10/alabaster/support.py 2013-12-11 19:48:17.000000000 +0100 +++ new/alabaster-0.7.11/alabaster/support.py 2018-06-19 06:52:36.000000000 +0200 @@ -1,86 +1,91 @@ +# flake8: noqa + from pygments.style import Style -from pygments.token import Keyword, Name, Comment, String, Error, \ - Number, Operator, Generic, Whitespace, Punctuation, Other, Literal +from pygments.token import ( + Keyword, + Name, + Comment, + String, + Error, + Number, + Operator, + Generic, + Whitespace, + Punctuation, + Other, + Literal, +) # Originally based on FlaskyStyle which was based on 'tango'. class Alabaster(Style): - background_color = "#f8f8f8" # doesn't seem to override CSS 'pre' styling? + background_color = "#f8f8f8" # doesn't seem to override CSS 'pre' styling? default_style = "" styles = { # No corresponding class for the following: - #Text: "", # class: '' - Whitespace: "underline #f8f8f8", # class: 'w' - Error: "#a40000 border:#ef2929", # class: 'err' - Other: "#000000", # class 'x' - - Comment: "italic #8f5902", # class: 'c' - Comment.Preproc: "noitalic", # class: 'cp' - - Keyword: "bold #004461", # class: 'k' - Keyword.Constant: "bold #004461", # class: 'kc' - Keyword.Declaration: "bold #004461", # class: 'kd' - Keyword.Namespace: "bold #004461", # class: 'kn' - Keyword.Pseudo: "bold #004461", # class: 'kp' - Keyword.Reserved: "bold #004461", # class: 'kr' - Keyword.Type: "bold #004461", # class: 'kt' - - Operator: "#582800", # class: 'o' - Operator.Word: "bold #004461", # class: 'ow' - like keywords - - Punctuation: "bold #000000", # class: 'p' - + # Text: "", # class: '' + Whitespace: "underline #f8f8f8", # class: 'w' + Error: "#a40000 border:#ef2929", # class: 'err' + Other: "#000000", # class 'x' + Comment: "italic #8f5902", # class: 'c' + Comment.Preproc: "noitalic", # class: 'cp' + Keyword: "bold #004461", # class: 'k' + Keyword.Constant: "bold #004461", # class: 'kc' + Keyword.Declaration: "bold #004461", # class: 'kd' + Keyword.Namespace: "bold #004461", # class: 'kn' + Keyword.Pseudo: "bold #004461", # class: 'kp' + Keyword.Reserved: "bold #004461", # class: 'kr' + Keyword.Type: "bold #004461", # class: 'kt' + Operator: "#582800", # class: 'o' + Operator.Word: "bold #004461", # class: 'ow' - like keywords + Punctuation: "bold #000000", # class: 'p' # because special names such as Name.Class, Name.Function, etc. # are not recognized as such later in the parsing, we choose them # to look the same as ordinary variables. - Name: "#000000", # class: 'n' - Name.Attribute: "#c4a000", # class: 'na' - to be revised - Name.Builtin: "#004461", # class: 'nb' - Name.Builtin.Pseudo: "#3465a4", # class: 'bp' - Name.Class: "#000000", # class: 'nc' - to be revised - Name.Constant: "#000000", # class: 'no' - to be revised - Name.Decorator: "#888", # class: 'nd' - to be revised - Name.Entity: "#ce5c00", # class: 'ni' - Name.Exception: "bold #cc0000", # class: 'ne' - Name.Function: "#000000", # class: 'nf' - Name.Property: "#000000", # class: 'py' - Name.Label: "#f57900", # class: 'nl' - Name.Namespace: "#000000", # class: 'nn' - to be revised - Name.Other: "#000000", # class: 'nx' - Name.Tag: "bold #004461", # class: 'nt' - like a keyword - Name.Variable: "#000000", # class: 'nv' - to be revised - Name.Variable.Class: "#000000", # class: 'vc' - to be revised - Name.Variable.Global: "#000000", # class: 'vg' - to be revised - Name.Variable.Instance: "#000000", # class: 'vi' - to be revised - - Number: "#990000", # class: 'm' - - Literal: "#000000", # class: 'l' - Literal.Date: "#000000", # class: 'ld' - - String: "#4e9a06", # class: 's' - String.Backtick: "#4e9a06", # class: 'sb' - String.Char: "#4e9a06", # class: 'sc' - String.Doc: "italic #8f5902", # class: 'sd' - like a comment - String.Double: "#4e9a06", # class: 's2' - String.Escape: "#4e9a06", # class: 'se' - String.Heredoc: "#4e9a06", # class: 'sh' - String.Interpol: "#4e9a06", # class: 'si' - String.Other: "#4e9a06", # class: 'sx' - String.Regex: "#4e9a06", # class: 'sr' - String.Single: "#4e9a06", # class: 's1' - String.Symbol: "#4e9a06", # class: 'ss' - - Generic: "#000000", # class: 'g' - Generic.Deleted: "#a40000", # class: 'gd' - Generic.Emph: "italic #000000", # class: 'ge' - Generic.Error: "#ef2929", # class: 'gr' - Generic.Heading: "bold #000080", # class: 'gh' - Generic.Inserted: "#00A000", # class: 'gi' - Generic.Output: "#888", # class: 'go' - Generic.Prompt: "#745334", # class: 'gp' - Generic.Strong: "bold #000000", # class: 'gs' - Generic.Subheading: "bold #800080", # class: 'gu' - Generic.Traceback: "bold #a40000", # class: 'gt' + Name: "#000000", # class: 'n' + Name.Attribute: "#c4a000", # class: 'na' - to be revised + Name.Builtin: "#004461", # class: 'nb' + Name.Builtin.Pseudo: "#3465a4", # class: 'bp' + Name.Class: "#000000", # class: 'nc' - to be revised + Name.Constant: "#000000", # class: 'no' - to be revised + Name.Decorator: "#888", # class: 'nd' - to be revised + Name.Entity: "#ce5c00", # class: 'ni' + Name.Exception: "bold #cc0000", # class: 'ne' + Name.Function: "#000000", # class: 'nf' + Name.Property: "#000000", # class: 'py' + Name.Label: "#f57900", # class: 'nl' + Name.Namespace: "#000000", # class: 'nn' - to be revised + Name.Other: "#000000", # class: 'nx' + Name.Tag: "bold #004461", # class: 'nt' - like a keyword + Name.Variable: "#000000", # class: 'nv' - to be revised + Name.Variable.Class: "#000000", # class: 'vc' - to be revised + Name.Variable.Global: "#000000", # class: 'vg' - to be revised + Name.Variable.Instance: "#000000", # class: 'vi' - to be revised + Number: "#990000", # class: 'm' + Literal: "#000000", # class: 'l' + Literal.Date: "#000000", # class: 'ld' + String: "#4e9a06", # class: 's' + String.Backtick: "#4e9a06", # class: 'sb' + String.Char: "#4e9a06", # class: 'sc' + String.Doc: "italic #8f5902", # class: 'sd' - like a comment + String.Double: "#4e9a06", # class: 's2' + String.Escape: "#4e9a06", # class: 'se' + String.Heredoc: "#4e9a06", # class: 'sh' + String.Interpol: "#4e9a06", # class: 'si' + String.Other: "#4e9a06", # class: 'sx' + String.Regex: "#4e9a06", # class: 'sr' + String.Single: "#4e9a06", # class: 's1' + String.Symbol: "#4e9a06", # class: 'ss' + Generic: "#000000", # class: 'g' + Generic.Deleted: "#a40000", # class: 'gd' + Generic.Emph: "italic #000000", # class: 'ge' + Generic.Error: "#ef2929", # class: 'gr' + Generic.Heading: "bold #000080", # class: 'gh' + Generic.Inserted: "#00A000", # class: 'gi' + Generic.Output: "#888", # class: 'go' + Generic.Prompt: "#745334", # class: 'gp' + Generic.Strong: "bold #000000", # class: 'gs' + Generic.Subheading: "bold #800080", # class: 'gu' + Generic.Traceback: "bold #a40000", # class: 'gt' } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.10/alabaster/theme.conf new/alabaster-0.7.11/alabaster/theme.conf --- old/alabaster-0.7.10/alabaster/theme.conf 2016-07-26 00:08:02.000000000 +0200 +++ new/alabaster-0.7.11/alabaster/theme.conf 2018-05-19 03:46:23.000000000 +0200 @@ -15,6 +15,7 @@ github_banner = false github_type = watch github_count = true +badge_branch = master travis_button = false codecov_button = false gratipay_user = @@ -27,6 +28,9 @@ sidebar_collapse = true show_powered_by = true show_related = false +show_relbars = false +show_relbar_top = +show_relbar_bottom = gray_1 = #444 gray_2 = #EEE @@ -112,10 +116,11 @@ code_hover = #EEE code_font_size = 0.9em code_font_family = 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace -font_family = 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif -head_font_family = 'Garamond', 'Georgia', serif +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.10/alabaster.egg-info/PKG-INFO new/alabaster-0.7.11/alabaster.egg-info/PKG-INFO --- old/alabaster-0.7.10/alabaster.egg-info/PKG-INFO 2017-02-28 21:05:15.000000000 +0100 +++ new/alabaster-0.7.11/alabaster.egg-info/PKG-INFO 2018-06-19 07:18:32.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: alabaster -Version: 0.7.10 +Version: 0.7.11 Summary: A configurable sidebar-enabled Sphinx theme Home-page: https://alabaster.readthedocs.io Author: Jeff Forcier @@ -27,14 +27,21 @@ git+https://github.com/bitprophet/alabaster/#egg=alabaster``. Platform: UNKNOWN +Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: BSD License Classifier: Operating System :: OS Independent -Classifier: Topic :: Documentation -Classifier: Topic :: Software Development :: Documentation Classifier: Programming Language :: Python +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.2 Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Documentation +Classifier: Topic :: Software Development :: Documentation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.10/alabaster.egg-info/SOURCES.txt new/alabaster-0.7.11/alabaster.egg-info/SOURCES.txt --- old/alabaster-0.7.10/alabaster.egg-info/SOURCES.txt 2017-02-28 21:05:15.000000000 +0100 +++ new/alabaster-0.7.11/alabaster.egg-info/SOURCES.txt 2018-06-19 07:18:32.000000000 +0200 @@ -15,6 +15,7 @@ alabaster.egg-info/PKG-INFO alabaster.egg-info/SOURCES.txt alabaster.egg-info/dependency_links.txt +alabaster.egg-info/entry_points.txt alabaster.egg-info/top_level.txt alabaster/static/alabaster.css_t alabaster/static/custom.css \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.10/alabaster.egg-info/entry_points.txt new/alabaster-0.7.11/alabaster.egg-info/entry_points.txt --- old/alabaster-0.7.10/alabaster.egg-info/entry_points.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/alabaster-0.7.11/alabaster.egg-info/entry_points.txt 2018-06-19 07:18:32.000000000 +0200 @@ -0,0 +1,3 @@ +[sphinx.html_themes] +alabaster = alabaster + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.10/setup.cfg new/alabaster-0.7.11/setup.cfg --- old/alabaster-0.7.10/setup.cfg 2017-02-28 21:05:15.000000000 +0100 +++ new/alabaster-0.7.11/setup.cfg 2018-06-19 07:18:32.000000000 +0200 @@ -1,8 +1,14 @@ [bdist_wheel] universal = 1 +[metadata] +license_file = LICENSE + +[flake8] +ignore = E124,E125,E128,E261,E301,E302,E303 +max-line-length = 79 + [egg_info] tag_build = tag_date = 0 -tag_svn_revision = 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.10/setup.py new/alabaster-0.7.11/setup.py --- old/alabaster-0.7.10/setup.py 2016-05-21 02:56:18.000000000 +0200 +++ new/alabaster-0.7.11/setup.py 2018-06-19 06:52:36.000000000 +0200 @@ -5,35 +5,43 @@ # Version info -- read without importing _locals = {} -with open('alabaster/_version.py') as fp: +with open("alabaster/_version.py") as fp: exec(fp.read(), None, _locals) -version = _locals['__version__'] +version = _locals["__version__"] # README into long description -with codecs.open('README.rst', encoding='utf-8') as f: +with codecs.open("README.rst", encoding="utf-8") as f: readme = f.read() setup( - name='alabaster', + name="alabaster", version=version, - description='A configurable sidebar-enabled Sphinx theme', + description="A configurable sidebar-enabled Sphinx theme", long_description=readme, - author='Jeff Forcier', - author_email='[email protected]', - url='https://alabaster.readthedocs.io', - packages=['alabaster'], + author="Jeff Forcier", + author_email="[email protected]", + url="https://alabaster.readthedocs.io", + packages=["alabaster"], include_package_data=True, + entry_points={"sphinx.html_themes": ["alabaster = alabaster"]}, classifiers=[ - 'Intended Audience :: Developers', - 'License :: OSI Approved :: BSD License', - 'Operating System :: OS Independent', - 'Topic :: Documentation', - 'Topic :: Software Development :: Documentation', - 'Programming Language :: Python', - 'Programming Language :: Python :: 2.6', - 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.2', - 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4', + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", + "License :: OSI Approved :: BSD License", + "Operating System :: OS Independent", + "Programming Language :: Python", + "Programming Language :: Python :: 2", + "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.2", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: Implementation :: CPython", + "Programming Language :: Python :: Implementation :: PyPy", + "Topic :: Documentation", + "Topic :: Software Development :: Documentation", ], )
