Click here to visit the old openkoji buildsystem (Archived)

Information for build python-nest-asyncio-1.6.0-2.fc41

ID16992
Package Namepython-nest-asyncio
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.6.0
Release2.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-nest-asyncio.git#9aad0f557a97216dd1d43dca9924d47834806643
SummaryPatch asyncio to allow nested event loops
DescriptionBy design asyncio does not allow its event loop to be nested. This presents a practical problem: When in an environment where the event loop is already running it's impossible to run tasks and wait for the result. Trying to do so will give the error "RuntimeError: This event loop is already running". The issue pops up in various environments, such as web servers, GUI applications and in Jupyter notebooks. This module patches asyncio to allow nested use of asyncio.run and loop.run_until_complete.
Built bykojiadmin
State complete
Volume DEFAULT
StartedThu, 02 May 2024 19:19:25 CST
CompletedThu, 02 May 2024 19:28:39 CST
Taskbuild (f41, /rpms/python-nest-asyncio.git:9aad0f557a97216dd1d43dca9924d47834806643)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-nest-asyncio.git#9aad0f557a97216dd1d43dca9924d47834806643'}}
Tags
f41
RPMs
src
python-nest-asyncio-1.6.0-2.fc41.src.rpm (info) (download)
noarch
python3-nest-asyncio-1.6.0-2.fc41.noarch.rpm (info) (download)
Logs
noarch
build.log
state.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Lumir Balhar <lbalhar@redhat.com> - 1.6.0-1 - Update to 1.6.0 (rhbz#2259425) * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 15 2024 Lumir Balhar <lbalhar@redhat.com> - 1.5.9-1 - Update to 1.5.9 (rhbz#2258480) * Tue Sep 19 2023 Lumír Balhar <lbalhar@redhat.com> - 1.5.8-1 - Update to 1.5.8 (rhbz#2239318) * Tue Aug 01 2023 Lumír Balhar <lbalhar@redhat.com> - 1.5.7-1 - Update to 1.5.7 (rhbz#2227197) * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.5.6-3 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Oct 03 2022 Lumír Balhar <lbalhar@redhat.com> - 1.5.6-1 - Update to 1.5.6 Resolves: rhbz#2131173 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.5.5-2 - Rebuilt for Python 3.11 * Mon Apr 04 2022 Lumír Balhar <lbalhar@redhat.com> - 1.5.5-1 - Update to 1.5.5 Resolves: rhbz#2071300