forked from pool/python-munch
update to version 2.3.2:
* Add __dict__ property that calls toDict() * Limit travis deployment conditions * Implement the pickling interface * Use flat dicts in __getstate__ (closes #30) * Ignore pytest cache * __setattr__ will now munchify() any provided dict * AutoMunch for automatically converting dicts to Munches * Drop support for 2.6, 3.3, 3.4 * Build python wheels * Avoid running yaml tests when in no-deps environment * Drop support for Python 2.6, 3.3, 3.4 * Fix lint in init * Ignore flycheck files * Drop the dot in pytest invocation * Clear and update dict * Make DefaultFactoryMunch which lets users provide a factory to generate missing values * Bump version * Remove default from constructor and fromDict. Also add a test for repr OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-munch?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
05a58582b2
commit
f9344de77b
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 05:40:17 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
update to version 2.3.2:
|
||||
* Add __dict__ property that calls toDict()
|
||||
* Limit travis deployment conditions
|
||||
* Implement the pickling interface
|
||||
* Use flat dicts in __getstate__ (closes #30)
|
||||
* Ignore pytest cache
|
||||
* __setattr__ will now munchify() any provided dict
|
||||
* AutoMunch for automatically converting dicts to Munches
|
||||
* Drop support for 2.6, 3.3, 3.4
|
||||
* Build python wheels
|
||||
* Avoid running yaml tests when in no-deps environment
|
||||
* Drop support for Python 2.6, 3.3, 3.4
|
||||
* Fix lint in init
|
||||
* Ignore flycheck files
|
||||
* Drop the dot in pytest invocation
|
||||
* Clear and update dict
|
||||
* Make DefaultFactoryMunch which lets users provide a factory to
|
||||
generate missing values
|
||||
* Bump version
|
||||
* Remove default from constructor and fromDict. Also add a test for repr
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:50:36 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user