15
0
forked from pool/python-funcy

Accepting request 605542 from devel:languages:python:misc

Functional programming tools

OBS-URL: https://build.opensuse.org/request/show/605542
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-funcy?expand=0&rev=1
This commit is contained in:
Todd R
2018-05-09 03:49:32 +00:00
committed by Git OBS Bridge
commit e1d3506449
5 changed files with 114 additions and 0 deletions

24
python-funcy.changes Normal file
View File

@@ -0,0 +1,24 @@
-------------------------------------------------------------------
Wed May 9 02:16:15 UTC 2018 - toddrme2178@gmail.com
- Update to 1.10.1
* use raise from in reraise()
* fix @cache with mixed positional and keywords args (thx to adrian-dankiv)
- Update to 1.10
* added @reraise()
* added unit and threshold params to *_durations() utils
* published and documented LazyObject
* fixed iffy() default argument when action is not present (Dmytro Kabakchei)
-------------------------------------------------------------------
Wed Oct 18 16:43:43 UTC 2017 - toddrme2178@gmail.com
- Implement single-spec version
- Update to 1.9.1
* See changelog at https://github.com/Suor/funcy/blob/1.9.1/CHANGELOG
-------------------------------------------------------------------
Mon Jul 14 11:33:03 UTC 2014 - toddrme2178@gmail.com
- - Initial version