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 Aug 21 07:02:09 UTC 2018

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

Log Message:
py-sphinx: updated to 1.7.7

Release 1.7.7:

Bugs fixed
* document not in toctree warning when including files only for parallel
  builds
* LaTeX: reduce "Token not allowed in a PDF string" hyperref warnings in latex
  console output
* LaTeX: suppress "remreset Warning: The remreset package is obsolete" in latex
  console output with recent LaTeX
* PDF output: usage of PAPER environment variable is broken since Sphinx
  1.5
* LaTeX: fix the :confval:`latex_engine` documentation regarding Latin Modern
  font with XeLaTeX/LuaLateX
* autodoc: Fix wrong type annotations for complex typing
* autodoc: Optional types are wrongly rendered
* autodoc crashed by ForwardRef types
* autodoc: No docs generated for functools.partial functions
* autodoc: ``getargspec()`` raises NameError for invalid typehints
* imgmath: math_number_all causes equations to have two numbers in html
* sphinx-quickstart blank prompts in PowerShell


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/textproc/py-sphinx/Makefile
cvs rdiff -u -r1.33 -r1.34 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.53 pkgsrc/textproc/py-sphinx/Makefile:1.54
--- pkgsrc/textproc/py-sphinx/Makefile:1.53     Mon Aug  6 20:13:47 2018
+++ pkgsrc/textproc/py-sphinx/Makefile  Tue Aug 21 07:02:09 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2018/08/06 20:13:47 adam Exp $
+# $NetBSD: Makefile,v 1.54 2018/08/21 07:02:09 adam Exp $
 
-DISTNAME=      Sphinx-1.7.6
-PKGREVISION=   1
+DISTNAME=      Sphinx-1.7.7
 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.33 pkgsrc/textproc/py-sphinx/distinfo:1.34
--- pkgsrc/textproc/py-sphinx/distinfo:1.33     Thu Jul 19 09:07:52 2018
+++ pkgsrc/textproc/py-sphinx/distinfo  Tue Aug 21 07:02:09 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2018/07/19 09:07:52 adam Exp $
+$NetBSD: distinfo,v 1.34 2018/08/21 07:02:09 adam Exp $
 
-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
+SHA1 (Sphinx-1.7.7.tar.gz) = 6f4485d06f896ace646ea7a25c5a6a55b5af7fbb
+RMD160 (Sphinx-1.7.7.tar.gz) = bc15370e8414d4231a8a2571841466f54a841072
+SHA512 (Sphinx-1.7.7.tar.gz) = e9d729607d61f6d737d994554c1cae6f8a98df08c5444c294345a4a7c69bf96afc71a83a6ac41bbc43637604211a68015746502f57f8b7a52087817ee7bb6e13
+Size (Sphinx-1.7.7.tar.gz) = 4725870 bytes



Home | Main Index | Thread Index | Old Index