15
0
forked from pool/python-funcy

Accepting request 1006874 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1006874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-funcy?expand=0&rev=9
This commit is contained in:
2022-09-29 16:13:51 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2775409b7dc9106283f1224d97e6df5f2c02e7291c8caed72764f5a115dffb50
size 619331

3
funcy-1.17.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40b9b9a88141ae6a174df1a95861f2b82f2fdc17669080788b73a3ed9370e968
size 112383

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Sep 28 19:41:40 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <adrian.glaubitz@suse.com>

View File

@@ -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