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 2022-04-03 21:30:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-docutils (Old)
and /work/SRC/openSUSE:Factory/.python-docutils.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-docutils"
Sun Apr 3 21:30:32 2022 rev:32 rq:966231 version:0.17.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-docutils/python-docutils.changes
2020-12-16 10:59:27.187508928 +0100
+++
/work/SRC/openSUSE:Factory/.python-docutils.new.1900/python-docutils.changes
2022-04-03 21:30:33.628108061 +0200
@@ -1,0 +2,37 @@
+Sat Oct 16 21:09:06 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 0.17.1:
+ * Fix bug #406 (MathML translation of ``\mathbf``).
+ * Open "docutils.sty" with encoding set to "utf8".
+ * Provide fallbacks for parser config settings
+ to facilitate programmatic use.
+ * Installing with ``setup.py`` now requires ``setuptools``.
+ Alternatively, install with `pip`_ (or "manually").
+ * Use importlib.import_module() to programmatically import modules.
+ * Fix bug #385: Import of language modules.
+ * Arabic mappings by Shahin.
+ * Fixes in Korean translation by Shinjo Park.
+ * Fix error when copying `system_message` node
+ * Make the sidebar's "title" argument optional
+ * Make "meta" elements available for "latex" and "odt".
+ * Prevent infinite inclusion loops.
+ * Move non-essential styling to ``plain.css``.
+ * Support "captionbelow" class value for tables.
+ * Display code line numbers as pseudo-elements which are skipped
+ when copying text from code blocks. Solves feature request #32.
+ * Support numbered figures.
+ * New optional style that adapts to different screen sizes.
+ * Fix #394 fix missing new line after rubric.
+ * Patch #168 fix crashing on empty citation (by Takeshi KOMIYA).
+ * Fix #126 manpage title with spaces.
+ * Fix #380 commandline option problem in sphinx.
+ * Fix/improve metadata handling:
+ fix "keyword" splitting,
+ allow generic fields (stored as "Custom Properties").
+ __ docs/user/config.html#detailled
+ * Run python3 test like python2 against source not the build/-directory
+ * New generic command line front end that allows the free selection of
+ reader, parser, and writer components.
+- remove pygments25.patch (upstream)
+
+-------------------------------------------------------------------
Old:
----
docutils-0.16.tar.gz
pygments25.patch
New:
----
docutils-0.17.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-docutils.spec ++++++
--- /var/tmp/diff_new_pack.9M8JZZ/_old 2022-04-03 21:30:35.376088493 +0200
+++ /var/tmp/diff_new_pack.9M8JZZ/_new 2022-04-03 21:30:35.380088448 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package python-docutils
+# spec file
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,21 +26,20 @@
%endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-docutils%{psuffix}
-Version: 0.16
+Version: 0.17.1
Release: 0
Summary: Python Documentation Utilities
-License: Python-2.0 AND BSD-2-Clause AND GPL-2.0-or-later AND
GPL-3.0-or-later AND SUSE-Public-Domain
+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
-Patch0: pygments25.patch
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module xml}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-xml
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
Recommends: python-Pillow
Recommends: python-Pygments
Recommends: python-roman
@@ -63,7 +62,6 @@
%prep
%setup -q -n docutils-%{version}
-%patch0 -p1
# Remove useless ".py" ending from executables:
for i in tools/rst*; do mv "$i" "${i/.py}"; done
sed -i "s|'tools/\(rst.*\)\.py'|'tools/\1'|" setup.py
@@ -72,6 +70,7 @@
sed -i -e "1d" "docutils/utils/$i.py"
done
sed -i -e "1d" "docutils/writers/xetex/__init__.py"
"docutils/writers/_html_base.py"
+rm ./docs/dev/.release.txt.swp
%build
%python_build
++++++ docutils-0.16.tar.gz -> docutils-0.17.1.tar.gz ++++++
++++ 54076 lines of diff (skipped)