From 5722e0ddfe0c5368ee17845e7f7bb76525c7ba2d27d162860e19f76554546b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 8 Oct 2023 23:15:32 +0000 Subject: [PATCH] Accepting request 1116317 from home:benoit_monin:branches:devel:languages:python - update to version 3.5 - set the minimum python version to 3.8 OBS-URL: https://build.opensuse.org/request/show/1116317 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=85 --- Markdown-3.4.4.tar.gz | 3 --- Markdown-3.5.tar.gz | 3 +++ python-Markdown.changes | 22 ++++++++++++++++++++++ python-Markdown.spec | 4 ++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 Markdown-3.4.4.tar.gz create mode 100644 Markdown-3.5.tar.gz diff --git a/Markdown-3.4.4.tar.gz b/Markdown-3.4.4.tar.gz deleted file mode 100644 index 03955c7..0000000 --- a/Markdown-3.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:225c6123522495d4119a90b3a3ba31a1e87a70369e03f14799ea9c0d7183a3d6 -size 324459 diff --git a/Markdown-3.5.tar.gz b/Markdown-3.5.tar.gz new file mode 100644 index 0000000..2af1340 --- /dev/null +++ b/Markdown-3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a807eb2e4778d9156c8f07876c6e4d50b5494c5665c4834f67b06459dfd877b3 +size 348161 diff --git a/python-Markdown.changes b/python-Markdown.changes index a1da87a..adaf47e 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Oct 8 13:54:25 UTC 2023 - Benoît Monin + +- 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 + ------------------------------------------------------------------- Tue Jul 25 19:12:12 UTC 2023 - Benoît Monin diff --git a/python-Markdown.spec b/python-Markdown.spec index f3e3d41..8c5b9c9 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -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 @@ URL: https://python-markdown.github.io/ 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}