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 Nov 13 11:30:40 UTC 2018

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

Log Message:
py-sphinx: updated to 1.8.2

Release 1.8.2:

Incompatible changes
* Do not include MathJax.js and jsmath.js unless it is really needed

Features added
* Show appropriate deprecation warnings

Bugs fixed
* latex: enumerated list causes a crash with recommonmark
* sphinx-build fails to build docs w/ Python < 3.5.2
* latex: wrong \label positioning for figures with a legend
* C++, fix assertion when a symbol is declared more than twice.
* gettext: crashed with broken template
* csv-table directive with file option in included file is broken
* autodoc: unable to find type hints for a functools.partial
* autodoc: unable to find type hints for unresolvable Forward references
* incompatible math_block node has been generated
* Fix ensuredir() in case of pre-existing file
* graphviz Correctly deal with non-existing static dir
* i18n: multiple footnote_references referring same footnote causes
  duplicated node_ids
* latex: footnote_references generated by extension causes LaTeX builder
  crashed
* make all-pdf fails with old xindy version
* quickstart: --no-batchfile isn't honored
* texinfo: multiline rubrics are broken
* texinfo: multiline citations are broken


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/textproc/py-sphinx/Makefile
cvs rdiff -u -r1.38 -r1.39 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.58 pkgsrc/textproc/py-sphinx/Makefile:1.59
--- pkgsrc/textproc/py-sphinx/Makefile:1.58     Mon Sep 24 08:21:50 2018
+++ pkgsrc/textproc/py-sphinx/Makefile  Tue Nov 13 11:30:40 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2018/09/24 08:21:50 adam Exp $
+# $NetBSD: Makefile,v 1.59 2018/11/13 11:30:40 adam Exp $
 
-DISTNAME=      Sphinx-1.8.1
+DISTNAME=      Sphinx-1.8.2
 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.38 pkgsrc/textproc/py-sphinx/distinfo:1.39
--- pkgsrc/textproc/py-sphinx/distinfo:1.38     Mon Sep 24 08:21:50 2018
+++ pkgsrc/textproc/py-sphinx/distinfo  Tue Nov 13 11:30:40 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.38 2018/09/24 08:21:50 adam Exp $
+$NetBSD: distinfo,v 1.39 2018/11/13 11:30:40 adam Exp $
 
-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
+SHA1 (Sphinx-1.8.2.tar.gz) = 0dabf698981f775ee78f6be533e782587ee44d4f
+RMD160 (Sphinx-1.8.2.tar.gz) = 0cf57c141cd3491f57286ead7781bd5d0c673fb0
+SHA512 (Sphinx-1.8.2.tar.gz) = 9e086335fdf0f03b28a7c64263c29a55a1d253b94070ff2ba3998aeab678638acd7aea9279c298d90630fbc136b7bfb6a6f1c31a654ca89bac9314d513de71d1
+Size (Sphinx-1.8.2.tar.gz) = 5754287 bytes



Home | Main Index | Thread Index | Old Index