Received: by mail.netbsd.org (Postfix, from userid 605) id D1BD484D5D; Sat, 29 Feb 2020 15:48:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5AA8084D58 for ; Sat, 29 Feb 2020 15:48:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id HyZogfV0xCVg for ; Sat, 29 Feb 2020 15:48:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D6BED84D54 for ; Sat, 29 Feb 2020 15:48:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D0A64FBF4; Sat, 29 Feb 2020 15:48:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1582991284133140" MIME-Version: 1.0 Date: Sat, 29 Feb 2020 15:48:04 +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: <20200229154804.D0A64FBF4@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. --_----------=_1582991284133140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Feb 29 15:48:04 UTC 2020 Modified Files: pkgsrc/textproc/py-sphinx: Makefile distinfo Log Message: py-sphinx: updated to 2.4.3 Release 2.4.3: Bugs fixed * autodoc: ``*args`` and ``**kwarg`` in type comments are not handled properly * autodoc: classmethod coroutines are not detected * intersphinx: ``:attr:`` reference to property is broken * html search: Search breaks/hangs when built with dirhtml builder * todo: emit doctree-resolved event with non-document node incorrectly To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 pkgsrc/textproc/py-sphinx/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/py-sphinx/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1582991284133140 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.71 pkgsrc/textproc/py-sphinx/Makefile:1.72 --- pkgsrc/textproc/py-sphinx/Makefile:1.71 Fri Feb 21 09:07:44 2020 +++ pkgsrc/textproc/py-sphinx/Makefile Sat Feb 29 15:48:04 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2020/02/21 09:07:44 adam Exp $ +# $NetBSD: Makefile,v 1.72 2020/02/29 15:48:04 adam Exp $ -DISTNAME= Sphinx-2.4.2 +DISTNAME= Sphinx-2.4.3 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.48 pkgsrc/textproc/py-sphinx/distinfo:1.49 --- pkgsrc/textproc/py-sphinx/distinfo:1.48 Fri Feb 21 09:07:44 2020 +++ pkgsrc/textproc/py-sphinx/distinfo Sat Feb 29 15:48:04 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.48 2020/02/21 09:07:44 adam Exp $ +$NetBSD: distinfo,v 1.49 2020/02/29 15:48:04 adam Exp $ -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 +SHA1 (Sphinx-2.4.3.tar.gz) = 559b7b3cdb2e682e1e09ea7c15b5b6dc00d9fc2f +RMD160 (Sphinx-2.4.3.tar.gz) = 1f0c96f1ee1fca532e31595d84915a3baa03f996 +SHA512 (Sphinx-2.4.3.tar.gz) = cafd3b185210f3f2ccab48508d3abde50178ffa30136c0302c5855780b316f976566891ad4852f246ed5ebfa95e56701ef5096ca7dc98d91f3ba4e84754c8f6e +Size (Sphinx-2.4.3.tar.gz) = 5711784 bytes --_----------=_1582991284133140--