From 87260d6aa802a3448ea0603c75728a24f2489581d0e1e47a67bc8ce2d2d2d090 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 30 Jan 2024 18:05:09 +0000 Subject: [PATCH] - update to 1.6.0: * Pre-empt current task before running handle, allowing unpatched tasks OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nest-asyncio?expand=0&rev=15 --- nest_asyncio-1.5.9.tar.gz | 3 --- nest_asyncio-1.6.0.tar.gz | 3 +++ python-nest-asyncio.changes | 7 +++++++ python-nest-asyncio.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 nest_asyncio-1.5.9.tar.gz create mode 100644 nest_asyncio-1.6.0.tar.gz diff --git a/nest_asyncio-1.5.9.tar.gz b/nest_asyncio-1.5.9.tar.gz deleted file mode 100644 index a7c29b0..0000000 --- a/nest_asyncio-1.5.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1e1144e9c6e3e6392e0fcf5211cb1c8374b5648a98f1ebe48e5336006b41907 -size 7496 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 5736ec4..b44c64c 100644 --- a/python-nest-asyncio.changes +++ b/python-nest-asyncio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 diff --git a/python-nest-asyncio.spec b/python-nest-asyncio.spec index 9512543..679f394 100644 --- a/python-nest-asyncio.spec +++ b/python-nest-asyncio.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-nest-asyncio -Version: 1.5.9 +Version: 1.6.0 Release: 0 Summary: Patch asyncio to allow nested event loops License: BSD-2-Clause