Hello community,

here is the log from the commit of package python-ruamel.ordereddict for 
openSUSE:Factory checked in at 2019-08-09 16:51:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ruamel.ordereddict (Old)
 and      /work/SRC/openSUSE:Factory/.python-ruamel.ordereddict.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ruamel.ordereddict"

Fri Aug  9 16:51:30 2019 rev:4 rq:721538 version:0.4.14

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-ruamel.ordereddict/python-ruamel.ordereddict.changes
      2019-03-01 16:50:24.721731477 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ruamel.ordereddict.new.9556/python-ruamel.ordereddict.changes
    2019-08-09 16:51:31.473495439 +0200
@@ -1,0 +2,6 @@
+Wed Aug  7 14:00:25 UTC 2019 - Ondřej Súkup <[email protected]>
+
+- update to 0.4.14
+ * add LICENSE to sdist tarball
+
+-------------------------------------------------------------------

Old:
----
  LICENSE
  ruamel.ordereddict-0.4.13.tar.gz

New:
----
  ruamel.ordereddict-0.4.14.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ruamel.ordereddict.spec ++++++
--- /var/tmp/diff_new_pack.NHTvOi/_old  2019-08-09 16:51:32.041495303 +0200
+++ /var/tmp/diff_new_pack.NHTvOi/_new  2019-08-09 16:51:32.045495302 +0200
@@ -17,21 +17,18 @@
 
 
 Name:           python-ruamel.ordereddict
-Version:        0.4.13
+Version:        0.4.14
 Release:        0
 Summary:        Ordered dictionary
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://bitbucket.org/ruamel/ordereddict
 Source:         
https://files.pythonhosted.org/packages/source/r/ruamel.ordereddict/ruamel.ordereddict-%{version}.tar.gz
-Source1:        LICENSE
 BuildRequires:  python-devel
 BuildRequires:  python-ruamel.base
 BuildRequires:  python-setuptools
 Requires:       python-ruamel.base
-%if 0%{?suse_version} > 1320
 Provides:       python2-ruamel.ordereddict = %{version}
-%endif
 
 %description
 This is an implementation of an ordered dictionary with Key Insertion Order
@@ -47,7 +44,6 @@
 %prep
 %setup -q -n ruamel.ordereddict-%{version}
 rm -rf *egg-info
-cp %{SOURCE1} .
 
 %build
 python setup.py build

++++++ ruamel.ordereddict-0.4.13.tar.gz -> ruamel.ordereddict-0.4.14.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ruamel.ordereddict-0.4.13/LICENSE 
new/ruamel.ordereddict-0.4.14/LICENSE
--- old/ruamel.ordereddict-0.4.13/LICENSE       1970-01-01 01:00:00.000000000 
+0100
+++ new/ruamel.ordereddict-0.4.14/LICENSE       2017-07-23 10:07:03.000000000 
+0200
@@ -0,0 +1,23 @@
+ 
+ The MIT License (MIT)
+
+ Copyright (c) 2007-2017 Anthon van der Neut/Ruamel BVBA
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+     
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ 
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
+ THE SOFTWARE.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ruamel.ordereddict-0.4.13/PKG-INFO 
new/ruamel.ordereddict-0.4.14/PKG-INFO
--- old/ruamel.ordereddict-0.4.13/PKG-INFO      2017-07-23 13:03:59.000000000 
+0200
+++ new/ruamel.ordereddict-0.4.14/PKG-INFO      2019-07-27 09:30:19.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ruamel.ordereddict
-Version: 0.4.13
+Version: 0.4.14
 Summary: a version of dict that keeps keys in insertion resp. sorted order
 Home-page: https://bitbucket.org/ruamel/ordereddict
 Author: Anthon van der Neut
@@ -43,8 +43,8 @@
         =============  ========================= ==========
         OS             compiler                  Python
         Linux Mint 17  gcc 4.8.4                 2.7.13
