Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-Markdown for openSUSE:Factory
checked in at 2022-08-04 13:23:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
and /work/SRC/openSUSE:Factory/.python-Markdown.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Markdown"
Thu Aug 4 13:23:09 2022 rev:39 rq:989834 version:3.4.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes
2022-05-08 21:52:27.847471555 +0200
+++
/work/SRC/openSUSE:Factory/.python-Markdown.new.1521/python-Markdown.changes
2022-08-04 13:23:20.368477554 +0200
@@ -1,0 +2,12 @@
+Sun Jul 17 17:53:17 UTC 2022 - Beno??t Monin <[email protected]>
+
+- update to version 3.4.1: bug-fix release
+ * Fix an import issue with importlib.util (#1274).
+- additional changes from version 3.4.0:
+ * see https://python-markdown.github.io/change_log/release-3.4/
+ for details
+- drop requirement of python-xml, not needed by upstream
+- set the minimum python version to 3.7
+- require importlib-metadata only for python version < 3.10
+
+-------------------------------------------------------------------
Old:
----
Markdown-3.3.7.tar.gz
New:
----
Markdown-3.4.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Markdown.spec ++++++
--- /var/tmp/diff_new_pack.ysybeg/_old 2022-08-04 13:23:20.880479007 +0200
+++ /var/tmp/diff_new_pack.ysybeg/_new 2022-08-04 13:23:20.884479018 +0200
@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Markdown
-Version: 3.3.7
+Version: 3.4.1
Release: 0
Summary: Python implementation of Markdown
License: BSD-3-Clause
@@ -29,15 +29,16 @@
Source:
https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
Patch0: markdown-3.0-python37.patch
BuildRequires: %{python_module PyYAML}
-BuildRequires: %{python_module importlib-metadata >= 4.4}
+BuildRequires: %{python_module base >= 3.7}
+BuildRequires: %{python_module importlib-metadata >= 4.4 if %python-base <
3.10}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
-BuildRequires: %{python_module xml}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+%if 0%{?python_version_nodots} < 310
Requires: python-importlib-metadata >= 4.4
-Requires: python-xml
+%endif
Requires(post): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
++++++ Markdown-3.3.7.tar.gz -> Markdown-3.4.1.tar.gz ++++++
++++ 3628 lines of diff (skipped)