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:           Thu Jul 19 09:07:52 UTC 2018

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

Log Message:
py-sphinx: 1.7.6

Release 1.7.6:

Bugs fixed
* LaTeX \sphinxupquote{} breaks in Russian
* sphinx.testing uses deprecated pytest API; Node.get_marker(name)
* crashed when recommonmark.AutoStrictify is enabled
* latex: crashed with docutils package provided by Debian/Ubuntu
* latex: a label for table is vanished if table does not have a caption
* crashed with numbered toctree
* C, render empty argument lists for macros.
* C++, fix lookup of full template specializations with no template arguments.
* C++, fix assertion on missing references in global scope when using
  intersphinx. Thanks to Alan M. Carroll.
* autodoc: crashed by Form Feed Character
* autodoc: loses the first staticmethod parameter for old styled classes
* quickstart: Typing Ctrl-U clears the whole of line
* html: "relations" sidebar is not shown by default
* latex: curly braces in index entries are not handled correctly
* epub: Wrong internal href fragment links
* apidoc: Interface of sphinx.apidoc:main() has changed
* PDF builds of French projects have issues with XeTeX
* napoleon raises RuntimeError with python 3.7
* sphinx-build: Interface of sphinx:main() has changed
* sphinx-build: sphinx.cmd.build.main() refers sys.argv instead of given
  argument
* autosummary: warning is emitted when the first line of docstring ends
  with literal notation
* autosummary: warnings of autosummary indicates wrong location
* autodoc: crashed on inspecting dict like object which does not support
  sorting
* autodoc: Enum argument missing if it shares value with another
* py domain: rtype field could not handle "None" as a type
* LaTeX: indexing of terms containing @, !, or " fails
* html: crashes if copying static files are failed
* autodoc: Fix formatting type annotations for tuples with more than two
  arguments
* i18n: crashed by auto-symbol footnote references
* autosummary: module summary has been broken when it starts with heading


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/textproc/py-sphinx/Makefile
cvs rdiff -u -r1.32 -r1.33 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.51 pkgsrc/textproc/py-sphinx/Makefile:1.52
--- pkgsrc/textproc/py-sphinx/Makefile:1.51     Tue May 29 07:13:07 2018
+++ pkgsrc/textproc/py-sphinx/Makefile  Thu Jul 19 09:07:52 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2018/05/29 07:13:07 adam Exp $
+# $NetBSD: Makefile,v 1.52 2018/07/19 09:07:52 adam Exp $
 
-DISTNAME=      Sphinx-1.7.5
+DISTNAME=      Sphinx-1.7.6
 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.32 pkgsrc/textproc/py-sphinx/distinfo:1.33
--- pkgsrc/textproc/py-sphinx/distinfo:1.32     Tue May 29 07:13:07 2018
+++ pkgsrc/textproc/py-sphinx/distinfo  Thu Jul 19 09:07:52 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2018/05/29 07:13:07 adam Exp $
+$NetBSD: distinfo,v 1.33 2018/07/19 09:07:52 adam Exp $
 
-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
+SHA1 (Sphinx-1.7.6.tar.gz) = 3caa8c2d3f9b283e32df259baee885c0340c5d02
+RMD160 (Sphinx-1.7.6.tar.gz) = ec3c0ca4039f124214ec733532adda9254fe95d9
+SHA512 (Sphinx-1.7.6.tar.gz) = 505c4e92c1a09c48a50d8bd0ec86089bd3f0f5352302ae330e2fba6e61316f40c6ec3726e2cfaeb54de0818127a26ef5364ac92bcf254283022c38c4e95d419c
+Size (Sphinx-1.7.6.tar.gz) = 4724123 bytes



Home | Main Index | Thread Index | Old Index