14
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.functools?expand=0&rev=17
This commit is contained in:
2022-03-27 11:13:55 +00:00
committed by Git OBS Bridge
parent 28277420d8
commit 1c25f8eb22
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Mar 27 11:12:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
Wed Dec 2 21:54:54 UTC 2020 - Benjamin Greiner <code@bnavigator.de>