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 2023-10-11 23:53:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
and /work/SRC/openSUSE:Factory/.python-Markdown.new.1807 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Markdown"
Wed Oct 11 23:53:29 2023 rev:43 rq:1116349 version:3.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes
2023-07-27 16:50:07.833584442 +0200
+++
/work/SRC/openSUSE:Factory/.python-Markdown.new.1807/python-Markdown.changes
2023-10-12 11:51:22.869232578 +0200
@@ -1,0 +2,22 @@
+Sun Oct 8 13:54:25 UTC 2023 - Benoît Monin <[email protected]>
+
+- update to version 3.5:
+ * Added:
+ + Add permalink_leading configuration option to the toc
+ extension (#1339)
+ * Changed:
+ + Add support for cPython version 3.12 (and PyPy 3.10) and drop
+ support for Python version 3.7 (#1357).
+ + Refactor changelog to use the format defined at
+ https://keepachangelog.com/.
+ + Update the list of empty HTML tags (#1353).
+ + Add customizable TOC title class to TOC extension (#1293).
+ + Add API documentation of the code base which is generated by
+ mkdocstrings (#1220).
+ * Fixed:
+ + Fix a corner case in admonitions where if an indented code
+ block was provided as the first block, the output would be
+ malformed (#1329).
+- set the minimum python version to 3.8
+
+-------------------------------------------------------------------
Old:
----
Markdown-3.4.4.tar.gz
New:
----
Markdown-3.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Markdown.spec ++++++
--- /var/tmp/diff_new_pack.uKlRKF/_old 2023-10-12 11:51:23.369250625 +0200
+++ /var/tmp/diff_new_pack.uKlRKF/_new 2023-10-12 11:51:23.373250770 +0200
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-Markdown
-Version: 3.4.4
+Version: 3.5
Release: 0
Summary: Python implementation of Markdown
License: BSD-3-Clause
@@ -27,7 +27,7 @@
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 base >= 3.7}
+BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module importlib-metadata >= 4.4 if %python-base <
3.10}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
++++++ Markdown-3.4.4.tar.gz -> Markdown-3.5.tar.gz ++++++
++++ 7307 lines of diff (skipped)