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:           Wed Aug 29 06:49:04 UTC 2018

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

Log Message:
py-sphinx: updated to 1.7.8

Release 1.7.8:

Incompatible changes
* The type of env.included has been changed to dict of set

Bugs fixed
* intersphinx: crashed if invalid url given
* manpage: crashed when invalid docname is specified as man_pages
* autodoc: Any typehint causes formatting error
* "document isn't included in any toctree" warning on rebuild with
  generated files
* quickstart: escape sequence has been displayed with MacPorts' python


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/textproc/py-sphinx/Makefile
cvs rdiff -u -r1.34 -r1.35 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.54 pkgsrc/textproc/py-sphinx/Makefile:1.55
--- pkgsrc/textproc/py-sphinx/Makefile:1.54     Tue Aug 21 07:02:09 2018
+++ pkgsrc/textproc/py-sphinx/Makefile  Wed Aug 29 06:49:04 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2018/08/21 07:02:09 adam Exp $
+# $NetBSD: Makefile,v 1.55 2018/08/29 06:49:04 adam Exp $
 
-DISTNAME=      Sphinx-1.7.7
+DISTNAME=      Sphinx-1.7.8
 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.34 pkgsrc/textproc/py-sphinx/distinfo:1.35
--- pkgsrc/textproc/py-sphinx/distinfo:1.34     Tue Aug 21 07:02:09 2018
+++ pkgsrc/textproc/py-sphinx/distinfo  Wed Aug 29 06:49:04 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2018/08/21 07:02:09 adam Exp $
+$NetBSD: distinfo,v 1.35 2018/08/29 06:49:04 adam Exp $
 
-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
+SHA1 (Sphinx-1.7.8.tar.gz) = dfa25147e66c9185544d94404a0515109b281f01
+RMD160 (Sphinx-1.7.8.tar.gz) = bd2b8c2f22c97fda1376ebb38a875fd5bc7f6e12
+SHA512 (Sphinx-1.7.8.tar.gz) = 3df120d1a5a228c52e51ac8e457700f8258cb2dbfcc27f278a1914e1c58dfe24f0d7c184e6f1dc50cbeb1dc9f6e131260657b52babb793eaa02662e4d764c766
+Size (Sphinx-1.7.8.tar.gz) = 4727362 bytes



Home | Main Index | Thread Index | Old Index