forked from pool/python-makefun
- 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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b110e733d94f7a49d8ac27b1e2d40f2bb0501e98c1d825e0d932d26920dd5df
|
||||
size 74404
|
||||
3
makefun-1.15.1.tar.gz
Normal file
3
makefun-1.15.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40b0f118b6ded0d8d78c78f1eb679b8b6b2462e3c1b3e05fb1b2da8cd46b48a5
|
||||
size 74521
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-makefun
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-makefun
|
||||
Version: 1.15.0
|
||||
Version: 1.15.1
|
||||
Release: 0
|
||||
License: BSD-3-Clause
|
||||
Summary: Small library to dynamically create python functions
|
||||
|
||||
Reference in New Issue
Block a user