## START: Set by rpmautospec ## (rpmautospec version 0.7.2) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 10; 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-aiosignal Version: 1.2.0 Release: %autorelease Summary: List of registered asynchronous callbacks License: Apache-2.0 URL: https://github.com/aio-libs/aiosignal Source0: %{pypi_source aiosignal} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(pytest) BuildRequires: python3dist(pytest-asyncio) %global common_description %{expand: A project to manage callbacks in asyncio projects.} %description %{common_description} %package -n python3-aiosignal Summary: %{summary} %description -n python3-aiosignal %{common_description} %prep %autosetup -n aiosignal-%{version} -p1 %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l aiosignal %check %pytest %files -n python3-aiosignal -f %{pyproject_files} %doc CHANGES.rst %doc CONTRIBUTORS.txt %doc README.rst %changelog ## START: Generated by rpmautospec * Sun Oct 06 2024 Benjamin A. Beasley - 1.2.0-10 - Don’t pass -r to pyproject_buildrequires since it is the default * Sun Oct 06 2024 Benjamin A. Beasley - 1.2.0-9 - Remove vestiges of documentation-building * Sun Oct 06 2024 Benjamin A. Beasley - 1.2.0-7 - Assert that %%pyproject_files contains a license file * Sun Oct 06 2024 Benjamin A. Beasley - 1.2.0-6 - Update License to SPDX * Thu Apr 21 2022 Benjamin A. Beasley - 1.2.0-5 - Enable asyncio tests * Mon Mar 14 2022 Benjamin A. Beasley - 1.2.0-4 - Backport to EPEL9 (close RHBZ#2063754) * Fri Jan 21 2022 Fedora Release Engineering - 1.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jan 07 2022 Benjamin A. Beasley - 1.2.0-2 - Drop intersphinx mappings * Mon Dec 13 2021 Benjamin A. Beasley - 1.2.0-1 - Initial package (close RHBZ#2029682) ## END: Generated by rpmautospec