Go to file
Matej Cepl e947df43a0 - Release 0.19 (2022-07-05)
- General
    - Dropped support for Python 2.7, 3.5, and 3.6. and removed
      compatibility hacks from code and tests.
    - Code cleanup, check PEP 8 conformity with flake8
      (exceptions in file tox.ini).
    - New module. Support for python -m docutils. Also used for
      the docutils console script entry point.
    - Let Publisher.publish() print info and prompt
      when waiting for input from a terminal (cf.
      https://clig.dev/#interactivity).
    - Respect "input_encoding_error_handler" setting when opening
      a source.
    - New function error_string() obsoletes
      utils.error_reporting.ErrorString.
    - Class ErrorOutput moved here from utils/error_reporting.
    - Use "utf-8-sig" instead of Python's default encoding if the
      "input_encoding" setting is None.
    - Fix error when reading of UTF-16 encoded source without
      trailing newline.
    - Aliases "markdown" and "commonmark" point to
      "commonmark_wrapper".
    - Alias for the "myst" parser
      (https://pypi.org/project/myst-docutils).
    - Use absolute module names in _parser_aliases instead
      of two import attempts. (Keeps details if the
      recommonmark_wrapper.py module raises an ImportError.)
    - Prepend parser name to ImportError if importing a parser
      class fails.
    - New module for parsing CommonMark input. Selects a

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docutils?expand=0&rev=73
2022-11-02 14:31:50 +00:00
_multibuild - Add multibuild in order to avoid buildcycle with Pillow and friends 2019-05-13 23:49:22 +00:00
.gitattributes - Renamed to python-docutils (from docutils), also fixes rpmlint 2011-09-21 10:04:49 +00:00
.gitignore - Renamed to python-docutils (from docutils), also fixes rpmlint 2011-09-21 10:04:49 +00:00
docutils-0.19.tar.gz - Release 0.19 (2022-07-05) 2022-11-02 14:31:50 +00:00
python-docutils-rpmlintrc - Release 0.19 (2022-07-05) 2022-11-02 14:31:50 +00:00
python-docutils.changes - Release 0.19 (2022-07-05) 2022-11-02 14:31:50 +00:00
python-docutils.spec - Release 0.19 (2022-07-05) 2022-11-02 14:31:50 +00:00