chore: Sync el10 (#12979)

This commit is contained in:
Gilver
2026-06-08 04:54:24 -05:00
committed by GitHub
parent 8f7ded67d4
commit cfa4448b2e
180 changed files with 1043 additions and 234 deletions
@@ -3,11 +3,11 @@
Name: python-%{pypi_name}
Version: 3.81.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Pure Python library for LaTeX to MathML conversion
License: MIT
URL: https://github.com/roniemartinez/latex2mathml
Source0: %{pypi_source}
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
@@ -18,6 +18,8 @@ BuildRequires: python3-poetry-core
BuildRequires: python3-installer
BuildRequires: python3-build
BuildRequires: python3-hatchling
BuildRequires: python3-importlib-metadata
BuildRequires: python3-uv-build
Packager: Owen Zimmerman <owen@fyralabs.com>