From 3aa85ca73b3b858129fa3198f558598c3d7205312f88627eee5afd8e57f756d6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 26 Mar 2023 18:45:56 +0000 Subject: [PATCH] - 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 --- makefun-1.15.0.tar.gz | 3 --- makefun-1.15.1.tar.gz | 3 +++ python-makefun.changes | 8 ++++++++ python-makefun.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 makefun-1.15.0.tar.gz create mode 100644 makefun-1.15.1.tar.gz diff --git a/makefun-1.15.0.tar.gz b/makefun-1.15.0.tar.gz deleted file mode 100644 index 52f5e78..0000000 --- a/makefun-1.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b110e733d94f7a49d8ac27b1e2d40f2bb0501e98c1d825e0d932d26920dd5df -size 74404 diff --git a/makefun-1.15.1.tar.gz b/makefun-1.15.1.tar.gz new file mode 100644 index 0000000..8366f08 --- /dev/null +++ b/makefun-1.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b0f118b6ded0d8d78c78f1eb679b8b6b2462e3c1b3e05fb1b2da8cd46b48a5 +size 74521 diff --git a/python-makefun.changes b/python-makefun.changes index f095757..f415672 100644 --- a/python-makefun.changes +++ b/python-makefun.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Mar 26 18:45:31 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-makefun.spec b/python-makefun.spec index d5cad85..b1ec191 100644 --- a/python-makefun.spec +++ b/python-makefun.spec @@ -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