pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-alabaster: update to 0.7.7.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Jan 17 12:58:41 2016 +0100
Changeset:	c5d2f34d066a2fd328f4e4b6961ec92412b22123

Modified Files:
	py-alabaster/Makefile
	py-alabaster/PLIST
	py-alabaster/distinfo

Log Message:
py-alabaster: update to 0.7.7.

0.7.1 (2015-02-27)

Note

There is no 0.7.0, there was some PyPI fun and replacing sdists isn't permitted :)

    Finally add a changelog. To the README, for now, because a full doc site isn't worthwhile just yet.
    Allow configuring a custom Github banner image (instead of simply toggling a default on or off). Thanks to Nicola Iarocci for the original patch.
    Explicitly note Python version support in the README and setup.py.
    Update Github button image link to use the newly-available HTTPS version of the URL; this helps prevent errors on doc pages served via HTTPS. Thanks to Gustavo Narea for the report.
    Add control over the font size & family of code blocks. Credit to Steven Loria.
    Allow control over font family of body text and headings. Thanks to Georg Brandl.
    Stylize .. seealso:: blocks same as .. note:: blocks for consistency's sake (previously, .. seealso:: used the Sphinx default styling, which clashed). We may update these again later but for now, this is an improvement! Thanks again to Steven Loria.
    Allow control over CSS font-style for the site description/tagline element. Credit: Steven Loria.
    Add styling to disable default cell borders on .. bibliography:: directives' output. Thanks to Philippe Dessus for the report.

0.7.2 (2015-03-10)

    Updated CSS stylesheets to apply monospace styling to both tt and code elements, instead of just to tt. This addresses a change in HTML generation in Sphinx 1.3 while retaining support for Sphinx 1.2. Thanks to Eric Holscher for the heads up.

0.7.3 (2015-03-20)

    Hide shadow related styles on bibliography elements, in addition to the earlier change re: border. Thanks again to Philippe Dessus.

0.7.4 (2015-05-03)

    Add code_highlight option (which includes general fixes to styling of code blocks containing highlighted lines). Thanks to Steven Loria.

0.7.5 (2015-06-15)

    Honor Sphinx's core html_show_copyright option when rendering page footer. Thanks to Marcin Wojdyr for the report.

    Pre-history versions of Alabaster attempted to remove the "related" sub-navigation (typically found as next/previous links in other themes) but this didn't work right for mobile-oriented styling.

    This has been fixed by (re-)adding an improved sidebar nav element for these links and making its display controllable via the new show_related theme option (which defaults to false for backwards compatibility).

    NOTE: to enable the related-links nav, you'll need to set show_related to true and add relations.html to your html_sidebars (we've updated the example config in this README to indicate this for new installs).

    Thanks to Tomi Pieviläinen for the bug report.

    Update the "Fork me on Github" banner image to use an https:// URI so sites hosted over HTTPS don't encounter mixed-content errors. Thanks to @nikolas for the patch.

    Remove an orphaned </li> from the footer 'show source' section. Credit to Marcin Wojdyr.

0.7.6 (2015-06-22)

    Update how setup.py handles the README.rst file - load it explicitly as UTF-8 so the changelog containing non-ASCII characters doesn't generate UnicodeDecodeError in terminal environments whose default encoding is not UTF-8 or other Unicode-compatible encodings. Thanks to Arun Persaud for the report and Max Tepkeev for the suggested fix.
    Fix left-margin & padding styling for code blocks within list-item elements, making them consistent with earlier changes applied to top-level code blocks.
    Expose page & sidebar widths as theme options page_width and sidebar_width. Their defaults are the same as the previously static values.

0.7.7 (2015-12-21)

    Add some margin-bottom to table.field-list p so field lists (e.g. Python function parameter lists in docstrings) written as multiple paragraphs, look like actual paragraphs instead of all globbing together.
    Fix incorrect notes in README re: renamed github_button_* options - the button_ was dropped but docs did not reflect this. Thanks to Nik Nyby.
    Fix sidebar_hr setting - stylesheet wasn't correctly referencing the right variable name. Thanks to Jannis Leidel.
    Allow configuring body text-align via body_text_align. Credit to Marçal Solà.
    Fix a handful of mismatched/unclosed HTML tags in the templates. Thanks to Marvin Pinto for catch & patch.
    Add Codecov badge support to sidebar.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c5d2f34d066a2fd328f4e4b6961ec92412b22123

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-alabaster/Makefile | 2 +-
 py-alabaster/PLIST    | 4 +++-
 py-alabaster/distinfo | 7 ++++---
 3 files changed, 8 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-alabaster/Makefile b/py-alabaster/Makefile
index f75288c..3f811ba 100644
--- a/py-alabaster/Makefile
+++ b/py-alabaster/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2015/02/14 09:14:32 jihbed Exp $
 
-DISTNAME=	alabaster-0.6.3
+DISTNAME=	alabaster-0.7.7
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	textproc python
 MASTER_SITES=	https://pypi.python.org/packages/source/a/alabaster/
diff --git a/py-alabaster/PLIST b/py-alabaster/PLIST
index a33edfd..19f6cfc 100644
--- a/py-alabaster/PLIST
+++ b/py-alabaster/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2015/02/14 09:14:32 jihbed Exp $
+@comment $NetBSD$
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/alabaster/__init__.py
 ${PYSITELIB}/alabaster/__init__.pyc
@@ -13,6 +14,7 @@ ${PYSITELIB}/alabaster/about.html
 ${PYSITELIB}/alabaster/donate.html
 ${PYSITELIB}/alabaster/layout.html
 ${PYSITELIB}/alabaster/navigation.html
+${PYSITELIB}/alabaster/relations.html
 ${PYSITELIB}/alabaster/static/alabaster.css_t
 ${PYSITELIB}/alabaster/support.py
 ${PYSITELIB}/alabaster/support.pyc
diff --git a/py-alabaster/distinfo b/py-alabaster/distinfo
index 1d59485..acd528f 100644
--- a/py-alabaster/distinfo
+++ b/py-alabaster/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1 2015/02/14 09:14:32 jihbed Exp $
 
-SHA1 (alabaster-0.6.3.tar.gz) = b705bd5a7dafba116e0f599b128c978cfae2a89c
-RMD160 (alabaster-0.6.3.tar.gz) = 864c1e86cab64bf271eb4f7e1061f0b692217bec
-Size (alabaster-0.6.3.tar.gz) = 11749 bytes
+SHA1 (alabaster-0.7.7.tar.gz) = ff3e575ee7eb4ba1721f17d91ec5a54b16283603
+RMD160 (alabaster-0.7.7.tar.gz) = 73c38b8fded8cbbab3c28aa32c47f7cd7c5e1b44
+SHA512 (alabaster-0.7.7.tar.gz) = e19ec193d49ff5adf4552c1e3f9c77845045fd97cdb26285e774124960866bf790922a421cc70a8346f1bc98c1a5aa8b70211d4589e8429a9df4d4577880c0df
+Size (alabaster-0.7.7.tar.gz) = 18996 bytes


Home | Main Index | Thread Index | Old Index