Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-makefun-1.15.2-1.5 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-makefun Distribution: openSUSE Tumbleweed
Version: 1.15.2 Vendor: openSUSE
Release: 1.5 Build date: Thu Dec 7 23:55:39 2023
Group: Development/Languages/Python Build host: reproducible
Size: 158187 Source RPM: python-makefun-1.15.2-1.5.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/smarie/python-makefun
Summary: Small library to dynamically create python functions
Small library to dynamically create python functions.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Dec 07 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 2023 pgajdos@suse.com
  - python-six is not required
* Sun Mar 26 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 02 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to version 1.15.0
    Moved auto signature string to Signature object conversion to wraps. …
      …Added a test.
* Thu Sep 29 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - 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 2021 pgajdos@suse.com
  - version update to 1.12.1
    [#]## 1.12.1 - Bugfix
    - Fixed `TypeError` when a `func` attribute is present on the function provided to `create_function`. Fixed [#76]
    [#]## 1.12.0 - Refactoring and consistency improvement
    - Fixed `partial` so that :
    - when no argument is provided, it is equivalent to `wraps(f)(f)`. That is, the `__wrapped__` attribute is set. Fixed [#73]
    - it sets the `func` attribute just as `functools.partial` does. Fixed [#75]
    - Removed `pytest-cases` dependency as it was a circular one. Fixed [#68]
    - Now using `flake8` for qualimetry and `genbadge` for badges. Fixed [#71]
    - Restructured project so that tests are truly independent, to ease rpm/apt/etc. packaging. Fixed [#69]
  - test the package
* Thu May 06 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - Initial package for version 1.11.3

Files

/usr/lib/python3.11/site-packages/makefun
/usr/lib/python3.11/site-packages/makefun-1.15.2-py3.11.egg-info
/usr/lib/python3.11/site-packages/makefun-1.15.2-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/makefun-1.15.2-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/makefun-1.15.2-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/makefun-1.15.2-py3.11.egg-info/not-zip-safe
/usr/lib/python3.11/site-packages/makefun-1.15.2-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/makefun-1.15.2-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/makefun/__init__.py
/usr/lib/python3.11/site-packages/makefun/__pycache__
/usr/lib/python3.11/site-packages/makefun/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/makefun/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/makefun/__pycache__/_main_legacy_py.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/makefun/__pycache__/_main_legacy_py.cpython-311.pyc
/usr/lib/python3.11/site-packages/makefun/__pycache__/_main_py35_and_higher.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/makefun/__pycache__/_main_py35_and_higher.cpython-311.pyc
/usr/lib/python3.11/site-packages/makefun/__pycache__/_main_py36_and_higher.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/makefun/__pycache__/_main_py36_and_higher.cpython-311.pyc
/usr/lib/python3.11/site-packages/makefun/__pycache__/_version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/makefun/__pycache__/_version.cpython-311.pyc
/usr/lib/python3.11/site-packages/makefun/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/makefun/__pycache__/main.cpython-311.pyc
/usr/lib/python3.11/site-packages/makefun/_main_legacy_py.py
/usr/lib/python3.11/site-packages/makefun/_main_py35_and_higher.py
/usr/lib/python3.11/site-packages/makefun/_main_py36_and_higher.py
/usr/lib/python3.11/site-packages/makefun/_version.py
/usr/lib/python3.11/site-packages/makefun/main.py
/usr/lib/python3.11/site-packages/makefun/py.typed
/usr/share/doc/packages/python311-makefun
/usr/share/doc/packages/python311-makefun/README.md
/usr/share/licenses/python311-makefun
/usr/share/licenses/python311-makefun/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:23:08 2024