Received: by mail.netbsd.org (Postfix, from userid 605) id 9BB8A84D9A; Mon, 24 Sep 2018 08:21:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AFC3A84D86 for ; Mon, 24 Sep 2018 08:21:51 +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 ABkmCuWd1wOY for ; Mon, 24 Sep 2018 08:21:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E6BD084D85 for ; Mon, 24 Sep 2018 08:21:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E0444FBEE; Mon, 24 Sep 2018 08:21:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153777731017630" MIME-Version: 1.0 Date: Mon, 24 Sep 2018 08:21:50 +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: <20180924082150.E0444FBEE@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. --_----------=_153777731017630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Mon Sep 24 08:21:50 UTC 2018 Modified Files: pkgsrc/textproc/py-sphinx: Makefile distinfo Log Message: py-sphinx: updated to 1.8.1 Release 1.8.1: Incompatible changes LaTeX \pagestyle commands have been moved to the LaTeX template. No changes in PDF, except possibly if \sphinxtableofcontents, which contained them, had been customized in conf.py. Bugs fixed * Incorrect default path for sphinx-build -d/doctrees files * autodoc emits deprecation warning for autodoc_default_flags * lambda object causes PicklingError on storing environment * Sphinx fails to build with syntax error in Python 2.7.5 * add latexpdf to make.bat for non make-mode * Autodoc does not work with enum subclasses with properties/methods * autodoc: crashed on modules importing eggs * latex: ImportError: cannot import name ‘DEFAULT_SETTINGS’ * autodoc: autofunction emits a warning for callable objects * Fix TypeError in error message when override is prohibited * PDF builds of ‘howto’ documents have no page numbers * mathbase: math_role and MathDirective was disappeared in 1.8.0 * latex: Index has disappeared from PDF for Japanese documents * py domain: :type: field can’t process :term: references * py domain: TypeError has been raised for class attribute To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 pkgsrc/textproc/py-sphinx/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/textproc/py-sphinx/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153777731017630 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.57 pkgsrc/textproc/py-sphinx/Makefile:1.58 --- pkgsrc/textproc/py-sphinx/Makefile:1.57 Thu Sep 13 07:36:52 2018 +++ pkgsrc/textproc/py-sphinx/Makefile Mon Sep 24 08:21:50 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2018/09/13 07:36:52 adam Exp $ +# $NetBSD: Makefile,v 1.58 2018/09/24 08:21:50 adam Exp $ -DISTNAME= Sphinx-1.8.0 +DISTNAME= Sphinx-1.8.1 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.37 pkgsrc/textproc/py-sphinx/distinfo:1.38 --- pkgsrc/textproc/py-sphinx/distinfo:1.37 Thu Sep 13 07:36:52 2018 +++ pkgsrc/textproc/py-sphinx/distinfo Mon Sep 24 08:21:50 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.37 2018/09/13 07:36:52 adam Exp $ +$NetBSD: distinfo,v 1.38 2018/09/24 08:21:50 adam Exp $ -SHA1 (Sphinx-1.8.0.tar.gz) = cb091744da7c3dc770d41ac8c7f5e0f406daeeff -RMD160 (Sphinx-1.8.0.tar.gz) = aa5991f7cf2408cd52322001d22b55031e961f37 -SHA512 (Sphinx-1.8.0.tar.gz) = cb49a0728cc333929dc825199d35c5c5c0c8088e7bc42c96a96dd08e4f37904146eee2f6ca1f0aa04b1c983c297d547e31840077b1062dff48568dfd4347c855 -Size (Sphinx-1.8.0.tar.gz) = 5751045 bytes +SHA1 (Sphinx-1.8.1.tar.gz) = daf70d7497cf89ce52e9c07af7f0786fbfcc0bdd +RMD160 (Sphinx-1.8.1.tar.gz) = a9b4c1d2da5d04ada7c457a3d5ab707aae267299 +SHA512 (Sphinx-1.8.1.tar.gz) = 971a478ccd0f77e7e9bf8548a31805140d2d757f237493e63a3046309683b1f6ae4f943f0b66cc8e00c3917a40c1c8e4cd2ec5133ff7ca565584b058bab5e677 +Size (Sphinx-1.8.1.tar.gz) = 5754240 bytes --_----------=_153777731017630--