commit python-munch for openSUSE:Factory

2019-12-21 Thread root
Hello community,

here is the log from the commit of package python-munch for openSUSE:Factory 
checked in at 2019-12-21 12:34:36

Comparing /work/SRC/openSUSE:Factory/python-munch (Old)
 and  /work/SRC/openSUSE:Factory/.python-munch.new.6675 (New)


Package is "python-munch"

Sat Dec 21 12:34:36 2019 rev:3 rq:758636 version:2.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-munch/python-munch.changes
2018-12-06 12:19:13.225397234 +0100
+++ /work/SRC/openSUSE:Factory/.python-munch.new.6675/python-munch.changes  
2019-12-21 12:34:56.923465021 +0100
@@ -1,0 +2,8 @@
+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)
+
+---

Old:

  munch-2.3.2.tar.gz

New:

  munch-2.5.0.tar.gz



Other differences:
--
++ python-munch.spec ++
--- /var/tmp/diff_new_pack.l4wiX4/_old  2019-12-21 12:34:57.379465238 +0100
+++ /var/tmp/diff_new_pack.l4wiX4/_new  2019-12-21 12:34:57.379465238 +0100
@@ -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

++ munch-2.3.2.tar.gz -> munch-2.5.0.tar.gz ++
 2096 lines of diff (skipped)




commit python-munch for openSUSE:Factory

2018-12-06 Thread root
Hello community,

here is the log from the commit of package python-munch for openSUSE:Factory 
checked in at 2018-12-06 12:19:10

Comparing /work/SRC/openSUSE:Factory/python-munch (Old)
 and  /work/SRC/openSUSE:Factory/.python-munch.new.19453 (New)


Package is "python-munch"

Thu Dec  6 12:19:10 2018 rev:2 rq:655469 version:2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/python-munch/python-munch.changes
2018-02-14 09:45:53.776335528 +0100
+++ /work/SRC/openSUSE:Factory/.python-munch.new.19453/python-munch.changes 
2018-12-06 12:19:13.225397234 +0100
@@ -1,0 +2,29 @@
+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 
+
+- Remove superfluous devel dependency for noarch package
+
+---

Old:

  munch-2.2.0.tar.gz

New:

  munch-2.3.2.tar.gz



Other differences:
--
++ python-munch.spec ++
--- /var/tmp/diff_new_pack.hzD7Qt/_old  2018-12-06 12:19:13.921396487 +0100
+++ /var/tmp/diff_new_pack.hzD7Qt/_new  2018-12-06 12:19:13.925396483 +0100
@@ -12,29 +12,27 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!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
 Group:  Development/Languages/Python
-Url:http://github.com/Infinidat/munch
+URL:http://github.com/Infinidat/munch
 Source: 
https://files.pythonhosted.org/packages/source/m/munch/munch-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-six
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module six}
 # /SECTION
-BuildRequires:  fdupes
-Requires:   python-six
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -51,7 +49,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%doc LICENSE.txt README.md
+%license LICENSE.txt
+%doc README.md
 %{python_sitelib}/*
 
 %changelog

++ munch-2.2.0.tar.gz -> munch-2.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/munch-2.2.0/PKG-INFO new/munch-2.3.2/PKG-INFO
--- old/munch-2.2.0/PKG-INFO2017-07-27 12:07:57.0 +0200
+++ new/munch-2.3.2/PKG-INFO2018-05-06 08:41:31.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: munch
-Version: 2.2.0
+Version: 2.3.2
 Summary: A dot-accessible dictionary (a la JavaScript objects).
 Home-page: http://github.com/Infinidat/munch
 Author: Rotem Yaari
@@ -13,12 +13,9 @@
 Classifier: Intended Audience :: Developers
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2.5
-Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
 Classifier: Topic :: Software Development
 Classifier: Topic :: Software Development :: Libraries
 Classifier: Topic :: Utilities
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/munch-2.2.0/README.md new/munch-2.3.2/README.md
--- old/munch-2.2.0/README.md   2017-07-27 12:07:25.0 +0200
+++ new/munch-2.3.2/README.md