From 0cda1d5b57f4a744221b38c6d5fe1a58c525acbf78111719be01af78f31ed5d2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 Oct 2022 17:59:19 +0000 Subject: [PATCH] - update to 1.5.6: * Add Python 3.11 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nest-asyncio?expand=0&rev=9 --- nest_asyncio-1.5.5.tar.gz | 3 --- nest_asyncio-1.5.6.tar.gz | 3 +++ python-nest-asyncio.changes | 6 ++++++ python-nest-asyncio.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 nest_asyncio-1.5.5.tar.gz create mode 100644 nest_asyncio-1.5.6.tar.gz diff --git a/nest_asyncio-1.5.5.tar.gz b/nest_asyncio-1.5.5.tar.gz deleted file mode 100644 index 55c1006..0000000 --- a/nest_asyncio-1.5.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e442291cd942698be619823a17a86a5759eabe1f8613084790de189fe9e16d65 -size 7386 diff --git a/nest_asyncio-1.5.6.tar.gz b/nest_asyncio-1.5.6.tar.gz new file mode 100644 index 0000000..6bf65c1 --- /dev/null +++ b/nest_asyncio-1.5.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d267cc1ff794403f7df692964d1d2a3fa9418ffea2a3f6859a439ff482fef290 +size 7444 diff --git a/python-nest-asyncio.changes b/python-nest-asyncio.changes index 8a77a68..630e471 100644 --- a/python-nest-asyncio.changes +++ b/python-nest-asyncio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Oct 16 17:58:59 UTC 2022 - Dirk Müller + +- update to 1.5.6: + * Add Python 3.11 support + ------------------------------------------------------------------- Sun May 29 20:19:38 UTC 2022 - Dirk Müller diff --git a/python-nest-asyncio.spec b/python-nest-asyncio.spec index e109174..3b13aca 100644 --- a/python-nest-asyncio.spec +++ b/python-nest-asyncio.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-nest-asyncio -Version: 1.5.5 +Version: 1.5.6 Release: 0 Summary: Patch asyncio to allow nested event loops License: BSD-2-Clause