Accepting request 821959 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/821959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nest-asyncio?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2020-07-20 19:09:12 +00:00 committed by Git OBS Bridge
commit 03ebf10bd1
4 changed files with 11 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75dad56eaa7078e2e29c6630f114077fc5060069658d74545b0409e63ca8a028
size 5538

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5773054bbc14579b000236f85bc01ecced7ffd045ec8ca4a9809371ec65a59c8
size 7053

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 20 15:06:01 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 1.4.0
* Propagate KeyboardInterrupt / SystemExit encountered when running handle
* set loop back when loop end
-------------------------------------------------------------------
Tue Jun 9 08:54:06 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-nest-asyncio
Version: 1.3.3
Version: 1.4.0
Release: 0
Summary: Patch asyncio to allow nested event loops
License: BSD-2-Clause