diff --git a/makefun-1.12.1.tar.gz b/makefun-1.12.1.tar.gz deleted file mode 100644 index 2d5caa5..0000000 --- a/makefun-1.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d0e90ca3fdbdeb6a4a0891e2da7d4b8e80386e19e6db91ce29b8aa5c876ecfe -size 71410 diff --git a/makefun-1.14.0.tar.gz b/makefun-1.14.0.tar.gz new file mode 100644 index 0000000..daa4620 --- /dev/null +++ b/makefun-1.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770c6e458f1ef47304185334f1d686ee201755d06152a878e2646275340c181d +size 73792 diff --git a/python-makefun.changes b/python-makefun.changes index b02eef2..a42f613 100644 --- a/python-makefun.changes +++ b/python-makefun.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Sep 29 15:46:07 UTC 2022 - Yogalakshmi Arunachalam + +- Update to Version 1.15.0 + More PEP-compliant `wraps` Latest + wraps now always sets the __wrapped__ attribute, and also sets the __signature__ attribute when the signature changes, + as specified by PEP 362. PR by #86 by lucaswiman. + +- Update to Version 1.14.0 + Support for lambda functions + create_wrapper, create_function, wraps and with_signature now support lambda functions. They also accept a new parameter + co_name to define the name to be used in the compiled code. PR #80 by andrewcleveland. + +- Update to Version 1.13.1 + - Fixed regression with generators in python 3.5 + - Fixed an issue where using partial on a generator function in python 3.5 was raising a SyntaxError. Fixed #79 + +- Update to Version 1.13.0 + - Support for async generator functions + async generator functions are now supported (See PEP525). Fixed #77. PR#78 by broglep-work. + ------------------------------------------------------------------- Tue Dec 14 12:04:47 UTC 2021 - pgajdos@suse.com diff --git a/python-makefun.spec b/python-makefun.spec index f010195..78dda7d 100644 --- a/python-makefun.spec +++ b/python-makefun.spec @@ -1,7 +1,7 @@ # # spec file for package python-makefun # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.12.1 +Version: 1.14.0 Release: 0 License: BSD-3-Clause Summary: Small library to dynamically create python functions