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:           Tue May 29 07:13:07 UTC 2018

Modified Files:
        pkgsrc/textproc/py-sphinx: Makefile distinfo

Log Message:
py-sphinx: updated to 1.7.5

Release 1.7.5:

Bugs fixed
* html search: Upper characters problem in any other languages
* apidoc: some subpackage is ignored if sibling subpackage contains a module starting with underscore
* i18n doesn’t handle node.title correctly tat used for contents, topic, admonition, table and section.
* i18n: literal blocks in bullet list are not translated
* C++, raised TypeError on duplicate declaration.
* C++, properly parse expr roles and give better error messages when (escaped) line breaks are present.
* C++, properly use desc_addname nodes for prefixes of names.
* C++, parse pack expansions in function calls.
* * links on search page are broken when using dirhtml builder
* autodoc: constructor method should not have return annotation
* latex: deeply nested enumerated list which is beginning with non-1 causes LaTeX engine crashed
* latex: shorthandoff is not set up for Brazil locale
* i18n: Ignore dot-directories like .git/ in LC_MESSAGES/
* py domain: type field could not handle “None” as a type
* latex: Incorrect escaping of curly braces in index entries
* autodoc: Failed to extract document from a subclass of the class on mocked module
* latex: glossary directive adds whitespace to each item
* latex: Explicit labels on code blocks are duplicated
* node.asdom() crashes if toctree has :numbered: option
* autodoc: Parsing error when using dataclasses without default values
* autodoc: crashed when handler for autodoc-skip-member raises an error
* autodoc: crashed when subclass of mocked class are processed by napoleon module
* sphinx-build crashes when error log contains a “%” character


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/textproc/py-sphinx/Makefile
cvs rdiff -u -r1.31 -r1.32 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.50 pkgsrc/textproc/py-sphinx/Makefile:1.51
--- pkgsrc/textproc/py-sphinx/Makefile:1.50     Thu Apr 26 07:49:29 2018
+++ pkgsrc/textproc/py-sphinx/Makefile  Tue May 29 07:13:07 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2018/04/26 07:49:29 adam Exp $
+# $NetBSD: Makefile,v 1.51 2018/05/29 07:13:07 adam Exp $
 
-DISTNAME=      Sphinx-1.7.4
+DISTNAME=      Sphinx-1.7.5
 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.31 pkgsrc/textproc/py-sphinx/distinfo:1.32
--- pkgsrc/textproc/py-sphinx/distinfo:1.31     Thu Apr 26 07:49:29 2018
+++ pkgsrc/textproc/py-sphinx/distinfo  Tue May 29 07:13:07 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2018/04/26 07:49:29 adam Exp $
+$NetBSD: distinfo,v 1.32 2018/05/29 07:13:07 adam Exp $
 
-SHA1 (Sphinx-1.7.4.tar.gz) = 0ad169f2f2a6f7c6ddf01a845ece03afd9a18968
-RMD160 (Sphinx-1.7.4.tar.gz) = a05ba966e79e0312e037380eb89363767ca11442
-SHA512 (Sphinx-1.7.4.tar.gz) = bb4b22aef42918283de3ac7cd99eb7918e95b749a090274adc2c969e2a137f9f3942f7215bbfec4f92f3094d0e32a4fdf503f63f6fd01ba74070ac7f9579a341
-Size (Sphinx-1.7.4.tar.gz) = 4722408 bytes
+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



Home | Main Index | Thread Index | Old Index