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 1.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6078b531f786
branches:  trunk
changeset: 313261:6078b531f786
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 24 08:21:50 2018 +0000

description:
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

diffstat:

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

diffs (27 lines):

diff -r 5c6a9248afe4 -r 6078b531f786 textproc/py-sphinx/Makefile
--- a/textproc/py-sphinx/Makefile       Mon Sep 24 08:06:48 2018 +0000
+++ b/textproc/py-sphinx/Makefile       Mon Sep 24 08:21:50 2018 +0000
@@ -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/}
diff -r 5c6a9248afe4 -r 6078b531f786 textproc/py-sphinx/distinfo
--- a/textproc/py-sphinx/distinfo       Mon Sep 24 08:06:48 2018 +0000
+++ b/textproc/py-sphinx/distinfo       Mon Sep 24 08:21:50 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index