From bba52165d68bbdb34410063904cf4a2397a0acb84ad33fe44807b2ea75268b3a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 20 May 2025 14:43:03 +0000 Subject: [PATCH] Accepting request 1278653 from home:glaubitz:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 0.9 * Fixed handling of begin/end inside inline math. - Thanks to Tianxiang Xia for the bug report. * Modernized packaging. * Python ≥ 3.9 and setuptools ≥ 77.0 are now required. - Adjust upstream source name in spec file - Update BuildRequires from pyproject.toml OBS-URL: https://build.opensuse.org/request/show/1278653 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-markdown-math?expand=0&rev=7 --- python-markdown-math-0.8.tar.gz | 3 --- python-python-markdown-math.changes | 11 +++++++++++ python-python-markdown-math.spec | 11 ++++++----- python_markdown_math-0.9.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 python-markdown-math-0.8.tar.gz create mode 100644 python_markdown_math-0.9.tar.gz diff --git a/python-markdown-math-0.8.tar.gz b/python-markdown-math-0.8.tar.gz deleted file mode 100644 index d9b00f6..0000000 --- a/python-markdown-math-0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8564212af679fc18d53f38681f16080fcd3d186073f23825c7ce86fadd3e3635 -size 8509 diff --git a/python-python-markdown-math.changes b/python-python-markdown-math.changes index 8b6054b..cf06581 100644 --- a/python-python-markdown-math.changes +++ b/python-python-markdown-math.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue May 20 11:15:40 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.9 + * Fixed handling of begin/end inside inline math. + - Thanks to Tianxiang Xia for the bug report. + * Modernized packaging. + * Python ≥ 3.9 and setuptools ≥ 77.0 are now required. +- Adjust upstream source name in spec file +- Update BuildRequires from pyproject.toml + ------------------------------------------------------------------- Tue Nov 12 15:08:49 UTC 2024 - Matej Cepl diff --git a/python-python-markdown-math.spec b/python-python-markdown-math.spec index 7ed2947..3947c64 100644 --- a/python-python-markdown-math.spec +++ b/python-python-markdown-math.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-markdown-math # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,18 @@ # +%{?sle15_python_module_pythons} Name: python-python-markdown-math -Version: 0.8 +Version: 0.9 Release: 0 Summary: Math extension for Python-Markdown License: BSD-3-Clause Provides: python-markdown-math = %version-%release Obsoletes: python-markdown-math < %version-%release URL: https://github.com/mitya57/python-markdown-math -Source: https://files.pythonhosted.org/packages/source/p/python-markdown-math/python-markdown-math-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/python_markdown_math/python_markdown_math-%{version}.tar.gz BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools >= 77.0} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -43,7 +44,7 @@ Obsoletes: python-markdown-math < %version This extension adds math formulas support to Python-Markdown. %prep -%autosetup -p1 -n python-markdown-math-%{version} +%autosetup -p1 -n python_markdown_math-%{version} %build %pyproject_wheel diff --git a/python_markdown_math-0.9.tar.gz b/python_markdown_math-0.9.tar.gz new file mode 100644 index 0000000..b428448 --- /dev/null +++ b/python_markdown_math-0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567395553dc4941e79b3789a1096dcabb3fda9539d150d558ef3507948b264a3 +size 8680