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 2.4.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb09517c02a6
branches:  trunk
changeset: 411838:fb09517c02a6
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Feb 21 09:07:44 2020 +0000

description:
py-sphinx: updated to 2.4.2

Release 2.4.2:

Bugs fixed
* autodoc: ``autodoc.typehints`` crashed when variable has unbound object
  as a value
* autodoc: separator for keyword only arguments is not shown
* autodoc: IndexError is raised on suppressed type_comment found
* autodoc: typehints extension does not support parallel build
* autodoc: TypeError is raised on fetching type annotations
* crashed when extension assigns a value to ``env.indexentries``
* text: Remove debug print
* viewcode: Avoid to crash when non-python code given

diffstat:

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

diffs (27 lines):

diff -r 8d955547a8ec -r fb09517c02a6 textproc/py-sphinx/Makefile
--- a/textproc/py-sphinx/Makefile       Fri Feb 21 06:44:35 2020 +0000
+++ b/textproc/py-sphinx/Makefile       Fri Feb 21 09:07:44 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2020/02/17 20:25:43 adam Exp $
+# $NetBSD: Makefile,v 1.71 2020/02/21 09:07:44 adam Exp $
 
-DISTNAME=      Sphinx-2.4.1
+DISTNAME=      Sphinx-2.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Sphinx/}
diff -r 8d955547a8ec -r fb09517c02a6 textproc/py-sphinx/distinfo
--- a/textproc/py-sphinx/distinfo       Fri Feb 21 06:44:35 2020 +0000
+++ b/textproc/py-sphinx/distinfo       Fri Feb 21 09:07:44 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.47 2020/02/17 20:25:43 adam Exp $
+$NetBSD: distinfo,v 1.48 2020/02/21 09:07:44 adam Exp $
 
-SHA1 (Sphinx-2.4.1.tar.gz) = 65464c4e397ffb2ff89a7f48bf8e1eb0843cdaf6
-RMD160 (Sphinx-2.4.1.tar.gz) = d201cfba4262ff7406e460566bc310d3940662b4
-SHA512 (Sphinx-2.4.1.tar.gz) = dc741e6b0604151134b1680fb3c7a29bea62a0d5607b11696926bf1fad0bdb863243de323c5f004c8f98a4d62a4325c233c555b193884c54902653e2a086e51b
-Size (Sphinx-2.4.1.tar.gz) = 5853254 bytes
+SHA1 (Sphinx-2.4.2.tar.gz) = 55c2ccdf79c77d1c49344f75f279795a0b5ad8fb
+RMD160 (Sphinx-2.4.2.tar.gz) = d2a2e8039c93572d1d3c46489e15066302b9577e
+SHA512 (Sphinx-2.4.2.tar.gz) = 9bab422e34e7c59624680afd6412d9cbcac9b1bd28ea3dcfd0a36875d0d64641f711d911d6b6d9ed4cd6eb31c6e8ae7f8766b3fe32e3d5e8ae3d9f93d10c597e
+Size (Sphinx-2.4.2.tar.gz) = 5855464 bytes



Home | Main Index | Thread Index | Old Index