pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-alabaster



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul 13 07:13:49 UTC 2018

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

Log Message:
py-alabaster: updated to 0.7.11

0.7.11:
[Feature]: Add badge_branch option allowing configurability of which specific Git branch the Travis, Codecov, etc buttons default to.
[Feature]: Add optional next and previous links at the top and bottom of page content. Use theme option show_relbars to enable these.
[Bug] 73: Clean up some problematic font issues.
[Support]: Add setuptools-level entrypoint for improved theme distribution compatibility.
[Support]: Miscellaneous project maintenance updates such as adding to Travis CI and enforcing the use of flake8.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-alabaster/Makefile \
    pkgsrc/textproc/py-alabaster/PLIST pkgsrc/textproc/py-alabaster/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-alabaster/Makefile
diff -u pkgsrc/textproc/py-alabaster/Makefile:1.3 pkgsrc/textproc/py-alabaster/Makefile:1.4
--- pkgsrc/textproc/py-alabaster/Makefile:1.3   Thu Sep 28 10:33:29 2017
+++ pkgsrc/textproc/py-alabaster/Makefile       Fri Jul 13 07:13:49 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/09/28 10:33:29 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/07/13 07:13:49 adam Exp $
 
-DISTNAME=      alabaster-0.7.10
+DISTNAME=      alabaster-0.7.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/alabaster/}
Index: pkgsrc/textproc/py-alabaster/PLIST
diff -u pkgsrc/textproc/py-alabaster/PLIST:1.3 pkgsrc/textproc/py-alabaster/PLIST:1.4
--- pkgsrc/textproc/py-alabaster/PLIST:1.3      Thu Sep 28 10:33:29 2017
+++ pkgsrc/textproc/py-alabaster/PLIST  Fri Jul 13 07:13:49 2018
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2017/09/28 10:33:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/07/13 07:13:49 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/alabaster/__init__.py
 ${PYSITELIB}/alabaster/__init__.pyc
Index: pkgsrc/textproc/py-alabaster/distinfo
diff -u pkgsrc/textproc/py-alabaster/distinfo:1.3 pkgsrc/textproc/py-alabaster/distinfo:1.4
--- pkgsrc/textproc/py-alabaster/distinfo:1.3   Thu Sep 28 10:33:29 2017
+++ pkgsrc/textproc/py-alabaster/distinfo       Fri Jul 13 07:13:49 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/09/28 10:33:29 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/07/13 07:13:49 adam Exp $
 
-SHA1 (alabaster-0.7.10.tar.gz) = dba599faf1ca5541ef35ab251eb2b365ae2f25c7
-RMD160 (alabaster-0.7.10.tar.gz) = be615780fb6cec815e82bc96374624a6009ba314
-SHA512 (alabaster-0.7.10.tar.gz) = e2391079360e050e532f878619e70a120f141a3e84d1e213e508e4be25ff2ac704717fe8398dfaf016dfb6dd3ad1105a67e1d5438737f45064f7602a5ce5fda8
-Size (alabaster-0.7.10.tar.gz) = 10486 bytes
+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



Home | Main Index | Thread Index | Old Index