%global pypi_name aiorpcX %global srcname aiorpcx Name: python-%{srcname} Version: 0.18.7 Release: 2%{?dist} Summary: Generic async RPC implementation # https://github.com/kyuupichan/aiorpcX/issues/11 # aiorpcx/curio.py is BSD, rest is MIT License: MIT and BSD URL: https://pypi.org/project/aiorpcX/ Source: %{pypi_source %{pypi_name}} Source2: https://raw.githubusercontent.com/kyuupichan/aiorpcX/%{version}/LICENCE BuildArch: noarch %global _description %{expand: Transport, protocol and framing-independent async RPC client and server implementation.} %description %_description %package -n python3-%{srcname} Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-%{srcname} %_description %prep %autosetup -n %{pypi_name}-%{version} install -m 644 %SOURCE2 . rm -vrf *.egg-info %build %py3_build %install %py3_install %files -n python3-%{srcname} %doc README.rst %license LICENCE %{python3_sitelib}/%{srcname}/ %{python3_sitelib}/%{pypi_name}-*.egg-info/ %changelog * Fri Jun 04 2021 Python Maint - 0.18.7-2 - Rebuilt for Python 3.10 * Mon Apr 05 2021 Jonny Heggheim - 0.18.7-1 - Updated to 0.18.7 * Wed Jan 27 2021 Fedora Release Engineering - 0.18.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering - 0.18.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 09 2020 Jonny Heggheim - 0.18.4-1 - Updated to 0.18.4 * Tue May 26 2020 Miro Hrončok - 0.11.0-6 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 0.11.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 0.11.0-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 0.11.0-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Apr 08 2019 Igor Gnatenko - 0.11.0-1 - Update to 0.11.0 * Thu Apr 04 2019 Jonny Heggheim - 0.10.5-2 - Changed python- prefix to python3- * Sat Feb 23 2019 Igor Gnatenko - 0.10.5-1 - Initial package