2019-05-10 09:30:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 10 09:23:27 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- version update to 1.12
|
|
|
|
|
- added @cached_readonly
|
|
|
|
|
- more introspection in @decorator decorators
|
|
|
|
|
- documented @cached_property inheritance limitations
|
|
|
|
|
- included tests in pypi sdist tarball (Tomáš Chvátal)
|
|
|
|
|
- back to PyPI tarball
|
|
|
|
|
|
2019-03-12 16:47:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 12 15:44:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 1.11:
|
|
|
|
|
- switched docs and internals to Python 3
|
|
|
|
|
- improved docs: better texts and examples here and there
|
|
|
|
|
- support Python 3.7 officially
|
|
|
|
|
- added popups over functions everywhere in docs
|
|
|
|
|
- accept any iterables of errors in flow utils
|
|
|
|
|
- fixed walk_values() for defaultdicts with empty factory
|
|
|
|
|
- fixed xmap() signature introspection
|
|
|
|
|
- documented lzip()
|
|
|
|
|
|
2018-12-04 13:29:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 4 12:48:19 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
|
2018-05-18 20:19:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 18 19:50:30 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Avoid first person in description.
|
|
|
|
|
|
2018-05-09 03:49:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|