diff --git a/munch-2.3.2.tar.gz b/munch-2.3.2.tar.gz deleted file mode 100644 index c5772c8..0000000 --- a/munch-2.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ae3d26b837feacf732fb8aa5b842130da1daf221f5af9f9d4b2a0a6414b0d51 -size 7598 diff --git a/munch-2.5.0.tar.gz b/munch-2.5.0.tar.gz new file mode 100644 index 0000000..bd42e30 --- /dev/null +++ b/munch-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d735f6f24d4dba3417fa448cae40c6e896ec1fdab6cdb5e6510999758a4dbd2 +size 17015 diff --git a/python-munch.changes b/python-munch.changes index b09e0f0..35ae0f1 100644 --- a/python-munch.changes +++ b/python-munch.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Dec 20 19:20:53 UTC 2019 - Dirk Mueller + +- update to 2.5.0: + * Support fromJSON classmethod for all Munch subclasses + * Fix DefaultMunch/DefaultFactoryMunch return value for get method (fixes #53) + * Support fromYAML classmethod for all Munch subclasses (fixes #34) + ------------------------------------------------------------------- Thu Dec 6 05:40:17 UTC 2018 - Thomas Bechtold diff --git a/python-munch.spec b/python-munch.spec index ac7c76f..300008e 100644 --- a/python-munch.spec +++ b/python-munch.spec @@ -1,7 +1,7 @@ # # spec file for package python-munch # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-munch -Version: 2.3.2 +Version: 2.5.0 Release: 0 Summary: A dot-accessible dictionary License: MIT Group: Development/Languages/Python URL: http://github.com/Infinidat/munch Source: https://files.pythonhosted.org/packages/source/m/munch/munch-%{version}.tar.gz +BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros