From f1e85e4707f561602959024043ce05812c4a49ee63c811fdbc0d1c17a6a40096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 09:15:39 +0000 Subject: [PATCH] Accepting request 1006765 from home:yarunachalam:branches:devel:languages:python - Update to 1.17 - added del_in() - made throttle() and limit_error_rate() work on methods - added str and repr to Call objects - migrated CI to Github actions (thx to Bruno Alla) - fixed doc[string] for zip_dicts (Tal Einat) - fixed some inspect issues - minor doc fixes OBS-URL: https://build.opensuse.org/request/show/1006765 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-funcy?expand=0&rev=16 --- funcy-1.16.tar.gz | 3 --- funcy-1.17.tar.gz | 3 +++ python-funcy.changes | 12 ++++++++++++ python-funcy.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 funcy-1.16.tar.gz create mode 100644 funcy-1.17.tar.gz diff --git a/funcy-1.16.tar.gz b/funcy-1.16.tar.gz deleted file mode 100644 index 71f18d1..0000000 --- a/funcy-1.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2775409b7dc9106283f1224d97e6df5f2c02e7291c8caed72764f5a115dffb50 -size 619331 diff --git a/funcy-1.17.tar.gz b/funcy-1.17.tar.gz new file mode 100644 index 0000000..e527fb6 --- /dev/null +++ b/funcy-1.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b9b9a88141ae6a174df1a95861f2b82f2fdc17669080788b73a3ed9370e968 +size 112383 diff --git a/python-funcy.changes b/python-funcy.changes index 7e2e438..e97b0e3 100644 --- a/python-funcy.changes +++ b/python-funcy.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Sep 28 19:41:40 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 1.17 + - added del_in() + - made throttle() and limit_error_rate() work on methods + - added str and repr to Call objects + - migrated CI to Github actions (thx to Bruno Alla) + - fixed doc[string] for zip_dicts (Tal Einat) + - fixed some inspect issues + - minor doc fixes + ------------------------------------------------------------------- Tue Aug 31 10:08:03 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-funcy.spec b/python-funcy.spec index 24c9fa8..b371460 100644 --- a/python-funcy.spec +++ b/python-funcy.spec @@ -1,7 +1,7 @@ # # spec file for package python-funcy # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.16 +Version: 1.17 Release: 0 Summary: Functional tools for Python License: BSD-3-Clause