14
0

Accepting request 540776 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/540776
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docutils?expand=0&rev=45
This commit is contained in:
2017-11-13 09:17:11 +00:00
committed by Git OBS Bridge
parent 7db18e2286
commit e707696c4f
4 changed files with 75 additions and 4 deletions

View File

@@ -1,3 +1,63 @@
-------------------------------------------------------------------
Fri Nov 10 22:54:38 UTC 2017 - arun@gmx.de
- specfile:
* add binary rst2html4
- update to version 0.14:
* Enable validation of Docutils XML documents against the DTD:
Use attribute type NMTOKEN instead of REFID for the `refid` attribute
and NMTOKENS for `backrefs`: REFID refers to an ID type instance,
however, the `ids` attribute cannot use the ID type because `XML only
allows one ID per Element Type`__ and doesn't support a multiple-ID
"IDS" attribute type.
* Added documentation for escaped whitespace in URI contexts.
* Clarify use of Unicode character categories.
* Added functionality: escaped whitespace in URI contexts.
* Consistent handling of all whitespace characters in inline markup
recognition. Fixes [ 307 ] and [ 3402314 ] (now [ 173 ]).
* Added support for escaped whitespace in URI contexts.
* Rework patch [ 120 ] (revert change to "Table.get_column_widths()"
that led to problems in an application with a custom table
directive).
* Fix [ 320 ] Russian docinfo fields not recognized.
* Don't add a second ID to problematic references.
* Fix SmartQuotes: warn only once if language is unsupported, keep
"rawsource" when "educating" quotes.
* Added "split_escaped_whitespace" function, support for escaped
whitespace in URI contexts.
* Fix [ 321 ] Import block might cause name error.
* Update quote definitions for languages et, fi, fr, ro, sv, tr, uk.
* New quote definitions for hr, hsb, hu, lv, sh, sl, sr.
* Fix [ 313 ] Differentiate apostrophe from closing single quote (if
possible).
* Fix [ 317 ] Extra space inserted with French smartquotes.
* Add command line interface for stand-alone use (requires 2.7).
* Provide default title in metadata (required by HTML5).
* Fix [ 312 ] HTML writer generates invalid HTML if the table has
two tags.
* Fix [ 319 ] The MathJax CDN shut down on April 30, 2017. For
security reasons, we don't use a third party public installation as default but
warn if math-output_ is set to MathJax without specifying a URL.
* Apply [ 125 ] HTML writer: respect automatic table column sizing.
* Handle class arguments for block-level elements by wrapping them
in a "DUclass" environment. This replaces the special handling for
"epigraph" and "topic" elements.
* Apply [ 141 ] Handling inline in manpage writer.
* Command setting "language" now sets the default language of the
generated ODF document.
* The use of image directive options :width: (%), :scale:, etc now
set the width/height/size of images in the generated ODF
documents.
* The heading/title of admonitions now reflects the language
specified by the "language" setting.
* Fixed [ 306 ] only first of multiple "image" directives with the
same URL shown in output.
* Fixed [ 282 ] python3: AttributeError.
* tools/rst2html4.py: New front-end.
* tools/dev/generate_punctuation_chars.py: New skript to test and
update utils.punctuation_chars.
-------------------------------------------------------------------
Tue Jun 6 13:31:03 UTC 2017 - jmatejek@suse.com