pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-docutils
Module Name: pkgsrc
Committed By: adam
Date: Wed Oct 27 15:29:54 UTC 2021
Modified Files:
pkgsrc/textproc/py-docutils: Makefile PLIST distinfo
Log Message:
py-docutils: updated to 0.18
Release 0.18 (2021-10-26)
=========================
* docutils/nodes.py
- Don't change a list while looping over it (in
document.set_name_id_map()). Thanks to Mickey Endito.
* docutils/parsers/recommonmark_wrapper.py
- Test and update to work with recommonmark version 0.6.0.
Still experimental.
Unfortunately, recommonmark_ is `no longer maintained`__.
__ https://github.com/readthedocs/recommonmark/issues/221
* docutils/parsers/rst/directives/misc.py
- Fix bug 424 Wrong circular inclusion detection.
Use a "magic" comment instead of line numbers
to keep a log of recursive inclusions.
* docutils/parsers/rst/states.py
- Use a "magic" comment to update the log of recursive inclusions.
* docutils/writers/html5_polyglot/__init__.py
- New option "image_loading". Support "lazy" loading of images.
Obsoletes "embed_images".
* docutils/writers/pseudoxml.py:
- Fix spelling of option "detailed".
* tools/docutils-cli.py
- Read settings from standard configuration files.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/textproc/py-docutils/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/py-docutils/PLIST \
pkgsrc/textproc/py-docutils/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-docutils/Makefile
diff -u pkgsrc/textproc/py-docutils/Makefile:1.53 pkgsrc/textproc/py-docutils/Makefile:1.54
--- pkgsrc/textproc/py-docutils/Makefile:1.53 Mon Sep 20 09:19:44 2021
+++ pkgsrc/textproc/py-docutils/Makefile Wed Oct 27 15:29:54 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2021/09/20 09:19:44 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2021/10/27 15:29:54 adam Exp $
-DISTNAME= docutils-0.16
+DISTNAME= docutils-0.18
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/docutils/}
Index: pkgsrc/textproc/py-docutils/PLIST
diff -u pkgsrc/textproc/py-docutils/PLIST:1.25 pkgsrc/textproc/py-docutils/PLIST:1.26
--- pkgsrc/textproc/py-docutils/PLIST:1.25 Sun Apr 12 11:19:48 2020
+++ pkgsrc/textproc/py-docutils/PLIST Wed Oct 27 15:29:54 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2020/04/12 11:19:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.26 2021/10/27 15:29:54 adam Exp $
bin/rst2html-${PYVERSSUFFIX}
bin/rst2html4-${PYVERSSUFFIX}
bin/rst2html5-${PYVERSSUFFIX}
@@ -12,8 +12,11 @@ bin/rst2xetex-${PYVERSSUFFIX}
bin/rst2xml-${PYVERSSUFFIX}
bin/rstpep2html-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.html
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.html
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.html
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/docutils/__init__.py
${PYSITELIB}/docutils/__init__.pyc
@@ -36,6 +39,9 @@ ${PYSITELIB}/docutils/languages/__init__
${PYSITELIB}/docutils/languages/af.py
${PYSITELIB}/docutils/languages/af.pyc
${PYSITELIB}/docutils/languages/af.pyo
+${PYSITELIB}/docutils/languages/ar.py
+${PYSITELIB}/docutils/languages/ar.pyc
+${PYSITELIB}/docutils/languages/ar.pyo
${PYSITELIB}/docutils/languages/ca.py
${PYSITELIB}/docutils/languages/ca.pyc
${PYSITELIB}/docutils/languages/ca.pyo
@@ -120,6 +126,9 @@ ${PYSITELIB}/docutils/parsers/__init__.p
${PYSITELIB}/docutils/parsers/null.py
${PYSITELIB}/docutils/parsers/null.pyc
${PYSITELIB}/docutils/parsers/null.pyo
+${PYSITELIB}/docutils/parsers/recommonmark_wrapper.py
+${PYSITELIB}/docutils/parsers/recommonmark_wrapper.pyc
+${PYSITELIB}/docutils/parsers/recommonmark_wrapper.pyo
${PYSITELIB}/docutils/parsers/rst/__init__.py
${PYSITELIB}/docutils/parsers/rst/__init__.pyc
${PYSITELIB}/docutils/parsers/rst/__init__.pyo
@@ -132,9 +141,6 @@ ${PYSITELIB}/docutils/parsers/rst/direct
${PYSITELIB}/docutils/parsers/rst/directives/body.py
${PYSITELIB}/docutils/parsers/rst/directives/body.pyc
${PYSITELIB}/docutils/parsers/rst/directives/body.pyo
-${PYSITELIB}/docutils/parsers/rst/directives/html.py
-${PYSITELIB}/docutils/parsers/rst/directives/html.pyc
-${PYSITELIB}/docutils/parsers/rst/directives/html.pyo
${PYSITELIB}/docutils/parsers/rst/directives/images.py
${PYSITELIB}/docutils/parsers/rst/directives/images.pyc
${PYSITELIB}/docutils/parsers/rst/directives/images.pyo
@@ -190,6 +196,9 @@ ${PYSITELIB}/docutils/parsers/rst/langua
${PYSITELIB}/docutils/parsers/rst/languages/af.py
${PYSITELIB}/docutils/parsers/rst/languages/af.pyc
${PYSITELIB}/docutils/parsers/rst/languages/af.pyo
+${PYSITELIB}/docutils/parsers/rst/languages/ar.py
+${PYSITELIB}/docutils/parsers/rst/languages/ar.pyc
+${PYSITELIB}/docutils/parsers/rst/languages/ar.pyo
${PYSITELIB}/docutils/parsers/rst/languages/ca.py
${PYSITELIB}/docutils/parsers/rst/languages/ca.pyc
${PYSITELIB}/docutils/parsers/rst/languages/ca.pyo
@@ -375,12 +384,16 @@ ${PYSITELIB}/docutils/writers/html5_poly
${PYSITELIB}/docutils/writers/html5_polyglot/math.css
${PYSITELIB}/docutils/writers/html5_polyglot/minimal.css
${PYSITELIB}/docutils/writers/html5_polyglot/plain.css
+${PYSITELIB}/docutils/writers/html5_polyglot/responsive.css
${PYSITELIB}/docutils/writers/html5_polyglot/template.txt
+${PYSITELIB}/docutils/writers/html5_polyglot/tuftig.css
${PYSITELIB}/docutils/writers/latex2e/__init__.py
${PYSITELIB}/docutils/writers/latex2e/__init__.pyc
${PYSITELIB}/docutils/writers/latex2e/__init__.pyo
${PYSITELIB}/docutils/writers/latex2e/default.tex
+${PYSITELIB}/docutils/writers/latex2e/docutils.sty
${PYSITELIB}/docutils/writers/latex2e/titlepage.tex
+${PYSITELIB}/docutils/writers/latex2e/titlingpage.tex
${PYSITELIB}/docutils/writers/latex2e/xelatex.tex
${PYSITELIB}/docutils/writers/manpage.py
${PYSITELIB}/docutils/writers/manpage.pyc
@@ -412,9 +425,7 @@ ${PYSITELIB}/docutils/writers/s5_html/th
${PYSITELIB}/docutils/writers/s5_html/themes/big-black/pretty.css
${PYSITELIB}/docutils/writers/s5_html/themes/big-white/framing.css
${PYSITELIB}/docutils/writers/s5_html/themes/big-white/pretty.css
-${PYSITELIB}/docutils/writers/s5_html/themes/default/blank.gif
${PYSITELIB}/docutils/writers/s5_html/themes/default/framing.css
-${PYSITELIB}/docutils/writers/s5_html/themes/default/iepngfix.htc
${PYSITELIB}/docutils/writers/s5_html/themes/default/opera.css
${PYSITELIB}/docutils/writers/s5_html/themes/default/outline.css
${PYSITELIB}/docutils/writers/s5_html/themes/default/pretty.css
Index: pkgsrc/textproc/py-docutils/distinfo
diff -u pkgsrc/textproc/py-docutils/distinfo:1.25 pkgsrc/textproc/py-docutils/distinfo:1.26
--- pkgsrc/textproc/py-docutils/distinfo:1.25 Tue Oct 26 11:23:02 2021
+++ pkgsrc/textproc/py-docutils/distinfo Wed Oct 27 15:29:54 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2021/10/26 11:23:02 nia Exp $
+$NetBSD: distinfo,v 1.26 2021/10/27 15:29:54 adam Exp $
-BLAKE2s (docutils-0.16.tar.gz) = 85450d4fbf7faecaaad6fa502278d64a8fd6448eefb303e2c6a5ff3741fd77fc
-SHA512 (docutils-0.16.tar.gz) = 4e0c6662924cac6b8f28bb77a4f50eafd637c1083990a23dbd905d8a05362a18dae96e63408ed43b595b693ca755c7961d1282129d3215ed3774af0dddcc0466
-Size (docutils-0.16.tar.gz) = 1962041 bytes
+BLAKE2s (docutils-0.18.tar.gz) = 7081224f8da5087e08197186a4119612d481dd0bc9189b5ad5d0e39413f5b14a
+SHA512 (docutils-0.18.tar.gz) = c61bbe26b5f771dbfa4df94249bf19575088160f82a4a5cdf427a78d2675de915e9d979fffd515e353259ac57a08e7096c970f06ae20d7ca6f48d223072f0096
+Size (docutils-0.18.tar.gz) = 2036219 bytes
Home |
Main Index |
Thread Index |
Old Index