Compare commits

1 Commits
main ... 1.1

4 changed files with 10 additions and 28 deletions

BIN
nest_asyncio-1.5.6.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
nest_asyncio-1.6.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,22 +1,3 @@
-------------------------------------------------------------------
Tue Jan 30 18:04:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.6.0:
* Pre-empt current task before running handle, allowing unpatched
tasks
-------------------------------------------------------------------
Sat Jan 20 19:31:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.5.9:
* Fix patching an already running Proactor loop
-------------------------------------------------------------------
Mon Nov 27 19:39:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.5.8:
* Python 3.12 support.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 16 17:58:59 UTC 2022 - Dirk Müller <dmueller@suse.com> Sun Oct 16 17:58:59 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-nest-asyncio # spec file for package python-nest-asyncio
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,10 @@
# #
%{?sle15_python_module_pythons} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-nest-asyncio Name: python-nest-asyncio
Version: 1.6.0 Version: 1.5.6
Release: 0 Release: 0
Summary: Patch asyncio to allow nested event loops Summary: Patch asyncio to allow nested event loops
License: BSD-2-Clause License: BSD-2-Clause