pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx py-sphinx: updated to 4.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9475c8b158c4
branches:  trunk
changeset: 770287:9475c8b158c4
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 28 16:34:49 2021 +0000

description:
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

diffstat:

 textproc/py-sphinx/Makefile |  4 ++--
 textproc/py-sphinx/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r aa04a28a1e26 -r 9475c8b158c4 textproc/py-sphinx/Makefile
--- a/textproc/py-sphinx/Makefile       Sun Nov 28 16:25:24 2021 +0000
+++ b/textproc/py-sphinx/Makefile       Sun Nov 28 16:34:49 2021 +0000
@@ -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/}
diff -r aa04a28a1e26 -r 9475c8b158c4 textproc/py-sphinx/distinfo
--- a/textproc/py-sphinx/distinfo       Sun Nov 28 16:25:24 2021 +0000
+++ b/textproc/py-sphinx/distinfo       Sun Nov 28 16:34:49 2021 +0000
@@ -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