14
0

- 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 473c9a91b4
commit 6fe7bfd92b
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40b0f118b6ded0d8d78c78f1eb679b8b6b2462e3c1b3e05fb1b2da8cd46b48a5
size 74521

3
makefun-1.15.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16f2a2b34d9ee0c2b578c960a1808c974e2822cf79f6e9b9c455aace10882d45
size 74602

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 Tue Mar 28 09:39:24 UTC 2023 - pgajdos@suse.com

View File

@@ -17,7 +17,7 @@
Name: python-makefun Name: python-makefun
Version: 1.15.1 Version: 1.15.2
Release: 0 Release: 0
License: BSD-3-Clause License: BSD-3-Clause
Summary: Small library to dynamically create python functions Summary: Small library to dynamically create python functions