From 878e55cb583483eaaf9eb70610d6581e4a9fc1b41762c5c294b208de933c5a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 7 Apr 2025 15:38:17 +0000 Subject: [PATCH] Accepting request 1267682 from home:glaubitz:branches:devel:languages:python - Update to 3.1.3 * Announce support for python 3.12 and 3.13 - by @lepture (ff831) OBS-URL: https://build.opensuse.org/request/show/1267682 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=61 --- mistune-3.1.2.tar.gz | 3 --- mistune-3.1.3.tar.gz | 3 +++ python-mistune.changes | 6 ++++++ python-mistune.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 mistune-3.1.2.tar.gz create mode 100644 mistune-3.1.3.tar.gz diff --git a/mistune-3.1.2.tar.gz b/mistune-3.1.2.tar.gz deleted file mode 100644 index 81c3489..0000000 --- a/mistune-3.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b258fecf0c79c19f004b38193c3ce12552244b73ed66cd853737b93d5be8f0de -size 95789 diff --git a/mistune-3.1.3.tar.gz b/mistune-3.1.3.tar.gz new file mode 100644 index 0000000..1b1c88e --- /dev/null +++ b/mistune-3.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28cac23d0ea74c689a12ea4921a2a5411acdbc0018b33b7afaa442b46f47db1 +size 96027 diff --git a/python-mistune.changes b/python-mistune.changes index 17b0329..8542d55 100644 --- a/python-mistune.changes +++ b/python-mistune.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 7 13:36:57 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 3.1.3 + * Announce support for python 3.12 and 3.13 - by @lepture (ff831) + ------------------------------------------------------------------- Mon Feb 24 14:34:04 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-mistune.spec b/python-mistune.spec index 51ccdb8..c6fe0a9 100644 --- a/python-mistune.spec +++ b/python-mistune.spec @@ -19,7 +19,7 @@ %define modname mistune %{?sle15_python_module_pythons} Name: python-%{modname} -Version: 3.1.2 +Version: 3.1.3 Release: 0 Summary: Python Markdown parser with renderers and plugins License: BSD-3-Clause