15
0
forked from pool/python-funcy

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
This commit is contained in:
2022-09-29 09:15:39 +00:00
committed by Git OBS Bridge
parent 1edf770954
commit f1e85e4707
4 changed files with 17 additions and 5 deletions

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>