## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 3; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-multiregex Version: 2.0.3 Release: %autorelease Summary: Quickly match many regexes against a string License: BSD-3-Clause URL: https://github.com/quantco/multiregex Source: %{pypi_source multiregex} # https://github.com/Quantco/multiregex/pull/100 # Fix pyproject.toml build-system configuration (#100) Patch: https://github.com/Quantco/multiregex/pull/100.patch BuildArch: noarch BuildRequires: python3-devel BuildRequires: %{py3_dist pytest} %global _description %{expand: Quickly match many regexes against a string. Provides 2-10x speedups over naïve regex matching.} %description %_description %package -n python3-multiregex Summary: %{summary} %description -n python3-multiregex %_description %prep %autosetup -p1 -n multiregex-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l multiregex %check %pytest %files -n python3-multiregex -f %{pyproject_files} %doc README.md CHANGELOG.rst %changelog ## START: Generated by rpmautospec * Thu Jul 16 2026 Fedora Release Engineering - 2.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Wed Jun 03 2026 Python Maint - 2.0.3-2 - Rebuilt for Python 3.15 * Fri Feb 27 2026 Maxwell G - 2.0.3-1 - Initial import (rhbz#2442941) ## END: Generated by rpmautospec