Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-docutils for openSUSE:Factory
checked in at 2023-11-13 22:16:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-docutils (Old)
and /work/SRC/openSUSE:Factory/.python-docutils.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-docutils"
Mon Nov 13 22:16:09 2023 rev:38 rq:1124758 version:0.20.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-docutils/python-docutils.changes
2023-10-15 19:26:09.569912921 +0200
+++
/work/SRC/openSUSE:Factory/.python-docutils.new.17445/python-docutils.changes
2023-11-13 22:16:35.706057050 +0100
@@ -1,0 +2,35 @@
+Fri Nov 10 02:31:29 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Update to 0.20.1:
+ * Include tox.ini and docutils.conf in the source package
+ * Docutils 0.20 is the last version supporting Python 3.7 and 3.8.
+ * Support Python 3.11 (patch #198 by Hugo van Kemenade).
+ * New functions `rst2â¦()` for use as "console_scripts" `entry points`_.
+ * Fix `previous_sibling()` method that led to invalid HTML in some cases
+ * Fix bug #463. Spurious comma in deprecation warning.
+ * Improved mock Sphinx module.
+ * `Transformer.populate_from_components()` now silently ignores
+ components that are not instances of `docutils.TransformSpec`.
+ * Accept author names with initials like ``A. Einstein`` in the "author"
+ `bibliographic field`_ instead of rising an error
+ * `DanglingReferences` ignores `citation_reference` nodes if the
+ "use_bibex" setting is active.
+ * New utility function `xml_declaration()`.
+ * `DependencyList.add()` accepts `pathlib.Path` instances.
+ * Support "mod" notation for modulo operation / modulus arithmetic.
+ * Wrap definition lists with "details" class argument in a <div>
+ with the "id" and "class" values of the list node.
+ * Use dpub-ARIA role "doc-footnote__" (instead of ARIA role "note")
+ for footnotes.
+ * Do not load the `inputenc` package in UTF-8 encoded LaTeX sources.
+ (UTF-8 is the default encoding for LaTeX2e since 2018).
+ * Fix behaviour of the use_bibtex_ setting.
+ * Outsource parts of `depart_document()` to new auxiliary methods
+ `make_title()` and `append_bibliography()`.
+ * Drop ``\usepackage{fixltx2e}`` from template.
+ * Fix SetuptoolsDeprecationWarning: ``Installing '' as data is deprecated``
+ by adding data directories to package_data.packages list.
+ * Refactored tests to use common `unittest` idioms.
+- Drop pygments-2.14.patch, no longer needed.
+
+-------------------------------------------------------------------
Old:
----
docutils-0.19.tar.gz
pygments-2.14.patch
New:
----
docutils-0.20.1.tar.gz
BETA DEBUG BEGIN:
Old: * Refactored tests to use common `unittest` idioms.
- Drop pygments-2.14.patch, no longer needed.
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-docutils.spec ++++++
--- /var/tmp/diff_new_pack.eNjJDW/_old 2023-11-13 22:16:36.758095785 +0100
+++ /var/tmp/diff_new_pack.eNjJDW/_new 2023-11-13 22:16:36.762095932 +0100
@@ -26,15 +26,13 @@
%bcond_with test
%endif
Name: python-docutils%{psuffix}
-Version: 0.19
+Version: 0.20.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
URL: https://pypi.python.org/pypi/docutils/
Source:
https://files.pythonhosted.org/packages/source/d/docutils/docutils-%{version}.tar.gz
Source99: python-docutils-rpmlintrc
-# PATCH-FIX-OPENSUSE pygments-2.14.patch shp#docutils#201
-Patch0: pygments-2.14.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -129,6 +127,6 @@
%python_alternative %{_bindir}/rst2html4
%python_alternative %{_bindir}/rst2html5
%{python_sitelib}/docutils/
-%{python_sitelib}/docutils-%{version}*-info
+%{python_sitelib}/docutils-%{version}.dist-info
%endif
++++++ docutils-0.19.tar.gz -> docutils-0.20.1.tar.gz ++++++
++++ 42032 lines of diff (skipped)