commit python-zict for openSUSE:Leap:15.2

2020-05-31 Thread root
Hello community,

here is the log from the commit of package python-zict for openSUSE:Leap:15.2 
checked in at 2020-05-31 18:19:08

Comparing /work/SRC/openSUSE:Leap:15.2/python-zict (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-zict.new.3606 (New)


Package is "python-zict"

Sun May 31 18:19:08 2020 rev:14 rq: version:1.0.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-zict/python-zict.changes
2020-03-20 05:15:17.418563514 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-zict.new.3606/python-zict.changes  
2020-05-31 18:19:09.212928391 +0200
@@ -2,12 +1,0 @@
-Mon Mar  9 10:51:00 UTC 2020 - pgaj...@suse.com
-
-- version update to 2.0.0
-  * Create CONTRIBUTING.md (:pr:`28`) Jacob Tomlinson
-  * Import ABC from collections.abc instead of collections for Python 3.9 
compatibility (:pr:`31`) Karthikeyan Singaravelan
-  * Drop Python 2 / 3.5 and add Python 3.7 / 3.8 support (:pr:`34`) James 
Bourbeau
-  * Duplicate keys fast slow (:pr:`32`) fjetter
-  * Fix dask cuda worker's race condition failure (:pr:`33`) Pradipta Ghosh
-  * Changed default lmdb encoding to utf-8 (:pr:`36`) Alex Davies
-  * Add code linting and style check (:pr:`35`) James Bourbeau
-


Old:

  zict-2.0.0.tar.gz

New:

  zict-1.0.0.tar.gz



Other differences:
--
++ python-zict.spec ++
--- /var/tmp/diff_new_pack.3yMsTL/_old  2020-05-31 18:19:09.632929683 +0200
+++ /var/tmp/diff_new_pack.3yMsTL/_new  2020-05-31 18:19:09.636929696 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zict
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,8 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 Name:   python-zict
-Version:2.0.0
+Version:1.0.0
 Release:0
 Summary:Mutable mapping tools
 License:BSD-3-Clause

++ zict-2.0.0.tar.gz -> zict-1.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zict-2.0.0/PKG-INFO new/zict-1.0.0/PKG-INFO
--- old/zict-2.0.0/PKG-INFO 2020-02-28 16:22:17.0 +0100
+++ new/zict-1.0.0/PKG-INFO 2019-06-25 08:58:10.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: zict
-Version: 2.0.0
+Version: 1.0.0
 Summary: Mutable mapping tools
 Home-page: http://zict.readthedocs.io/en/latest/
 Maintainer: Matthew Rocklin
@@ -19,7 +19,3 @@
 
 Keywords: mutable mapping,dict,dask
 Platform: UNKNOWN
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 3.6
-Classifier: Programming Language :: Python :: 3.7
-Classifier: Programming Language :: Python :: 3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zict-2.0.0/setup.cfg new/zict-1.0.0/setup.cfg
--- old/zict-2.0.0/setup.cfg2020-02-28 16:22:17.0 +0100
+++ new/zict-1.0.0/setup.cfg2019-06-25 08:58:10.0 +0200
@@ -1,13 +1,3 @@
-[flake8]
-exclude = __init__.py
-max-line-length = 120
-ignore = 
-   E731,   # Assigning lambda expression
-   E741# Ambiguous variable names
-
-[tool:pytest]
-addopts = -v --doctest-modules
-
 [egg_info]
 tag_build = 
 tag_date = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zict-2.0.0/setup.py new/zict-1.0.0/setup.py
--- old/zict-2.0.0/setup.py 2020-02-28 16:20:44.0 +0100
+++ new/zict-1.0.0/setup.py 2019-06-25 08:56:50.0 +0200
@@ -4,7 +4,7 @@
 from setuptools import setup
 
 setup(name='zict',
-  version='2.0.0',
+  version='1.0.0',
   description='Mutable mapping tools',
   url='http://zict.readthedocs.io/en/latest/',
   maintainer='Matthew Rocklin',
@@ -15,10 +15,4 @@
   install_requires=open('requirements.txt').read().strip().split('\n'),
   long_description=(open('README.rst').read() if 
os.path.exists('README.rst')
 else ''),
-  classifiers=[
-  "Programming Language :: Python",
-  "Programming Language :: Python :: 3.6",
-  "Programming Language :: Python :: 3.7",
-  "Programming Language :: Python :: 3.8",
-  ],
   zip_safe=False)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zict-2.0.0/zict/__init__.py 
new/zict-1.0.0/zict/__init__.py
--- old/zict-2.0.0/zict/__init__.py 2020-02-28 16:20:44.0 +0100
+++ new/zict-1.0.0/zict/__init__.py 2019-06-25 08:56:58.0 

commit python-zict for openSUSE:Leap:15.2

2020-03-19 Thread root
Hello community,

here is the log from the commit of package python-zict for openSUSE:Leap:15.2 
checked in at 2020-03-20 05:15:12

Comparing /work/SRC/openSUSE:Leap:15.2/python-zict (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-zict.new.3160 (New)


Package is "python-zict"

Fri Mar 20 05:15:12 2020 rev:13 rq:786433 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-zict/python-zict.changes
2020-03-02 13:25:18.758631621 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-zict.new.3160/python-zict.changes  
2020-03-20 05:15:17.418563514 +0100
@@ -1,0 +2,12 @@
+Mon Mar  9 10:51:00 UTC 2020 - pgaj...@suse.com
+
+- version update to 2.0.0
+  * Create CONTRIBUTING.md (:pr:`28`) Jacob Tomlinson
+  * Import ABC from collections.abc instead of collections for Python 3.9 
compatibility (:pr:`31`) Karthikeyan Singaravelan
+  * Drop Python 2 / 3.5 and add Python 3.7 / 3.8 support (:pr:`34`) James 
Bourbeau
+  * Duplicate keys fast slow (:pr:`32`) fjetter
+  * Fix dask cuda worker's race condition failure (:pr:`33`) Pradipta Ghosh
+  * Changed default lmdb encoding to utf-8 (:pr:`36`) Alex Davies
+  * Add code linting and style check (:pr:`35`) James Bourbeau
+
+---

Old:

  zict-1.0.0.tar.gz

New:

  zict-2.0.0.tar.gz



Other differences:
--
++ python-zict.spec ++
--- /var/tmp/diff_new_pack.aMgaGt/_old  2020-03-20 05:15:18.190564033 +0100
+++ /var/tmp/diff_new_pack.aMgaGt/_new  2020-03-20 05:15:18.202564041 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zict
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-zict
-Version:1.0.0
+Version:2.0.0
 Release:0
 Summary:Mutable mapping tools
 License:BSD-3-Clause

++ zict-1.0.0.tar.gz -> zict-2.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zict-1.0.0/PKG-INFO new/zict-2.0.0/PKG-INFO
--- old/zict-1.0.0/PKG-INFO 2019-06-25 08:58:10.0 +0200
+++ new/zict-2.0.0/PKG-INFO 2020-02-28 16:22:17.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: zict
-Version: 1.0.0
+Version: 2.0.0
 Summary: Mutable mapping tools
 Home-page: http://zict.readthedocs.io/en/latest/
 Maintainer: Matthew Rocklin
@@ -19,3 +19,7 @@
 
 Keywords: mutable mapping,dict,dask
 Platform: UNKNOWN
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zict-1.0.0/setup.cfg new/zict-2.0.0/setup.cfg
--- old/zict-1.0.0/setup.cfg2019-06-25 08:58:10.0 +0200
+++ new/zict-2.0.0/setup.cfg2020-02-28 16:22:17.0 +0100
@@ -1,3 +1,13 @@
+[flake8]
+exclude = __init__.py
+max-line-length = 120
+ignore = 
+   E731,   # Assigning lambda expression
+   E741# Ambiguous variable names
+
+[tool:pytest]
+addopts = -v --doctest-modules
+
 [egg_info]
 tag_build = 
 tag_date = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zict-1.0.0/setup.py new/zict-2.0.0/setup.py
--- old/zict-1.0.0/setup.py 2019-06-25 08:56:50.0 +0200
+++ new/zict-2.0.0/setup.py 2020-02-28 16:20:44.0 +0100
@@ -4,7 +4,7 @@
 from setuptools import setup
 
 setup(name='zict',
-  version='1.0.0',
+  version='2.0.0',
   description='Mutable mapping tools',
   url='http://zict.readthedocs.io/en/latest/',
   maintainer='Matthew Rocklin',
@@ -15,4 +15,10 @@
   install_requires=open('requirements.txt').read().strip().split('\n'),
   long_description=(open('README.rst').read() if 
os.path.exists('README.rst')
 else ''),
+  classifiers=[
+  "Programming Language :: Python",
+  "Programming Language :: Python :: 3.6",
+  "Programming Language :: Python :: 3.7",
+  "Programming Language :: Python :: 3.8",
+  ],
   zip_safe=False)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zict-1.0.0/zict/__init__.py 
new/zict-2.0.0/zict/__init__.py
--- old/zict-1.0.0/zict/__init__.py 2019-06-25 08:56:58.0 +0200
+++ new/zict-2.0.0/zict/__init__.py 2020-02-28 

commit python-zict for openSUSE:Leap:15.2

2020-03-02 Thread root
Hello community,

here is the log from the commit of package python-zict for openSUSE:Leap:15.2 
checked in at 2020-03-02 13:25:18

Comparing /work/SRC/openSUSE:Leap:15.2/python-zict (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-zict.new.26092 (New)


Package is "python-zict"

Mon Mar  2 13:25:18 2020 rev:12 rq:777312 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-zict/python-zict.changes
2020-01-15 15:54:42.759641556 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-zict.new.26092/python-zict.changes 
2020-03-02 13:25:18.758631621 +0100
@@ -1,0 +2,23 @@
+Mon Jul 22 11:31:12 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.0.0:
+  * no upstream changelog
+
+---
+Wed Mar 27 10:00:43 UTC 2019 - pgaj...@suse.com
+
+- version update to 0.1.4
+  * Use collections.abc to avoid DeprecationWarning
+  * DOC: Add classes missing from API documentation.
+
+---
+Tue Dec  4 12:56:25 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---
+Tue Dec  4 12:39:05 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---

Old:

  zict-0.1.3.tar.gz

New:

  zict-1.0.0.tar.gz



Other differences:
--
++ python-zict.spec ++
--- /var/tmp/diff_new_pack.TTXhwJ/_old  2020-03-02 13:25:19.062632225 +0100
+++ /var/tmp/diff_new_pack.TTXhwJ/_new  2020-03-02 13:25:19.062632225 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zict
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,32 +12,29 @@
 # 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-%{**}}
-%bcond_without test
 Name:   python-zict
-Version:0.1.3
+Version:1.0.0
 Release:0
 Summary:Mutable mapping tools
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://github.com/dask/zict/
+URL:https://github.com/dask/zict/
 Source: 
https://files.pythonhosted.org/packages/source/z/zict/zict-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{with test}
-BuildRequires:  %{python_module HeapDict}
-BuildRequires:  %{python_module pytest}
-%endif
 Requires:   python-HeapDict
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-
+# SECTION test requirements
+BuildRequires:  %{python_module HeapDict}
+BuildRequires:  %{python_module lmdb}
+BuildRequires:  %{python_module pytest}
+# /SECTION
 %python_subpackages
 
 %description
@@ -45,6 +42,8 @@
 
 %prep
 %setup -q -n zict-%{version}
+# needs more memory than what we have on generic hosts
+rm zict/tests/test_lmdb.py
 
 %build
 %python_build
@@ -53,14 +52,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-%python_exec setup.py test
-%endif
+%pytest
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%license LICENSE.txt
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog

++ zict-0.1.3.tar.gz -> zict-1.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zict-0.1.3/PKG-INFO new/zict-1.0.0/PKG-INFO
--- old/zict-0.1.3/PKG-INFO 2017-09-20 15:28:59.0 +0200
+++ new/zict-1.0.0/PKG-INFO 2019-06-25 08:58:10.0 +0200
@@ -1,10 +1,10 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.2
 Name: zict
-Version: 0.1.3
+Version: 1.0.0
 Summary: Mutable mapping tools
 Home-page: http://zict.readthedocs.io/en/latest/
-Author: Matthew Rocklin
-Author-email: mrock...@gmail.com
+Maintainer: Matthew Rocklin
+Maintainer-email: mrock...@gmail.com
 License: BSD
 Description: Zict
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zict-0.1.3/setup.cfg new/zict-1.0.0/setup.cfg
--- old/zict-0.1.3/setup.cfg2017-09-20 15:28:59.0 +0200
+++ new/zict-1.0.0/setup.cfg2019-06-25 08:58:10.0 +0200
@@