forked from pool/python-python-markdown-math
Accepting request 1278653 from home:glaubitz:branches:devel:languages:python
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8564212af679fc18d53f38681f16080fcd3d186073f23825c7ce86fadd3e3635
|
|
||||||
size 8509
|
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 20 11:15:40 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 12 15:08:49 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Tue Nov 12 15:08:49 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-markdown-math
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,17 +16,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-python-markdown-math
|
Name: python-python-markdown-math
|
||||||
Version: 0.8
|
Version: 0.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Math extension for Python-Markdown
|
Summary: Math extension for Python-Markdown
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Provides: python-markdown-math = %version-%release
|
Provides: python-markdown-math = %version-%release
|
||||||
Obsoletes: python-markdown-math < %version-%release
|
Obsoletes: python-markdown-math < %version-%release
|
||||||
URL: https://github.com/mitya57/python-markdown-math
|
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 pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools >= 77.0}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -43,7 +44,7 @@ Obsoletes: python-markdown-math < %version
|
|||||||
This extension adds math formulas support to Python-Markdown.
|
This extension adds math formulas support to Python-Markdown.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n python-markdown-math-%{version}
|
%autosetup -p1 -n python_markdown_math-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
3
python_markdown_math-0.9.tar.gz
Normal file
3
python_markdown_math-0.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:567395553dc4941e79b3789a1096dcabb3fda9539d150d558ef3507948b264a3
|
||||||
|
size 8680
|
Reference in New Issue
Block a user