diff --git a/munch-2.2.0.tar.gz b/munch-2.2.0.tar.gz deleted file mode 100644 index f40237e..0000000 --- a/munch-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62fb4fb318e965a464b088e6af52a63e0905a50500b770596a939d3855e7aa15 -size 7108 diff --git a/munch-2.3.2.tar.gz b/munch-2.3.2.tar.gz new file mode 100644 index 0000000..c5772c8 --- /dev/null +++ b/munch-2.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae3d26b837feacf732fb8aa5b842130da1daf221f5af9f9d4b2a0a6414b0d51 +size 7598 diff --git a/python-munch.changes b/python-munch.changes index 225b13d..b09e0f0 100644 --- a/python-munch.changes +++ b/python-munch.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Dec 6 05:40:17 UTC 2018 - Thomas Bechtold + +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 diff --git a/python-munch.spec b/python-munch.spec index 742441c..ac7c76f 100644 --- a/python-munch.spec +++ b/python-munch.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-munch -Version: 2.2.0 +Version: 2.3.2 Release: 0 Summary: A dot-accessible dictionary License: MIT