chore: rebuild python packages for new frawhide python (#12947)

Signed-off-by: Owen-sz <owen@fyralabs.com>
This commit is contained in:
Owen Zimmerman
2026-06-07 17:40:17 -05:00
committed by GitHub
parent 8f9c0b1fa3
commit a4af891ade
139 changed files with 158 additions and 169 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>