diff options
author | adam <adam@pkgsrc.org> | 2018-09-24 08:21:50 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-09-24 08:21:50 +0000 |
commit | 4b55fa1460899120686b98836a5e41eed51acb78 (patch) | |
tree | 9d8df43805ecdaf5eab7992e7c7a4e0c07cdd5af /textproc | |
parent | 5d5032cac3369ee41f45c82771f720dfb98706cf (diff) | |
download | pkgsrc-4b55fa1460899120686b98836a5e41eed51acb78.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/py-sphinx/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-sphinx/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index 41935d2d8d7..f5391dd748a 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -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 --git a/textproc/py-sphinx/distinfo b/textproc/py-sphinx/distinfo index 763e69d0330..5439747f27d 100644 --- a/textproc/py-sphinx/distinfo +++ b/textproc/py-sphinx/distinfo @@ -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 |