<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc/py-docutils, branch pkgsrc-2014Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2014-01-25T10:29:56Z</updated>
<entry>
<title>Mark packages as not ready for python-3.x where applicable;</title>
<updated>2014-01-25T10:29:56Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2014-01-25T10:29:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4fc0b0ed6a186ccd83fc93c34cc9ed91862930d8'/>
<id>urn:sha1:4fc0b0ed6a186ccd83fc93c34cc9ed91862930d8</id>
<content type='text'>
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.</content>
</entry>
<entry>
<title>Update to 0.11:</title>
<updated>2013-07-28T12:47:46Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2013-07-28T12:47:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4eed441c1e2b654c7f2cec12a36abffef0f787a6'/>
<id>urn:sha1:4eed441c1e2b654c7f2cec12a36abffef0f787a6</id>
<content type='text'>
Release 0.11 (2013-07-22)
=========================

* General

  - Apply [ 2714873 ] Fix for the overwritting of document attributes.
  - Support embedded aliases within hyperlink references.
  - Fix [ 228 ] try local import of docutils components (reader, writer, parser,
    language module) before global search.

* docutils/parsers/rst/directives/tables.py

  - Fix [ 210 ] Python 3.3 checks CVS syntax only if "strict" is True.

* docutils/writers/html4css1/__init__.py
  - Fix [ 3600051 ] for tables in a list, table cells are not compacted.
  - New setting `stylesheet_dirs` (see above).

    Now, it is easy to add a custom stylesheet to Docutils' default
    stylesheet with, e.g., ``--stylesheet_path='html4css1.css, mystyle.css'``

    Changed behaviour of the default settings:
      if there is a file ``html4css1.css`` in the working directory of the
      process at launch, it is used instead of the one provided by Docutils
      in the writer source directory.

  - New default for math-output_: ``HTML math.css``.
  - Avoid repeated class declarations in html4css1 writer
    (modified version of patch [ 104 ]).

.. _math-output: docs/user/config.html#math-output

* docutils/writers/latex2e/__init__.py

  - Drop the simple algorithm replacing straight double quotes with
    English typographic ones.
    Activate the SmartQuotes_ transform if you want this feature.
  - New setting `stylesheet_dirs`: Comma-separated list of directories
    where stylesheets are found. Used by `stylesheet_path` when expanding
    relative path arguments.

.. _SmartQuotes: docs/user/config.html#smart-quotes

* docutils/writers/manpage.py

  - Fix [3607063] handle lines starting with a period.
  - Fix option separating comma was bold (thanks to Bill Morris).</content>
</entry>
<entry>
<title>Update py-docutils to 0.10. Resolves PR pkg/47372. From RELEASE-NOTES:</title>
<updated>2013-04-02T03:05:03Z</updated>
<author>
<name>rodent</name>
<email>rodent@pkgsrc.org</email>
</author>
<published>2013-04-02T03:05:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=761366da692bb98a5deeb8c478fc918b5724de63'/>
<id>urn:sha1:761366da692bb98a5deeb8c478fc918b5724de63</id>
<content type='text'>
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 &lt;code&gt; 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.</content>
</entry>
<entry>
<title>Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.</title>
<updated>2012-10-25T06:55:37Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-10-25T06:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4961a4ef35d266a26e4c92f763c5beb55aa5aa1d'/>
<id>urn:sha1:4961a4ef35d266a26e4c92f763c5beb55aa5aa1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mark Python3 ready</title>
<updated>2012-10-11T14:46:24Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2012-10-11T14:46:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=865e01f37c5faefc601e6376b0f852942abb2ffc'/>
<id>urn:sha1:865e01f37c5faefc601e6376b0f852942abb2ffc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 0.9.1</title>
<updated>2012-10-11T12:22:26Z</updated>
<author>
<name>wen</name>
<email>wen@pkgsrc.org</email>
</author>
<published>2012-10-11T12:22:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=70f767791e78aed5c3380185a689ccae8f7e5af8'/>
<id>urn:sha1:70f767791e78aed5c3380185a689ccae8f7e5af8</id>
<content type='text'>
Upstream changes:
Release 0.9.1 (2012-06-17)
==========================

* docutils/setup.py

  - Fix [ 3527842 ]. Under Python3, converted tests and tools were
    installed in the PYTHONPATH. Converted tests are now
    stored in ``test3/``, tools no longer need conversion.

    If you installed one of Docutils versions 0.7 ... 0.9 with
    ``setup.py install`` under Python3, remove the spurious
    ``test/`` and ``tools/`` directories in the site library root.

* docutils/test/

  - Make tests independent from the location of the ``test/`` directory.
  - Use converted sources (from the ``build/`` directory) for tests under
    Python3.

* docutils/tools/

  - Make tools compatible with both, Python 2 and 3 without 2to3-conversion.

* docutils/io.py

  - Fix writing binary data to sys.stdout under Python3 (allows
    ``rst2odt.py`` to be used with output redirection).

* docutils/parsers/rst/directives/misc.py

  - Fix [ 3525847 ]. Catch and report UnicodeEncodeError with
    ``locale == C`` and 8-bit char in path argument of `include` directive.

* docutils/test/alltests.py

  - class `Tee`: catch UnicodeError when writing to "ascii" stream or
    file under Python3.</content>
</entry>
<entry>
<title>apply missing the first hunk of the patch for PLIST in PR 46573.</title>
<updated>2012-09-21T12:45:01Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2012-09-21T12:45:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2a550aa3e219d612688463dcfcffa515e4e331b1'/>
<id>urn:sha1:2a550aa3e219d612688463dcfcffa515e4e331b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tabfy</title>
<updated>2012-09-21T12:39:41Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2012-09-21T12:39:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=76ce585e43396a8bb673f4334131eaf31876af53'/>
<id>urn:sha1:76ce585e43396a8bb673f4334131eaf31876af53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to version 0.9</title>
<updated>2012-09-20T12:43:50Z</updated>
<author>
<name>darcy</name>
<email>darcy@pkgsrc.org</email>
</author>
<published>2012-09-20T12:43:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4171cf995b683bce5fc5ba32ae4b905f6eb56ed1'/>
<id>urn:sha1:4171cf995b683bce5fc5ba32ae4b905f6eb56ed1</id>
<content type='text'>
Closes PR 46573</content>
</entry>
<entry>
<title>All supported python versions in pkgsrc support eggs, so remove</title>
<updated>2012-04-08T20:21:41Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2012-04-08T20:21:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4773e0d7e289f0cee86a191ca7701a3e0f128698'/>
<id>urn:sha1:4773e0d7e289f0cee86a191ca7701a3e0f128698</id>
<content type='text'>
${PLIST.eggfile} from PLISTs and support code from lang/python.</content>
</entry>
</feed>