-        Windows        Visual Studio 2010        2.7.13.32
-        Windows        Visual Studio 2010        2.7.13.64
+        Windows        Visual Studio 2010        2.7.13-32
+        Windows        Visual Studio 2010        2.7.13-64
         =============  ========================= ==========
         
         Older versions of this module has been tested under
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ruamel.ordereddict-0.4.13/README.rst 
new/ruamel.ordereddict-0.4.14/README.rst
--- old/ruamel.ordereddict-0.4.13/README.rst    2017-07-23 12:58:44.000000000 
+0200
+++ new/ruamel.ordereddict-0.4.14/README.rst    2017-07-23 13:06:19.000000000 
+0200
@@ -35,8 +35,8 @@
 =============  ========================= ==========
 OS             compiler                  Python
 Linux Mint 17  gcc 4.8.4                 2.7.13
-Windows        Visual Studio 2010        2.7.13.32
-Windows        Visual Studio 2010        2.7.13.64
+Windows        Visual Studio 2010        2.7.13-32
+Windows        Visual Studio 2010        2.7.13-64
 =============  ========================= ==========
 
 Older versions of this module has been tested under
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ruamel.ordereddict-0.4.13/__init__.py 
new/ruamel.ordereddict-0.4.14/__init__.py
--- old/ruamel.ordereddict-0.4.13/__init__.py   2017-07-23 13:00:19.000000000 
+0200
+++ new/ruamel.ordereddict-0.4.14/__init__.py   2019-07-27 09:03:21.000000000 
+0200
@@ -1,6 +1,6 @@
 # coding: utf-8
 
-version_info = (0, 4, 13)
+version_info = (0, 4, 14)
 version = '.'.join([str(x) if isinstance(x, int) else '.' + x + '.'
                     for x in version_info]).replace('..', '')
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ruamel.ordereddict-0.4.13/ruamel.ordereddict.egg-info/PKG-INFO 
new/ruamel.ordereddict-0.4.14/ruamel.ordereddict.egg-info/PKG-INFO
--- old/ruamel.ordereddict-0.4.13/ruamel.ordereddict.egg-info/PKG-INFO  
2017-07-23 13:03:58.000000000 +0200
+++ new/ruamel.ordereddict-0.4.14/ruamel.ordereddict.egg-info/PKG-INFO  
2019-07-27 09:30:19.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ruamel.ordereddict
-Version: 0.4.13
+Version: 0.4.14
 Summary: a version of dict that keeps keys in insertion resp. sorted order
 Home-page: https://bitbucket.org/ruamel/ordereddict
 Author: Anthon van der Neut
@@ -43,8 +43,8 @@
         =============  ========================= ==========
         OS             compiler                  Python
         Linux Mint 17  gcc 4.8.4                 2.7.13
-        Windows        Visual Studio 2010        2.7.13.32
-        Windows        Visual Studio 2010        2.7.13.64
+        Windows        Visual Studio 2010        2.7.13-32
+        Windows        Visual Studio 2010        2.7.13-64
         =============  ========================= ==========
         
         Older versions of this module has been tested under
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ruamel.ordereddict-0.4.13/ruamel.ordereddict.egg-info/SOURCES.txt 
new/ruamel.ordereddict-0.4.14/ruamel.ordereddict.egg-info/SOURCES.txt
--- old/ruamel.ordereddict-0.4.13/ruamel.ordereddict.egg-info/SOURCES.txt       
2017-07-23 13:03:58.000000000 +0200
+++ new/ruamel.ordereddict-0.4.14/ruamel.ordereddict.egg-info/SOURCES.txt       
2019-07-27 09:30:19.000000000 +0200
@@ -1,7 +1,9 @@
+LICENSE
 MANIFEST.in
 README.rst
 ordereddict.c
 ordereddict.h
+setup.cfg
 setup.py
 tox.ini
 ./__init__.py
@@ -10,7 +12,6 @@
 ruamel.ordereddict.egg-info/dependency_links.txt
 ruamel.ordereddict.egg-info/namespace_packages.txt
 ruamel.ordereddict.egg-info/top_level.txt
