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