06559a2
%global pypi_name aiomultiprocess
06559a2
06559a2
Name:           python-%{pypi_name}
d0f632a
Version:        0.9.0
3d36f58
Release:        11%{?dist}
06559a2
Summary:        Asyncio version of the standard multiprocessing module
06559a2
06559a2
License:        MIT
06559a2
URL:            https://github.com/jreese/aiomultiprocess
06559a2
Source0:        %{pypi_source}
06559a2
BuildArch:      noarch
06559a2
06559a2
%description
06559a2
aiomultiprocess presents a simple interface, while running a full AsyncIO
06559a2
event loop on each child process, enabling levels of concurrency never
06559a2
before seen in a Python application. Each child process can execute multiple
06559a2
coroutines at once, limited only by the workload and number of cores available.
06559a2
06559a2
%package -n     python3-%{pypi_name}
06559a2
Summary:        %{summary}
210cfb6
210cfb6
BuildRequires:  python3-devel
210cfb6
BuildRequires:  python3dist(setuptools)
06559a2
%{?python_provide:%python_provide python3-%{pypi_name}}
06559a2
06559a2
%description -n python3-%{pypi_name}
06559a2
aiomultiprocess presents a simple interface, while running a full AsyncIO
06559a2
event loop on each child process, enabling levels of concurrency never
06559a2
before seen in a Python application. Each child process can execute multiple
06559a2
coroutines at once, limited only by the workload and number of cores available.
06559a2
06559a2
%prep
06559a2
%autosetup -n %{pypi_name}-%{version}
06559a2
rm -rf %{pypi_name}.egg-info
06559a2
06559a2
%build
06559a2
%py3_build
06559a2
06559a2
%install
06559a2
%py3_install
06559a2
06559a2
%files -n python3-%{pypi_name}
06559a2
%license LICENSE
a4666a7
%doc README.md
06559a2
%{python3_sitelib}/%{pypi_name}/
06559a2
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
06559a2
06559a2
%changelog
3d36f58
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-11
3d36f58
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
3d36f58
2ba6884
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-10
2ba6884
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2ba6884
29bcde7
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-9
29bcde7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
29bcde7
895f8a7
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.9.0-8
895f8a7
- Rebuilt for Python 3.12
895f8a7
f943529
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-7
f943529
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
f943529
86dd8e6
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-6
86dd8e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
86dd8e6
6665ec3
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.9.0-5
6665ec3
- Rebuilt for Python 3.11
6665ec3
968d9e6
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-4
968d9e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
968d9e6
d9f6e93
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-3
d9f6e93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
d9f6e93
a4e1b2d
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.9.0-2
a4e1b2d
- Rebuilt for Python 3.10
a4e1b2d
d0f632a
* Wed Mar 03 2021 Fabian Affolter <mail@fabian-affolter.ch> - 0.9.0-1
d0f632a
- Update to latest upstream release 0.9.0 (fedora#1933532)
d0f632a
936805c
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
936805c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
936805c
210cfb6
* Tue Oct 06 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.8.0-1
210cfb6
- Update to latest upstream release 0.8.0
210cfb6
77c6e6d
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2
77c6e6d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
77c6e6d
06559a2
* Mon May 18 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.0-1
06559a2
- Initial package for Fedora