Received: by mail.netbsd.org (Postfix, from userid 605) id C3BB4850C1; Thu, 19 Jul 2018 09:07:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 45A6484FCA for ; Thu, 19 Jul 2018 09:07:53 +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 K0nwO6eO1sfU for ; Thu, 19 Jul 2018 09:07:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 698CE84D68 for ; Thu, 19 Jul 2018 09:07:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 60D76FBEC; Thu, 19 Jul 2018 09:07:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1531991272108550" MIME-Version: 1.0 Date: Thu, 19 Jul 2018 09:07:52 +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: <20180719090752.60D76FBEC@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. --_----------=_1531991272108550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jul 19 09:07:52 UTC 2018 Modified Files: pkgsrc/textproc/py-sphinx: Makefile distinfo Log Message: py-sphinx: 1.7.6 Release 1.7.6: Bugs fixed * LaTeX \sphinxupquote{} breaks in Russian * sphinx.testing uses deprecated pytest API; Node.get_marker(name) * crashed when recommonmark.AutoStrictify is enabled * latex: crashed with docutils package provided by Debian/Ubuntu * latex: a label for table is vanished if table does not have a caption * crashed with numbered toctree * C, render empty argument lists for macros. * C++, fix lookup of full template specializations with no template arguments. * C++, fix assertion on missing references in global scope when using intersphinx. Thanks to Alan M. Carroll. * autodoc: crashed by Form Feed Character * autodoc: loses the first staticmethod parameter for old styled classes * quickstart: Typing Ctrl-U clears the whole of line * html: "relations" sidebar is not shown by default * latex: curly braces in index entries are not handled correctly * epub: Wrong internal href fragment links * apidoc: Interface of sphinx.apidoc:main() has changed * PDF builds of French projects have issues with XeTeX * napoleon raises RuntimeError with python 3.7 * sphinx-build: Interface of sphinx:main() has changed * sphinx-build: sphinx.cmd.build.main() refers sys.argv instead of given argument * autosummary: warning is emitted when the first line of docstring ends with literal notation * autosummary: warnings of autosummary indicates wrong location * autodoc: crashed on inspecting dict like object which does not support sorting * autodoc: Enum argument missing if it shares value with another * py domain: rtype field could not handle "None" as a type * LaTeX: indexing of terms containing @, !, or " fails * html: crashes if copying static files are failed * autodoc: Fix formatting type annotations for tuples with more than two arguments * i18n: crashed by auto-symbol footnote references * autosummary: module summary has been broken when it starts with heading To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/textproc/py-sphinx/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/textproc/py-sphinx/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1531991272108550 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.51 pkgsrc/textproc/py-sphinx/Makefile:1.52 --- pkgsrc/textproc/py-sphinx/Makefile:1.51 Tue May 29 07:13:07 2018 +++ pkgsrc/textproc/py-sphinx/Makefile Thu Jul 19 09:07:52 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2018/05/29 07:13:07 adam Exp $ +# $NetBSD: Makefile,v 1.52 2018/07/19 09:07:52 adam Exp $ -DISTNAME= Sphinx-1.7.5 +DISTNAME= Sphinx-1.7.6 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.32 pkgsrc/textproc/py-sphinx/distinfo:1.33 --- pkgsrc/textproc/py-sphinx/distinfo:1.32 Tue May 29 07:13:07 2018 +++ pkgsrc/textproc/py-sphinx/distinfo Thu Jul 19 09:07:52 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.32 2018/05/29 07:13:07 adam Exp $ +$NetBSD: distinfo,v 1.33 2018/07/19 09:07:52 adam Exp $ -SHA1 (Sphinx-1.7.5.tar.gz) = 515cd0dd74168622c2ab770679b65ac524e34c6a -RMD160 (Sphinx-1.7.5.tar.gz) = 443bba4f8a5e9d66b3c96e59550abc1e3f32f950 -SHA512 (Sphinx-1.7.5.tar.gz) = db2a8df2cdb2ed78ce2341175575c2b04a149451b2bc8a4f74ddc73e308a19d505874fdbae4e370ce48a9b1cdb4de47cdab489bc57c1b378e857d5b8d04a07b8 -Size (Sphinx-1.7.5.tar.gz) = 4726802 bytes +SHA1 (Sphinx-1.7.6.tar.gz) = 3caa8c2d3f9b283e32df259baee885c0340c5d02 +RMD160 (Sphinx-1.7.6.tar.gz) = ec3c0ca4039f124214ec733532adda9254fe95d9 +SHA512 (Sphinx-1.7.6.tar.gz) = 505c4e92c1a09c48a50d8bd0ec86089bd3f0f5352302ae330e2fba6e61316f40c6ec3726e2cfaeb54de0818127a26ef5364ac92bcf254283022c38c4e95d419c +Size (Sphinx-1.7.6.tar.gz) = 4724123 bytes --_----------=_1531991272108550--