15
0
forked from pool/python-funcy

- update to 1.18:

* added join_with(strict=)
  * use more precise timer `timeit.default_timer` for
    log*durations (Saugat Pachhai)
  * preserve metadata when using autocurry as a decorator
  * doc improvements (thx to Tim Gates)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-funcy?expand=0&rev=18
This commit is contained in:
2023-03-26 19:19:49 +00:00
committed by Git OBS Bridge
parent f1e85e4707
commit 1c2a5fd839
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Mar 26 19:19:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.18:
* added join_with(strict=)
* use more precise timer `timeit.default_timer` for
log*durations (Saugat Pachhai)
* preserve metadata when using autocurry as a decorator
* doc improvements (thx to Tim Gates)
-------------------------------------------------------------------
Wed Sep 28 19:41:40 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>