pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-sphinx



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.

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



Home | Main Index | Thread Index | Old Index