From 1c2a5fd8396238ad18a79196c98ba112ace77c48c5029fc530d0d563d6c4a82a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 26 Mar 2023 19:19:49 +0000 Subject: [PATCH] - 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 --- funcy-1.17.tar.gz | 3 --- funcy-1.18.tar.gz | 3 +++ python-funcy.changes | 10 ++++++++++ python-funcy.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 funcy-1.17.tar.gz create mode 100644 funcy-1.18.tar.gz diff --git a/funcy-1.17.tar.gz b/funcy-1.17.tar.gz deleted file mode 100644 index e527fb6..0000000 --- a/funcy-1.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40b9b9a88141ae6a174df1a95861f2b82f2fdc17669080788b73a3ed9370e968 -size 112383 diff --git a/funcy-1.18.tar.gz b/funcy-1.18.tar.gz new file mode 100644 index 0000000..811e20a --- /dev/null +++ b/funcy-1.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15448d19a8ebcc7a585afe7a384a19186d0bd67cbf56fb42cd1fd0f76313f9b2 +size 277530 diff --git a/python-funcy.changes b/python-funcy.changes index e97b0e3..e4310e5 100644 --- a/python-funcy.changes +++ b/python-funcy.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Mar 26 19:19:36 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-funcy.spec b/python-funcy.spec index b371460..1476bd4 100644 --- a/python-funcy.spec +++ b/python-funcy.spec @@ -1,7 +1,7 @@ # # spec file for package python-funcy # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-funcy -Version: 1.17 +Version: 1.18 Release: 0 Summary: Functional tools for Python License: BSD-3-Clause