pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-alabaster py-alabaster: updated to 0.7.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22f25792cc03
branches:  trunk
changeset: 324074:22f25792cc03
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Oct 07 10:20:22 2018 +0000

description:
py-alabaster: updated to 0.7.12

0.7.12:
* Add a tidelift_url option, which when set (default is None/unset) adds a small text snippet to the donate.html sidebar component, linking to the given URL string.
* Add a generic donation badge/url option (visually powered by https://shields.io/) as well as a service-specific donation option for OpenCollective.
* Fix a typo in the code-block font family, which incorrectly specified Deja Vu Sans Mono instead of DejaVu Sans Mono. This would primarily impact systems lacking the first two fonts (Consolas and 
Menlo) such as Linux desktops.
* Remove Gittip/Gratipay output from the donate.html sidebar component, since the actual service has been insolvent since 2017. The configuration options remain in place for the time being (to avoid 
breaking backwards compatibility) but no longer do anything.
* On some browsers/platforms, ?badge?-style sidebar elements were displaying dotted underlines. This was unintentional and explicit styling has been added to remove them. Credit to Steven Loria.
* Reorganize the customization page to break up the now rather long list of ?variables and feature toggles? into additional sections; includes alphabetizing those lists, to make it a bit easier to 
find docs for a specific setting.

diffstat:

 textproc/py-alabaster/Makefile |   4 ++--
 textproc/py-alabaster/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 71a9fe4bf053 -r 22f25792cc03 textproc/py-alabaster/Makefile
--- a/textproc/py-alabaster/Makefile    Sun Oct 07 09:27:04 2018 +0000
+++ b/textproc/py-alabaster/Makefile    Sun Oct 07 10:20:22 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/07/13 07:13:49 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/10/07 10:20:22 adam Exp $
 
-DISTNAME=      alabaster-0.7.11
+DISTNAME=      alabaster-0.7.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/alabaster/}
diff -r 71a9fe4bf053 -r 22f25792cc03 textproc/py-alabaster/distinfo
--- a/textproc/py-alabaster/distinfo    Sun Oct 07 09:27:04 2018 +0000
+++ b/textproc/py-alabaster/distinfo    Sun Oct 07 10:20:22 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/07/13 07:13:49 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/10/07 10:20:22 adam Exp $
 
-SHA1 (alabaster-0.7.11.tar.gz) = 3596a252d54c70d1214370b1cefdec3df203bb4e
-RMD160 (alabaster-0.7.11.tar.gz) = 432058f057a139c0174bc83d1afa5748ff32a80d
-SHA512 (alabaster-0.7.11.tar.gz) = 3b3762cc9f0a04296d07bdadeb7e77ae007e307bfad81d8ddfa8e883dcf7577bf544957b3664ec4cc354749fa249627071474466dc771c5883c75571c86d8f3b
-Size (alabaster-0.7.11.tar.gz) = 10998 bytes
+SHA1 (alabaster-0.7.12.tar.gz) = 36c11bd5d8e99e2009b643b7f6e91bf2a0fd573b
+RMD160 (alabaster-0.7.12.tar.gz) = 9390c073a8df0d0c59014318281be0e7ff6bf336
+SHA512 (alabaster-0.7.12.tar.gz) = e3bfd0c92ce01f08d5e6d9dc1ef0967ca1f54827e08756f4a0ba7be8d3b8bec7f2e53a169b831ff5ce2d2548f7f52c6e518bcc513e49bb3e4c38274293aebbac
+Size (alabaster-0.7.12.tar.gz) = 11242 bytes



Home | Main Index | Thread Index | Old Index