From 1edf770954e116996512c5ddbc835db02856d81ad35e3b89137a296124762f64 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 6 Sep 2021 13:22:22 +0000 Subject: [PATCH] Accepting request 915233 from home:glaubitz:branches:devel:languages:python - Update to 1.16 * support Python 3.9 officially * unify @memoize() and @cache(): both have .skip/.memory/.invalidate/.invalidate_all now * support dynamic resulting exception in @reraise() (Laurens Duijvesteijn) * made () optional for @decorator-made decorators with kw-only args * added @throttle() * added has_path() (Denys Zorinets) * fixed autocurry kwargs handling - from version 1.15 * made rpartial accept keyworded arguments (Ruan Comelli) * made `@cache.invalidate()` idempotent (Dmitry Vasilyanov) * made raiser() accept a string as a shortcut * fixed cheatsheat description for 'distinct' helper (tsouvarev) * fixed some seqs docstrings * fixed some typos (Tim Gates) OBS-URL: https://build.opensuse.org/request/show/915233 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-funcy?expand=0&rev=15 --- funcy-1.14.tar.gz | 3 --- funcy-1.16.tar.gz | 3 +++ python-funcy.changes | 19 +++++++++++++++++++ python-funcy.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 funcy-1.14.tar.gz create mode 100644 funcy-1.16.tar.gz diff --git a/funcy-1.14.tar.gz b/funcy-1.14.tar.gz deleted file mode 100644 index e3e48e3..0000000 --- a/funcy-1.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75ee84c3b446f92e68a857c2267b15a1b49c631c9d5a87a5f063cd2d6761a5c4 -size 548493 diff --git a/funcy-1.16.tar.gz b/funcy-1.16.tar.gz new file mode 100644 index 0000000..71f18d1 --- /dev/null +++ b/funcy-1.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2775409b7dc9106283f1224d97e6df5f2c02e7291c8caed72764f5a115dffb50 +size 619331 diff --git a/python-funcy.changes b/python-funcy.changes index 2de89bb..7e2e438 100644 --- a/python-funcy.changes +++ b/python-funcy.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Aug 31 10:08:03 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 1.16 + * support Python 3.9 officially + * unify @memoize() and @cache(): both have .skip/.memory/.invalidate/.invalidate_all now + * support dynamic resulting exception in @reraise() (Laurens Duijvesteijn) + * made () optional for @decorator-made decorators with kw-only args + * added @throttle() + * added has_path() (Denys Zorinets) + * fixed autocurry kwargs handling +- from version 1.15 + * made rpartial accept keyworded arguments (Ruan Comelli) + * made `@cache.invalidate()` idempotent (Dmitry Vasilyanov) + * made raiser() accept a string as a shortcut + * fixed cheatsheat description for 'distinct' helper (tsouvarev) + * fixed some seqs docstrings + * fixed some typos (Tim Gates) + ------------------------------------------------------------------- Sun Aug 9 10:12:11 UTC 2020 - John Vandenberg diff --git a/python-funcy.spec b/python-funcy.spec index 557a581..24c9fa8 100644 --- a/python-funcy.spec +++ b/python-funcy.spec @@ -1,7 +1,7 @@ # # spec file for package python-funcy # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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.14 +Version: 1.16 Release: 0 Summary: Functional tools for Python License: BSD-3-Clause