Name: python-aiostream Version: 0.6.1 Release: 1%{?dist} Summary: Generator-based operators for asynchronous iteration License: GPL-3.0-only URL: https://github.com/vxgmichel/aiostream Source: %{url}/archive/refs/tags/v%{version}/%{name}-%{version}.tar.gz Patch0: require-lower-setuptools-version.patch BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-pytest-asyncio %global _description %{expand: aiostream provides a collection of stream operators that can be combined to create asynchronous pipelines of operations. It can be seen as an asynchronous version of itertools, although some aspects are slightly different. Essentially, all the provided operators return a unified interface called a stream.} %description %_description %package -n python3-aiostream Summary: %{summary} %description -n python3-aiostream %_description %prep %autosetup -p1 -n aiostream-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files aiostream %check %pyproject_check_import mv aiostream aiostream_ %pytest %{_builddir} mv aiostream_ aiostream %files -n python3-aiostream -f %{pyproject_files} %doc README.* %changelog * Thu Jun 20 2024 David Kaufmann - 0.6.1-1 - Version bump * Fri Jun 07 2024 Python Maint - 0.5.2-4 - Rebuilt for Python 3.13 * Fri Mar 01 2024 David Kaufmann - 0.5.2-1 - Unretired package and updated version * Fri Jul 23 2021 Fedora Release Engineering - 0.4.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.4.1-6 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.4.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering - 0.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro HronĨok - 0.4.1-3 - Rebuilt for Python 3.9 * Mon Mar 23 2020 Fabian Affolter - 0.4.1-2 - Add missing BR - Add LICENSE file (rhbz#1809927) * Wed Mar 04 2020 Fabian Affolter - 0.4.1-1 - Initial package for Fedora