Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-python-markdown-math for openSUSE:Factory checked in at 2025-05-20 22:45:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python-markdown-math (Old) and /work/SRC/openSUSE:Factory/.python-python-markdown-math.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-markdown-math" Tue May 20 22:45:54 2025 rev:3 rq:1278840 version:0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python-markdown-math/python-python-markdown-math.changes 2024-11-15 15:44:06.104581549 +0100 +++ /work/SRC/openSUSE:Factory/.python-python-markdown-math.new.30101/python-python-markdown-math.changes 2025-05-20 22:45:56.600994340 +0200 @@ -1,0 +2,11 @@ +Tue May 20 11:15:40 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- 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 + +------------------------------------------------------------------- Old: ---- python-markdown-math-0.8.tar.gz New: ---- python_markdown_math-0.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python-markdown-math.spec ++++++ --- /var/tmp/diff_new_pack.dN0HCn/_old 2025-05-20 22:45:57.885048229 +0200 +++ /var/tmp/diff_new_pack.dN0HCn/_new 2025-05-20 22:45:57.885048229 +0200 @@ -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 @@ 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