Makefun

Latest version: v1.15.6

Safety actively analyzes 683530 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 9

1.7.0

`add_signature_parameters` now accepts that one specifies a custom index where to insert the new parameters.

1.6.11

Added `__version__` attribute to comply with PEP396, following [this guide](https://smarie.github.io/python-getversion/#package-versioning-best-practices). Fixes [45](https://github.com/smarie/python-makefun/issues/45).

1.6.10

Fixed `six` dependency: also declared as a setup dependency.

1.6.9

Added missing `six` dependency explicitly.

1.6.8

* Improved performance of inner method `get_signature_string` (used by all entry points) after profiling.

1.6.7 - Increased tolerance to function signatures in python 2

* In python 2 some libraries such as `attrs` can modify the annotations manually, making `signature` return a string representation that is not compliant with the language version. This raised a `SyntaxError` in previous versions. The new version silently removes all these annotations in python versions that do not support them. Fixes [39](https://github.com/smarie/python-makefun/issues/39).

1.6.6

* Fixed yet another nasty varpositional-related bug :). Fixes [38](https://github.com/smarie/python-makefun/issues/38).

Page 5 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.