pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/47372 CVS commit: pkgsrc/textproc/py-docutils



The following reply was made to PR pkg/47372; it has been noted by GNATS.

From: "Blue Rats" <rodent%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47372 CVS commit: pkgsrc/textproc/py-docutils
Date: Tue, 2 Apr 2013 03:05:03 +0000

 Module Name:   pkgsrc
 Committed By:  rodent
 Date:          Tue Apr  2 03:05:03 UTC 2013
 
 Modified Files:
        pkgsrc/textproc/py-docutils: Makefile PLIST distinfo
 
 Log Message:
 Update py-docutils to 0.10. Resolves PR pkg/47372. From RELEASE-NOTES:
 
 Docutils 0.10 is compatible with Python versions from 2.4 to 3.2.
 
     General:
 
         SmartQuotes transform for typographic quotes and dashes.
 
         docutils/math, docutils/error_reporting.py, and docutils/urischemes.py 
moved to the utils package. Code importing these modules needs to adapt, e.g.:
 
         try:
             import docutils.math as math
         except ImportError:
             import docutils.utils.math as math
 
         enhanced math and error handling.
 
     docutils/io.py
         FileInput/FileOutput: no system-exit on IOError. The handle_io_errors 
option is ignored.
 
     docutils/writers/html4css1/__init__.py
         Use <code> tag for inline "code", do not drop nested inline nodes 
(syntax highlight tokens).
         Customizable MathJax URL (based on patch by Dmitry Shachnev).
         No line break after opening inline math tag.
     docutils/writers/latex2e/__init__.py, docutils/writers/xetex/__init__.py
         Fix section numbering by LaTeX.
     docutils/writers/s5_html/__init__.py
         Fix [ 3556388 ] Mathjax does not work with rst2s5.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.39 -r1.40 pkgsrc/textproc/py-docutils/Makefile
 cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-docutils/PLIST
 cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-docutils/distinfo
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index