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 2.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27758ab03ab3
branches:  trunk
changeset: 346350:27758ab03ab3
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Dec 31 10:38:46 2019 +0000

description:
py-sphinx: updated to 2.3.1

Release 2.3.1:

Bugs fixed
* sphinx-autogen: raises AttributeError

Release 2.3.0:

Incompatible changes
* end-before option of literalinclude directive does not match the first line of the code block.
* Change default User-Agent header to "Sphinx/X.Y.Z requests/X.Y.Z python/X.Y.Z". It can be changed via user_agent.
* text: content of admonitions starts after a blank line

Deprecated
sphinx.builders.gettext.POHEADER
sphinx.io.SphinxStandaloneReader.app
sphinx.io.SphinxStandaloneReader.env
sphinx.util.texescape.tex_escape_map
sphinx.util.texescape.tex_hl_escape_map_new
sphinx.writers.latex.LaTeXTranslator.no_contractions

Features added
* C++, support bit-fields.
* html: Eliminate prompt characters of doctest block from copyable text
* html: Use favicon for OpenSearch if available
* html theme: agogo theme now supports rightsidebar option
* Add PEP-561 Support
* latex: Allow to load additonal LaTeX packages via extrapackages key of latex_elements
* Add new config variable: user_agent
* LaTeX: have backslash also be an inline literal word wrap break character
* LaTeX: Support upLaTeX as a new latex_engine (experimental)
* Improve a warning message when extensions are not parallel safe
* Improve Intersphinx performance for multiple remote inventories.
* apidoc: .so file support
* autosummary: emit autodoc-skip-member event on generating stub file
* i18n: make explicit titles in toctree translatable
* linkcheck: Add linkcheck_auth option to provide authentication information when doing linkcheck builds
* linkcheck: Handles HTTP 308 Permanent Redirect
* html: Wrap section number in span tag
* gettext: Add gettext_last_translator' and :confval:`gettext_language_team to customize headers of POT file

Bugs fixed
* LaTeX: Longtable before header has incorrect distance (refs: latex3/latex2e#173)
* LaTeX: Avoid section names at the end of a page
* LaTeX: Do not replace unicode characters by LaTeX macros on unicode supported LaTeX engines: ?, ?, ?, ?, ?, ?, ?, ?, superscript and subscript digits go through ?as is? (as default OpenType font 
supports them)
* linkcheck: Be defensive and handle newly defined HTTP error code
* linkcheck: Failure on parsing content
* image URLs containing data: causes gettext builder crashed
* i18n: Error when compiling message catalogs on Hindi
* i18n: KeyError is raised if section title and table title are same
* i18n: rst_prolog breaks the translation
* mathbase: Some deprecated functions have removed
* autodoc: mock object does not work as a class decorator
* epub: Wrong internal href fragment links
* Allow not to install sphinx.testing as runtime (mainly for ALT Linux)
* html: search result was broken with empty html_file_suffix
* LaTeX does not wrap long code lines at backslash character
* LaTeX: PDF build breaks if admonition of danger type contains code-block long enough not to fit on one page
* LaTeX: code-block in a danger type admonition can easily spill over bottom of page
* texinfo: Code examples broken following ?sidebar?
* An orphan warning is emitted for included document on Windows. Thanks to @drillan
* Fix smartypants module calls re.sub() with wrong options
* HTML search: If a search term is partially matched in the title and fully matched in a text paragraph on the same page, the search does not include this match.
* config.py shouldn?t pop extensions from overrides
* text: extra spaces are inserted to hyphenated words on folding lines
* LaTeX: xelatex converts straight double quotes into right curly ones (shows when smartquotes is False)
* LaTeX: even with smartquotes off, PDF output transforms straight quotes and consecutive hyphens into curly quotes and dashes
* LaTeX: multi-line display of authors on title page has ragged edges
* Sphinx crashes with docutils-0.16b0
* sphinx-build: A console message is wrongly highlighted
* sphinx-build: -D option does not considers 0 and 1 as a boolean value

diffstat:

 textproc/py-sphinx/Makefile |   6 +++---
 textproc/py-sphinx/PLIST    |   5 +++--
 textproc/py-sphinx/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (60 lines):

diff -r 0486c5c7d06d -r 27758ab03ab3 textproc/py-sphinx/Makefile
--- a/textproc/py-sphinx/Makefile       Tue Dec 31 10:37:53 2019 +0000
+++ b/textproc/py-sphinx/Makefile       Tue Dec 31 10:38:46 2019 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.68 2019/12/08 21:56:23 adam Exp $
+# $NetBSD: Makefile,v 1.69 2019/12/31 10:38:46 adam Exp $
 
-DISTNAME=      Sphinx-2.2.2
+DISTNAME=      Sphinx-2.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Sphinx/}
 
 MAINTAINER=    markd%NetBSD.org@localhost
