From 2ebd55d89380408ec8b3d204f6d98b4733c0dca28d8e0208378e10cbb63e5f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Dec 2024 11:48:33 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main python-nest-asyncio revision 3dffd81a94ddeac1aacd5fd5bfef30a9 --- nest_asyncio-1.5.6.tar.gz | 3 --- nest_asyncio-1.6.0.tar.gz | 3 +++ python-nest-asyncio.changes | 25 ++++++++++++++++++++++--- python-nest-asyncio.spec | 7 +++---- 4 files changed, 28 insertions(+), 10 deletions(-) delete mode 100644 nest_asyncio-1.5.6.tar.gz create mode 100644 nest_asyncio-1.6.0.tar.gz diff --git a/nest_asyncio-1.5.6.tar.gz b/nest_asyncio-1.5.6.tar.gz deleted file mode 100644 index 6bf65c1..0000000 --- a/nest_asyncio-1.5.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d267cc1ff794403f7df692964d1d2a3fa9418ffea2a3f6859a439ff482fef290 -size 7444 diff --git a/nest_asyncio-1.6.0.tar.gz b/nest_asyncio-1.6.0.tar.gz new file mode 100644 index 0000000..91c4d90 --- /dev/null +++ b/nest_asyncio-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe +size 7418 diff --git a/python-nest-asyncio.changes b/python-nest-asyncio.changes index 630e471..b44c64c 100644 --- a/python-nest-asyncio.changes +++ b/python-nest-asyncio.changes @@ -1,8 +1,27 @@ +------------------------------------------------------------------- +Tue Jan 30 18:04:45 UTC 2024 - Dirk Müller + +- 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 + +- update to 1.5.9: + * Fix patching an already running Proactor loop + +------------------------------------------------------------------- +Mon Nov 27 19:39:56 UTC 2023 - Dirk Müller + +- update to 1.5.8: + * Python 3.12 support. + ------------------------------------------------------------------- Sun Oct 16 17:58:59 UTC 2022 - Dirk Müller - update to 1.5.6: - * Add Python 3.11 support + * Add Python 3.11 support ------------------------------------------------------------------- Sun May 29 20:19:38 UTC 2022 - Dirk Müller @@ -15,13 +34,13 @@ Sun May 29 20:19:38 UTC 2022 - Dirk Müller Mon Dec 13 05:53:15 UTC 2021 - Steve Kowalik - Update to 1.5.4: - * No release notes + * No release notes ------------------------------------------------------------------- Fri Jun 25 11:19:17 UTC 2021 - Ben Greiner - Update to 1.5.1 - * no release notes + * no release notes * update required by jupyter_client 6.2 ------------------------------------------------------------------- diff --git a/python-nest-asyncio.spec b/python-nest-asyncio.spec index 3b13aca..679f394 100644 --- a/python-nest-asyncio.spec +++ b/python-nest-asyncio.spec @@ -1,7 +1,7 @@ # # spec file for package python-nest-asyncio # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-nest-asyncio -Version: 1.5.6 +Version: 1.6.0 Release: 0 Summary: Patch asyncio to allow nested event loops License: BSD-2-Clause