Changelog for
python312-jaraco.functools-4.1.0-40.4.noarch.rpm :
* Sun Sep 29 2024 Dirk Müller
- update to 4.1.0:
* Added chainable decorator.
* Tue Jun 04 2024 Dirk Müller - update to 4.0.1:
* No significant changes.
* Tue Apr 09 2024 Dirk Müller - remove jaraco.packaging as it is only needed for docs
* Tue Jan 02 2024 Dirk Müller - update to 4.0.0:
* Added splat function.
* Removed deprecated \'call_aside\'.
* Enhanced type hints and declare the package as typed. Module is now a package.
* Restored type checking and repaired broken exclusion.
* Require Python 3.8 or later.
* Added bypass_unless and bypass_when and identity.
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Sun Mar 26 2023 Dirk Müller - update to 3.6.0:
* #21: Renamed ``call_aside`` to ``invoke``, deprecating ``call_aside``.
* Fri Oct 28 2022 Yogalakshmi Arunachalam - Update to v3.5.2
* Refreshed packaging.
* Wed Sep 14 2022 Matej Cepl - Tidelift is a good and interesting company, but we really don’t need to have python-jaraco.tidelit as a dependency.
* Wed Aug 31 2022 Torsten Gruner - update to 3.5.1
* Packaging refresh
* Enrolled with Tidelift
* Sun Mar 27 2022 Dirk Müller - update to 3.5.0:
* #19: Add type annotations to ``method_cache``.
* Require Python 3.7.
* ``apply`` now uses ``functools.wraps`` to ensure docstring
* passthrough.
* #18: In method_cache, support cache_clear before cache
* is initialized.
* Refreshed package metadata.
* Switched to PEP 420 for ``jaraco`` namespace.
* Added ``except_`` decorator.