- 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:
parent
0cda1d5b57
commit
58aa949a96
BIN
nest_asyncio-1.5.6.tar.gz
(Stored with Git LFS)
BIN
nest_asyncio-1.5.6.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
nest_asyncio-1.5.8.tar.gz
Normal file
3
nest_asyncio-1.5.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:25aa2ca0d2a5b5531956b9e273b45cf664cae2b145101d73b86b199978d48fdb
|
||||||
|
size 6105
|
@ -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>
|
Sun Oct 16 17:58:59 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-nest-asyncio
|
# 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
|
# 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,10 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?sle15_python_module_pythons}
|
||||||
%define skip_python2 1
|
|
||||||
Name: python-nest-asyncio
|
Name: python-nest-asyncio
|
||||||
Version: 1.5.6
|
Version: 1.5.8
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user