From e34ecd3c0c094e6b41aab8c33b557b1f02e9f144fb195a27d08c50a2c61f8970 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 26 Mar 2023 16:47:40 +0000 Subject: [PATCH] Accepting request 1074242 from home:benoit_monin:branches:devel:languages:python - update to version 3.4.3: bug-fix release - drop macros in spec file: already provided by python-rpm-macros OBS-URL: https://build.opensuse.org/request/show/1074242 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=79 --- Markdown-3.4.1.tar.gz | 3 --- Markdown-3.4.3.tar.gz | 3 +++ python-Markdown.changes | 12 ++++++++++++ python-Markdown.spec | 7 ++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 Markdown-3.4.1.tar.gz create mode 100644 Markdown-3.4.3.tar.gz diff --git a/Markdown-3.4.1.tar.gz b/Markdown-3.4.1.tar.gz deleted file mode 100644 index 92faea4..0000000 --- a/Markdown-3.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b809086bb6efad416156e00a0da66fe47618a5d6918dd688f53f40c8e4cfeff -size 322554 diff --git a/Markdown-3.4.3.tar.gz b/Markdown-3.4.3.tar.gz new file mode 100644 index 0000000..15c5608 --- /dev/null +++ b/Markdown-3.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf101198e004dc93e84a12a7395e31aac6a9c9942848ae1d99b9d72cf9b3520 +size 322175 diff --git a/python-Markdown.changes b/python-Markdown.changes index 3a3fc09..9f86602 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Mar 24 17:07:05 UTC 2023 - Benoît Monin + +- update to version 3.4.3: bug-fix release + * Restore console script (#1327). +- additional changes from version 3.4.2: bug-fix release + * Improve standalone * and _ parsing (#1300). + * Consider HTML tag a block-level element (#1309). + * Officially support Python 3.11. + * Switch from setup.py to pyproject.toml. +- drop macros in spec file: already provided by python-rpm-macros + ------------------------------------------------------------------- Sun Jul 17 17:53:17 UTC 2022 - Benoît Monin diff --git a/python-Markdown.spec b/python-Markdown.spec index efd5a56..16c0da0 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -1,7 +1,7 @@ # # spec file for package python-Markdown # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,8 @@ # -%define skip_python2 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define oldpython python Name: python-Markdown -Version: 3.4.1 +Version: 3.4.3 Release: 0 Summary: Python implementation of Markdown License: BSD-3-Clause