## 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 %bcond_without tests %global srcname asyncstdlib %global forgeurl https://github.com/maxfischer2781/%{srcname} Version: 3.14.0 %forgemeta Name: python-%{srcname} Release: %autorelease Summary: Async standard library for Python License: MIT URL: https://github.com/maxfischer2781/asyncstdlib Source0: %forgesource BuildArch: noarch BuildRequires: python3-devel %if %{with tests} BuildRequires: python3dist(pytest) BuildRequires: python3dist(typing-extensions) %endif %global _description %{expand: asyncstdlib provides async versions of the standard library helpers such as zip, map, enumerate, functools.reduce, itertools.accumulate and many others. It works with asyncio, trio, and any other async event loop.} %description %{_description} %package -n python3-%{srcname} Summary: %{summary} %description -n python3-%{srcname} %{_description} %prep %forgesetup %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files %{srcname} %check %pyproject_check_import %if %{with tests} %pytest unittests %endif %files -n python3-%{srcname} -f %{pyproject_files} %doc README.rst %license LICENSE %changelog ## START: Generated by rpmautospec * Thu Jul 16 2026 Fedora Release Engineering - 3.14.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Wed Jun 03 2026 Python Maint - 3.14.0-2 - Rebuilt for Python 3.15 * Tue Apr 28 2026 Alex Manson - 3.14.0-1 - Initial import (#2456291) ## END: Generated by rpmautospec