- update to 1.15.2:

* Fixed `SyntaxError` happening when the name of a native
    coroutine function to create contains `'return'`.
  * Fixes #96.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-makefun?expand=0&rev=12
This commit is contained in:
2023-12-07 22:55:52 +00:00
committed by Git OBS Bridge
parent f2f3158a54
commit 2b0b906ee3
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Dec 7 22:55:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.15.2:
* Fixed `SyntaxError` happening when the name of a native
coroutine function to create contains `'return'`.
* Fixes #96.
-------------------------------------------------------------------
Tue Mar 28 09:39:24 UTC 2023 - pgajdos@suse.com