- update to 1.5.8:

* Python 3.12 support.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nest-asyncio?expand=0&rev=11
This commit is contained in:
Dirk Mueller 2023-11-27 19:40:26 +00:00 committed by Git OBS Bridge
parent 0cda1d5b57
commit 58aa949a96
4 changed files with 12 additions and 7 deletions

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

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25aa2ca0d2a5b5531956b9e273b45cf664cae2b145101d73b86b199978d48fdb
size 6105

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-nest-asyncio
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 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.5.8
Release: 0
Summary: Patch asyncio to allow nested event loops
License: BSD-2-Clause