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:           Sun Mar 10 13:36:02 UTC 2019

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

Log Message:
py-sphinx: updated to 1.8.5

1.8.5:
Bugs fixed
* LaTeX: Remove extraneous space after author names on PDF title page
* LaTeX: A cross reference to definition list does not work
* LaTeX: TypeError is raised when invalid latex_elements given
* LaTeX: images having a target are concatenated to next line
* LaTeX: images having a target are not aligned even if specified
* imgconverter: Including multipage PDF fails
* autodoc: autofunction emits a warning for method objects
* graphviz: Ensure the graphviz filenames are reproducible
* doctest: skipif option may remove the code block from documentation
* :name: option for math directive causes a crash
* intersphinx: ValueError on failure reporting
* changes: Fix UnboundLocalError when any module found


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/textproc/py-sphinx/Makefile
cvs rdiff -u -r1.41 -r1.42 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.61 pkgsrc/textproc/py-sphinx/Makefile:1.62
--- pkgsrc/textproc/py-sphinx/Makefile:1.61     Tue Feb  5 12:54:23 2019
+++ pkgsrc/textproc/py-sphinx/Makefile  Sun Mar 10 13:36:02 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2019/02/05 12:54:23 adam Exp $
+# $NetBSD: Makefile,v 1.62 2019/03/10 13:36:02 adam Exp $
 
-DISTNAME=      Sphinx-1.8.4
+DISTNAME=      Sphinx-1.8.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.41 pkgsrc/textproc/py-sphinx/distinfo:1.42
--- pkgsrc/textproc/py-sphinx/distinfo:1.41     Tue Feb  5 12:54:23 2019
+++ pkgsrc/textproc/py-sphinx/distinfo  Sun Mar 10 13:36:02 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2019/02/05 12:54:23 adam Exp $
+$NetBSD: distinfo,v 1.42 2019/03/10 13:36:02 adam Exp $
 
-SHA1 (Sphinx-1.8.4.tar.gz) = ca77a4b3a63db251e1a14823d6095592cf05088d
-RMD160 (Sphinx-1.8.4.tar.gz) = 18e68e73ad91d4aa32a08d14ae56300360d1a1c2
-SHA512 (Sphinx-1.8.4.tar.gz) = 6821bb56c30b52f357ae55f5db45f056883c457eae62a0751a2b654519a07bca9edccb7678b29fa380379f059c9d8899d9e7b06ceccca5ec26962e6f83bb8578
-Size (Sphinx-1.8.4.tar.gz) = 5754841 bytes
+SHA1 (Sphinx-1.8.5.tar.gz) = 93e715cb5d16d981698caa2d54b3b58596798f5d
+RMD160 (Sphinx-1.8.5.tar.gz) = a7a38523976288c13a8a7e5bf4a81367db9af462
+SHA512 (Sphinx-1.8.5.tar.gz) = d7e6a7a6186d1d4e4de0233fb6859da1ef3e02f628512ff9096ef4775b9fb8589edb9052d752925d7a2f1cb7901291af96b5036a5d00f5f58966609bd42872f4
+Size (Sphinx-1.8.5.tar.gz) = 5756582 bytes



Home | Main Index | Thread Index | Old Index