SHA256
1
0
forked from pool/python-munch

Accepting request 758636 from devel:languages:python

- 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)

OBS-URL: https://build.opensuse.org/request/show/758636
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-munch?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-12-21 11:34:36 +00:00 committed by Git OBS Bridge
commit 2a14b9e243
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ae3d26b837feacf732fb8aa5b842130da1daf221f5af9f9d4b2a0a6414b0d51
size 7598

BIN
munch-2.5.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Dec 20 19:20:53 UTC 2019 - Dirk Mueller <dmueller@suse.com>
- 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 <tbechtold@suse.com>

View File

@ -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