-HOMEPAGE=      http://sphinx.pocoo.org/
+HOMEPAGE=      http://www.sphinx-doc.org/
 COMMENT=       Python documentation generator
 LICENSE=       modified-bsd
 
diff -r 0486c5c7d06d -r 27758ab03ab3 textproc/py-sphinx/PLIST
--- a/textproc/py-sphinx/PLIST  Tue Dec 31 10:37:53 2019 +0000
+++ b/textproc/py-sphinx/PLIST  Tue Dec 31 10:38:46 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2019/12/08 21:56:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.27 2019/12/31 10:38:46 adam Exp $
 bin/sphinx-apidoc-${PYVERSSUFFIX}
 bin/sphinx-autogen-${PYVERSSUFFIX}
 bin/sphinx-build-${PYVERSSUFFIX}
@@ -559,6 +559,7 @@
 ${PYSITELIB}/sphinx/templates/epub3/mimetype
 ${PYSITELIB}/sphinx/templates/epub3/nav.xhtml_t
 ${PYSITELIB}/sphinx/templates/epub3/toc.ncx_t
+${PYSITELIB}/sphinx/templates/gettext/message.pot_t
 ${PYSITELIB}/sphinx/templates/graphviz/graphviz.css
 ${PYSITELIB}/sphinx/templates/htmlhelp/project.hhc
 ${PYSITELIB}/sphinx/templates/htmlhelp/project.hhp
@@ -600,7 +601,7 @@
 ${PYSITELIB}/sphinx/texinputs/LatinRules.xdy
 ${PYSITELIB}/sphinx/texinputs/Makefile_t
 ${PYSITELIB}/sphinx/texinputs/footnotehyper-sphinx.sty
-${PYSITELIB}/sphinx/texinputs/latexmkjarc
+${PYSITELIB}/sphinx/texinputs/latexmkjarc_t
 ${PYSITELIB}/sphinx/texinputs/latexmkrc_t
 ${PYSITELIB}/sphinx/texinputs/make.bat_t
 ${PYSITELIB}/sphinx/texinputs/python.ist
diff -r 0486c5c7d06d -r 27758ab03ab3 textproc/py-sphinx/distinfo
--- a/textproc/py-sphinx/distinfo       Tue Dec 31 10:37:53 2019 +0000
+++ b/textproc/py-sphinx/distinfo       Tue Dec 31 10:38:46 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.45 2019/12/08 21:56:23 adam Exp $
+$NetBSD: distinfo,v 1.46 2019/12/31 10:38:46 adam Exp $
 
-SHA1 (Sphinx-2.2.2.tar.gz) = 278f1e04071d1f37eed19bd6f25f4b9a2c560977
-RMD160 (Sphinx-2.2.2.tar.gz) = 80ef160913330ece10101be7965d0d1ed1092430
-SHA512 (Sphinx-2.2.2.tar.gz) = 2aaed5980c6fb3bf1a8b2911bbf5d7b8a2d9356e2e9faad58e9ac93e76f76e0c5f40243774553a719dfe982e5e683821545db56142cd8e3db914e97e363124f1
-Size (Sphinx-2.2.2.tar.gz) = 5828933 bytes
+SHA1 (Sphinx-2.3.1.tar.gz) = 7b895f83397829abbc1f7866c7adbd21bf8dfac2
+RMD160 (Sphinx-2.3.1.tar.gz) = 89134b34f41840e6f9c173b6dbe3c69cfadb2357
+SHA512 (Sphinx-2.3.1.tar.gz) = 10916d4d173456c485eca97c65b731d9986f3cf6a7773a33e25e38702a2bba069935cf333cc5747fc8b211d2816a0b8c706513db5e9f5b8034ba73a8975ef045
+Size (Sphinx-2.3.1.tar.gz) = 5838626 bytes



Home | Main Index | Thread Index | Old Index