- update to 1.15.1:

* Fixed `ValueError: Invalid co_name` happening on python 2
    when the name of a function to create starts or ends with
    `_` or contains a double `__`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-makefun?expand=0&rev=8
This commit is contained in:
2023-03-26 18:45:56 +00:00
committed by Git OBS Bridge
parent ec77d359b1
commit 651242be65
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Mar 26 18:45:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.15.1:
* Fixed `ValueError: Invalid co_name` happening on python 2
when the name of a function to create starts or ends with
`_` or contains a double `__`
-------------------------------------------------------------------
Fri Dec 2 20:29:56 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>