Received: by mail.netbsd.org (Postfix, from userid 605) id 71B0C84D8D; Fri, 21 Feb 2020 09:07:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE28F84D8C for ; Fri, 21 Feb 2020 09:07:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id FoZ0-6jEhYtr for ; Fri, 21 Feb 2020 09:07:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7327984CCD for ; Fri, 21 Feb 2020 09:07:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6CC22FBF4; Fri, 21 Feb 2020 09:07:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1582276064296720" MIME-Version: 1.0 Date: Fri, 21 Feb 2020 09:07:44 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-sphinx To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200221090744.6CC22FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1582276064296720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Feb 21 09:07:44 UTC 2020 Modified Files: pkgsrc/textproc/py-sphinx: Makefile distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 pkgsrc/textproc/py-sphinx/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/textproc/py-sphinx/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1582276064296720 Content-Disposition: inline Content-Length: 1674 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-sphinx/Makefile diff -u pkgsrc/textproc/py-sphinx/Makefile:1.70 pkgsrc/textproc/py-sphinx/Makefile:1.71 --- pkgsrc/textproc/py-sphinx/Makefile:1.70 Mon Feb 17 20:25:43 2020 +++ pkgsrc/textproc/py-sphinx/Makefile Fri Feb 21 09:07:44 2020 @@ -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/} Index: pkgsrc/textproc/py-sphinx/distinfo diff -u pkgsrc/textproc/py-sphinx/distinfo:1.47 pkgsrc/textproc/py-sphinx/distinfo:1.48 --- pkgsrc/textproc/py-sphinx/distinfo:1.47 Mon Feb 17 20:25:43 2020 +++ pkgsrc/textproc/py-sphinx/distinfo Fri Feb 21 09:07:44 2020 @@ -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 --_----------=_1582276064296720--