- update to 0.18.1:

* Small bugfixes (see HISTORY_).
  * Output changes:
    Identifiers:
      During `identifier normalization`_, leading number and hyphen
      characters are no longer stripped from a `reference name`_, if the
      id_prefix_ setting is non-empty.
      Example:
	with ``--id-prefix="DU-"``, a section with title "34. May"
	currently gets the identifier key ``DU-may`` and after the
	change the identifier key ``DU-34-may``.
      The default value for the auto_id_prefix_ setting changed to ``%``:
      "use the tag name as prefix for auto-generated IDs".
      Set auto_id_prefix_ to ``id`` for unchanged auto-IDs.
    HTML5:
      Use the semantic tag <aside> for footnote text and citations, topics
      (except abstract and toc), admonitions, and system messages.
      Use <nav> for the Table of Contents.
      Make "auto" table column widths the default: Only specify column
      widths, if the `"widths" option`_ is set and not "auto".
      The table-style__ setting "colwidths-grid" restores the current default.
    math-output: html
      Support more commands, fix mapping of commands to Unicode characters.
      Scale variable sized operators and big delimiters with CSS.
      Don't use <tt> element (deprecated in HTML5).
      Use STIX fonts if available.
    LaTeX:
       `legacy_class_functions`_ setting default changed to "False",
       admonitions are now environments.
  * New standard Docutils doctree node: <meta__>.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docutils?expand=0&rev=70
This commit is contained in:
Dirk Mueller 2022-03-29 12:03:04 +00:00 committed by Git OBS Bridge
parent da7e54b9e1
commit 63b49a9d6a
4 changed files with 43 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125
size 2016138

3
docutils-0.18.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06
size 2043249

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Tue Mar 29 12:01:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.18.1:
* Small bugfixes (see HISTORY_).
* Output changes:
Identifiers:
During `identifier normalization`_, leading number and hyphen
characters are no longer stripped from a `reference name`_, if the
id_prefix_ setting is non-empty.
Example:
with ``--id-prefix="DU-"``, a section with title "34. May"
currently gets the identifier key ``DU-may`` and after the
change the identifier key ``DU-34-may``.
The default value for the auto_id_prefix_ setting changed to ``%``:
"use the tag name as prefix for auto-generated IDs".
Set auto_id_prefix_ to ``id`` for unchanged auto-IDs.
HTML5:
Use the semantic tag <aside> for footnote text and citations, topics
(except abstract and toc), admonitions, and system messages.
Use <nav> for the Table of Contents.
Make "auto" table column widths the default: Only specify column
widths, if the `"widths" option`_ is set and not "auto".
The table-style__ setting "colwidths-grid" restores the current default.
math-output: html
Support more commands, fix mapping of commands to Unicode characters.
Scale variable sized operators and big delimiters with CSS.
Don't use <tt> element (deprecated in HTML5).
Use STIX fonts if available.
LaTeX:
`legacy_class_functions`_ setting default changed to "False",
admonitions are now environments.
* New standard Docutils doctree node: <meta__>.
* New configuration settings
-------------------------------------------------------------------
Sat Oct 16 21:09:06 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,7 @@
%endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-docutils%{psuffix}
Version: 0.17.1
Version: 0.18.1
Release: 0
Summary: Python Documentation Utilities
License: BSD-2-Clause AND Python-2.0 AND GPL-2.0-or-later AND GPL-3.0-or-later AND SUSE-Public-Domain