pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx-theme-cloud py-sphinx-theme-cloud: ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c85cfea3cc7
branches:  trunk
changeset: 405257:9c85cfea3cc7
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 25 10:44:11 2019 +0000

description:
py-sphinx-theme-cloud: updated to 1.10.0

1.10.0:
This package now requires Sphinx >= 1.6, and should be compatible with Sphinx 2.x

Other Changes
* :mod:`~cloud_sptheme.ext.table_styling`: Now supports ``table_styling_default_align`` config option,
  for setting the default table alignment (Sphinx 2 switched from ``"left"`` to ``"center"``).
* theme css: Minor style adjustments

Bugfixes
* :mod:`~cloud_sptheme.ext.role_index`: fix AttributeError under Sphinx 1.7+
* **setup.py**: updated entrypoints to work with Sphinx 1.7+
* theme css: layout fix for "sphinx.ext.viewcode"
* theme css & js: fixes Sphinx 1.6 - 2.2 compatibility
* :mod:`~cloud_sptheme.ext.table_styling`: now plays nicely with docutils table ``:align:`` directive.

diffstat:

 textproc/py-sphinx-theme-cloud/Makefile |   4 ++--
 textproc/py-sphinx-theme-cloud/PLIST    |   5 ++++-
 textproc/py-sphinx-theme-cloud/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 570a9f366b80 -r 9c85cfea3cc7 textproc/py-sphinx-theme-cloud/Makefile
--- a/textproc/py-sphinx-theme-cloud/Makefile   Mon Nov 25 10:42:13 2019 +0000
+++ b/textproc/py-sphinx-theme-cloud/Makefile   Mon Nov 25 10:44:11 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2019/10/21 22:01:06 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/11/25 10:44:11 adam Exp $
 
-DISTNAME=      cloud_sptheme-1.9.4
+DISTNAME=      cloud_sptheme-1.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/cloud_sptheme/sphinx-theme-cloud/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cloud_sptheme/}
diff -r 570a9f366b80 -r 9c85cfea3cc7 textproc/py-sphinx-theme-cloud/PLIST
--- a/textproc/py-sphinx-theme-cloud/PLIST      Mon Nov 25 10:42:13 2019 +0000
+++ b/textproc/py-sphinx-theme-cloud/PLIST      Mon Nov 25 10:44:11 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/10/07 11:25:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/11/25 10:44:11 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -12,6 +12,9 @@
 ${PYSITELIB}/cloud_sptheme/ext/__init__.py
 ${PYSITELIB}/cloud_sptheme/ext/__init__.pyc
 ${PYSITELIB}/cloud_sptheme/ext/__init__.pyo
+${PYSITELIB}/cloud_sptheme/ext/allow_unreferenced_footnotes.py
+${PYSITELIB}/cloud_sptheme/ext/allow_unreferenced_footnotes.pyc
+${PYSITELIB}/cloud_sptheme/ext/allow_unreferenced_footnotes.pyo
 ${PYSITELIB}/cloud_sptheme/ext/auto_redirect.py
 ${PYSITELIB}/cloud_sptheme/ext/auto_redirect.pyc
 ${PYSITELIB}/cloud_sptheme/ext/auto_redirect.pyo
diff -r 570a9f366b80 -r 9c85cfea3cc7 textproc/py-sphinx-theme-cloud/distinfo
--- a/textproc/py-sphinx-theme-cloud/distinfo   Mon Nov 25 10:42:13 2019 +0000
+++ b/textproc/py-sphinx-theme-cloud/distinfo   Mon Nov 25 10:44:11 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/10/07 11:25:00 adam Exp $
+$NetBSD: distinfo,v 1.6 2019/11/25 10:44:11 adam Exp $
 
-SHA1 (cloud_sptheme-1.9.4.tar.gz) = c31c2ddeace822cdd4b56db4e2f556fb7a0fdac8
-RMD160 (cloud_sptheme-1.9.4.tar.gz) = 04a8fca8ff1bc3731ed213e4d5c7a8e9009a07af
-SHA512 (cloud_sptheme-1.9.4.tar.gz) = 83293e81c4430b457be25b9374b8e20d0c267acf6dae493766525cf5364f49996900cde0c64987ccf8ec65fde69d9aa1f47a56aa80d2325bd2346d356c503b7a
-Size (cloud_sptheme-1.9.4.tar.gz) = 147827 bytes
+SHA1 (cloud_sptheme-1.10.0.tar.gz) = ae2c029db693219d156a2b58ff615b61b7a145cb
+RMD160 (cloud_sptheme-1.10.0.tar.gz) = b84f71d4be833f56120f98c2941baf7287d5a1c2
+SHA512 (cloud_sptheme-1.10.0.tar.gz) = 296a7db1e30b5012ebaf4117db1ed72cf109ff7bb4dc08c9cce5c7822ca68a5a8f53c8dd84df2780aabcce0509d1cfc48ab459ba3879d8721bbf8ca730307dda
+Size (cloud_sptheme-1.10.0.tar.gz) = 167074 bytes



Home | Main Index | Thread Index | Old Index