pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov 28 16:34:50 UTC 2021

Modified Files:
        pkgsrc/textproc/py-sphinx: Makefile distinfo

Log Message:
py-sphinx: updated to 4.3.1

Release 4.3.1 (released Nov 28, 2021)

Features added
* mathjax: Support chnaging the loading method of MathJax to “defer” via mathjax_options
Bugs fixed
* autodoc: AttributeError is raised on building document for functions decorated by functools.lru_cache
* autodoc: AttributeError is raised on building document for an object having invalid __doc__ atribute
* autodoc: Failed to process a function wrapped with functools.partial if autodoc_preserve_defaults enabled
* html: Class namespace collision between autodoc signatures and docutils-0.17
* imgmath: Crashed if the dvisvgm command failed to convert equation
* mathjax: Failed to render equations via MathJax v2. The loading method of MathJax is back to “async” method again


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/textproc/py-sphinx/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/textproc/py-sphinx/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-sphinx/Makefile
diff -u pkgsrc/textproc/py-sphinx/Makefile:1.78 pkgsrc/textproc/py-sphinx/Makefile:1.79
--- pkgsrc/textproc/py-sphinx/Makefile:1.78     Thu Nov 11 08:59:09 2021
+++ pkgsrc/textproc/py-sphinx/Makefile  Sun Nov 28 16:34:49 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2021/11/11 08:59:09 adam Exp $
+# $NetBSD: Makefile,v 1.79 2021/11/28 16:34:49 adam Exp $
 
-DISTNAME=      Sphinx-4.3.0
+DISTNAME=      Sphinx-4.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Sphinx/}

Index: pkgsrc/textproc/py-sphinx/distinfo
diff -u pkgsrc/textproc/py-sphinx/distinfo:1.56 pkgsrc/textproc/py-sphinx/distinfo:1.57
--- pkgsrc/textproc/py-sphinx/distinfo:1.56     Thu Nov 11 08:59:09 2021
+++ pkgsrc/textproc/py-sphinx/distinfo  Sun Nov 28 16:34:49 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.56 2021/11/11 08:59:09 adam Exp $
+$NetBSD: distinfo,v 1.57 2021/11/28 16:34:49 adam Exp $
 
-BLAKE2s (Sphinx-4.3.0.tar.gz) = 5c1a93ac77e16debc5482648a44f4e63c64d4de1a918fc7ecb649b092f7112c5
-SHA512 (Sphinx-4.3.0.tar.gz) = ba3463135dc578024819d9c70b3707d4465c4a71aa305474f7b34b14e276ee491e029bb8bc93c05ed1463a6bc63a82e0507c16ede7046fd1216e31553027e449
-Size (Sphinx-4.3.0.tar.gz) = 6657624 bytes
+BLAKE2s (Sphinx-4.3.1.tar.gz) = 1da1af8573e28a0cd2b9d075ece4d10e4ab9b06d6d5a584073d0a2022245b094
+SHA512 (Sphinx-4.3.1.tar.gz) = 0b7ceb369783d30685c10783fe10b58e92a2f5ae50dda1b6cfb021b0d33fb424a2c6cddc6b97018b63347127fc74ed4f7a442c312ce9e75ceb537f127a46bb9d
+Size (Sphinx-4.3.1.tar.gz) = 6655951 bytes



Home | Main Index | Thread Index | Old Index