-test/test_iter2.py
 test/test_ordereddict.py
 test/test_py2.py
 test/test_py27.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ruamel.ordereddict-0.4.13/setup.cfg 
new/ruamel.ordereddict-0.4.14/setup.cfg
--- old/ruamel.ordereddict-0.4.13/setup.cfg     2017-07-23 13:03:59.000000000 
+0200
+++ new/ruamel.ordereddict-0.4.14/setup.cfg     2019-07-27 09:30:19.000000000 
+0200
@@ -1,3 +1,6 @@
+[metadata]
+license-file = LICENSE
+
 [egg_info]
 tag_build = 
 tag_date = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ruamel.ordereddict-0.4.13/test/test_iter2.py 
new/ruamel.ordereddict-0.4.14/test/test_iter2.py
--- old/ruamel.ordereddict-0.4.13/test/test_iter2.py    2017-07-23 
10:07:03.000000000 +0200
+++ new/ruamel.ordereddict-0.4.14/test/test_iter2.py    1970-01-01 
01:00:00.000000000 +0100
@@ -1,63 +0,0 @@
-#@pytest.mark.skipif(sys.version_info[:2] != (2,7),
-#                    reason="only in 2.7")
-def test_iterkeys(self):
-    index = 0
-    for y in self.z.iterkeys():
-        assert all_lowercase[index] == y
-        index += 1
-    assert index == 26
-
[email protected](sys.version_info[:2] != (2,7),
-                    reason="only in 2.7")
-def test_iterkeys_rev(self):
-    index = 0
-    for y in self.z.iterkeys(reverse=True):
-        assert all_lowercase[25 - index] == y
-        index += 1
-    assert index == 26
-
[email protected](sys.version_info[:2] != (2,7),
-                    reason="only in 2.7")
-def test_iterkeys_iterator(self):
-    tmp = self.z.iterkeys()
-    assert tmp.__length_hint__() == 26
-
-def test_iter(self):
-    res = ""
-    for y in self.z:
-        res += y
-    assert all_lowercase == res
-
[email protected](sys.version_info[:2] != (2,7),
-                    reason="only in 2.7")
-def test_itervalues(self):
-    index = 0
-    for index, y in enumerate(self.z.itervalues()):
-        assert index == y
-
[email protected](sys.version_info[:2] != (2,7),
-                    reason="only in 2.7")
-def test_itervalues_rev(self):
-    index = 0
-    for y in self.z.itervalues(reverse=True):
-        assert 25 - index == y
-        index += 1
-    assert index == 26
-
[email protected](sys.version_info[:2] != (2,7),
-                    reason="only in 2.7")
-def test_iteritems(self):
-    index = 0
-    for index, y in enumerate(self.z.iteritems()):
-        assert all_lowercase[index] == y[0]
-        assert index == y[1]
-
[email protected](sys.version_info[:2] != (2,7),
-                    reason="only in 2.7")
-def test_iteritems_rev(self):
-    index = 0
-    for y in self.z.iteritems(reverse=True):
-        assert all_lowercase[25-index] == y[0]
-        assert 25 - index == y[1]
-        index += 1
-    assert index == 26
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ruamel.ordereddict-0.4.13/tox.ini 
new/ruamel.ordereddict-0.4.14/tox.ini
--- old/ruamel.ordereddict-0.4.13/tox.ini       2017-07-23 10:07:03.000000000 
+0200
+++ new/ruamel.ordereddict-0.4.14/tox.ini       2019-07-27 09:05:56.000000000 
+0200
@@ -13,7 +13,7 @@
 [testenv:py27]
 commands =
     python test/testordereddict.py
-    py.test test/test_ordereddict.py test/test_py2.py test/test_py27.py
+    py.test test/test_ordereddict.py test/test_py2.py test/test_py27.py 
test/test_iter2.py
 deps =
     pytest
 [testenv:py26]


Reply via email to