commit python-zict for openSUSE:Factory

2020-03-18 Thread root
Hello community,

here is the log from the commit of package python-zict for openSUSE:Factory 
checked in at 2020-03-18 12:30:15

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


Package is "python-zict"

Wed Mar 18 12:30:15 2020 rev:6 rq:785598 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-zict/python-zict.changes  2019-07-22 
17:19:17.281915586 +0200
+++ /work/SRC/openSUSE:Factory/.python-zict.new.3160/python-zict.changes
2020-03-18 12:40:51.416782551 +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.QjquuF/_old  2020-03-18 12:40:53.080783605 +0100
+++ /var/tmp/diff_new_pack.QjquuF/_new  2020-03-18 12:40:53.084783607 +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 16:20:44.0 +0100
@@ -6

commit python-zict for openSUSE:Factory

2019-07-22 Thread root
Hello community,

here is the log from the commit of package python-zict for openSUSE:Factory 
checked in at 2019-07-22 17:19:15

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


Package is "python-zict"

Mon Jul 22 17:19:15 2019 rev:5 rq:717550 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-zict/python-zict.changes  2019-03-27 
16:23:04.983508764 +0100
+++ /work/SRC/openSUSE:Factory/.python-zict.new.4126/python-zict.changes
2019-07-22 17:19:17.281915586 +0200
@@ -1,0 +2,6 @@
+Mon Jul 22 11:31:12 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.0.0:
+  * no upstream changelog
+
+---

Old:

  zict-0.1.4.tar.gz

New:

  zict-1.0.0.tar.gz



Other differences:
--
++ python-zict.spec ++
--- /var/tmp/diff_new_pack.mX30Uo/_old  2019-07-22 17:19:18.705914452 +0200
+++ /var/tmp/diff_new_pack.mX30Uo/_new  2019-07-22 17:19:18.729914433 +0200
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-zict
-Version:0.1.4
+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 setuptools}
 BuildRequires:  fdupes
@@ -32,6 +32,7 @@
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module HeapDict}
+BuildRequires:  %{python_module lmdb}
 BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages
@@ -41,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
@@ -50,7 +53,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%pytest
 
 %files %{python_files}
 %license LICENSE.txt

++ zict-0.1.4.tar.gz -> zict-1.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zict-0.1.4/PKG-INFO new/zict-1.0.0/PKG-INFO
--- old/zict-0.1.4/PKG-INFO 2019-03-09 17:36:01.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: 0.1.4
+Version: 1.0.0
 Summary: Mutable mapping tools
 Home-page: http://zict.readthedocs.io/en/latest/
 Maintainer: Matthew Rocklin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zict-0.1.4/setup.py new/zict-1.0.0/setup.py
--- old/zict-0.1.4/setup.py 2019-03-09 17:35:21.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='0.1.4',
+  version='1.0.0',
   description='Mutable mapping tools',
   url='http://zict.readthedocs.io/en/latest/',
   maintainer='Matthew Rocklin',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zict-0.1.4/zict/__init__.py 
new/zict-1.0.0/zict/__init__.py
--- old/zict-0.1.4/zict/__init__.py 2019-03-09 17:35:24.0 +0100
+++ new/zict-1.0.0/zict/__init__.py 2019-06-25 08:56:58.0 +0200
@@ -6,4 +6,4 @@
 from .sieve import Sieve
 from .lmdb import LMDB
 
-__version__ = '0.1.4'
+__version__ = '1.0.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zict-0.1.4/zict.egg-info/PKG-INFO 
new/zict-1.0.0/zict.egg-info/PKG-INFO
--- old/zict-0.1.4/zict.egg-info/PKG-INFO   2019-03-09 17:36:00.0 
+0100
+++ new/zict-1.0.0/zict.egg-info/PKG-INFO   2019-06-25 08:58:10.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: zict
-Version: 0.1.4
+Version: 1.0.0
 Summary: Mutable mapping tools
 Home-page: http://zict.readthedocs.io/en/latest/
 Maintainer: Matthew Rocklin




commit python-zict for openSUSE:Factory

2019-03-27 Thread root
Hello community,

here is the log from the commit of package python-zict for openSUSE:Factory 
checked in at 2019-03-27 16:22:52

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


Package is "python-zict"

Wed Mar 27 16:22:52 2019 rev:4 rq:689074 version:0.1.4

Changes:

--- /work/SRC/openSUSE:Factory/python-zict/python-zict.changes  2018-12-05 
09:45:49.300546036 +0100
+++ /work/SRC/openSUSE:Factory/.python-zict.new.25356/python-zict.changes   
2019-03-27 16:23:04.983508764 +0100
@@ -1,0 +2,7 @@
+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.
+
+---

Old:

  zict-0.1.3.tar.gz

New:

  zict-0.1.4.tar.gz



Other differences:
--
++ python-zict.spec ++
--- /var/tmp/diff_new_pack.N8C0Uy/_old  2019-03-27 16:23:05.815508590 +0100
+++ /var/tmp/diff_new_pack.N8C0Uy/_new  2019-03-27 16:23:05.815508590 +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
@@ -17,9 +17,8 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:   python-zict
-Version:0.1.3
+Version:0.1.4
 Release:0
 Summary:Mutable mapping tools
 License:BSD-3-Clause
@@ -31,10 +30,10 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-HeapDict
 BuildArch:  noarch
-%if %{with test}
+# SECTION test requirements
 BuildRequires:  %{python_module HeapDict}
 BuildRequires:  %{python_module pytest}
-%endif
+# /SECTION
 %python_subpackages
 
 %description
@@ -50,10 +49,8 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
 %python_exec setup.py test
-%endif
 
 %files %{python_files}
 %license LICENSE.txt

++ zict-0.1.3.tar.gz -> zict-0.1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zict-0.1.3/PKG-INFO new/zict-0.1.4/PKG-INFO
--- old/zict-0.1.3/PKG-INFO 2017-09-20 15:28:59.0 +0200
+++ new/zict-0.1.4/PKG-INFO 2019-03-09 17:36:01.0 +0100
@@ -1,10 +1,10 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.2
 Name: zict
-Version: 0.1.3
+Version: 0.1.4
 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-0.1.4/setup.cfg
--- old/zict-0.1.3/setup.cfg2017-09-20 15:28:59.0 +0200
+++ new/zict-0.1.4/setup.cfg2019-03-09 17:36:01.0 +0100
@@ -1,5 +1,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zict-0.1.3/setup.py new/zict-0.1.4/setup.py
--- old/zict-0.1.3/setup.py 2017-09-20 15:27:57.0 +0200
+++ new/zict-0.1.4/setup.py 2019-03-09 17:35:21.0 +0100
@@ -4,7 +4,7 @@
 from setuptools import setup
 
 setup(name='zict',
-  version='0.1.3',
+  version='0.1.4',
   description='Mutable mapping tools',
   url='http://zict.readthedocs.io/en/latest/',
   maintainer='Matthew Rocklin',
@@ -12,7 +12,7 @@
   license='BSD',
   keywords='mutable mapping,dict,dask',
   packages=['zict'],
-  install_requires=[open('requirements.txt').read().strip().split('\n')],
+  install_requires=open('requirements.txt').read().strip().split('\n'),
   long_description=(open('README.rst').read() if 
os.path.exists('README.rst')
 else ''),
   zip_safe=False)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zict-0.1.3/zict/__init__.py 
new/zict-0.1.4/zict/__init__.py
--- old/zict-0.1.3/zict/__init__.py 2017-09-20 15:28:10.0 +0200
+++ new/zict-0.1.4/zict/__init__.py 2019-03-09 17:35:24.0 +0100
@@ -6,4 +6,4 @@
 from .sieve import Sieve
 from .lmdb import LMDB
 
-__version__ = '0.1.3'
+__version__ = '0.1.4'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zict-0.1.3/zict/common.py 
new/zict-0.1.4/zict/com

commit python-zict for openSUSE:Factory

2018-12-05 Thread root
Hello community,

here is the log from the commit of package python-zict for openSUSE:Factory 
checked in at 2018-12-05 09:45:44

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


Package is "python-zict"

Wed Dec  5 09:45:44 2018 rev:3 rq:654086 version:0.1.3

Changes:

--- /work/SRC/openSUSE:Factory/python-zict/python-zict.changes  2018-03-04 
12:53:04.122574870 +0100
+++ /work/SRC/openSUSE:Factory/.python-zict.new.19453/python-zict.changes   
2018-12-05 09:45:49.300546036 +0100
@@ -1,0 +2,10 @@
+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
+
+---



Other differences:
--
++ python-zict.spec ++
--- /var/tmp/diff_new_pack.FOeHrE/_old  2018-12-05 09:45:49.884545398 +0100
+++ /var/tmp/diff_new_pack.FOeHrE/_new  2018-12-05 09:45:49.884545398 +0100
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -24,20 +24,17 @@
 Summary:Mutable mapping tools
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://github.com/dask/zict/
+URL:http://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
+Requires:   python-HeapDict
+BuildArch:  noarch
 %if %{with test}
 BuildRequires:  %{python_module HeapDict}
 BuildRequires:  %{python_module pytest}
 %endif
-Requires:   python-HeapDict
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -59,8 +56,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%license LICENSE.txt
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog




commit python-zict for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package python-zict for openSUSE:Factory 
checked in at 2018-03-04 12:52:34

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


Package is "python-zict"

Sun Mar  4 12:52:34 2018 rev:2 rq:582329 version:0.1.3

Changes:

--- /work/SRC/openSUSE:Factory/python-zict/python-zict.changes  2018-02-27 
16:59:59.271641199 +0100
+++ /work/SRC/openSUSE:Factory/.python-zict.new/python-zict.changes 
2018-03-04 12:53:04.122574870 +0100
@@ -1,0 +2,7 @@
+Sat Mar  3 18:20:21 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * don't use python_module in requires
+
+---



Other differences:
--
++ python-zict.spec ++
--- /var/tmp/diff_new_pack.fxHDY2/_old  2018-03-04 12:53:05.566522256 +0100
+++ /var/tmp/diff_new_pack.fxHDY2/_new  2018-03-04 12:53:05.570522110 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zict
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -34,7 +34,7 @@
 BuildRequires:  %{python_module HeapDict}
 BuildRequires:  %{python_module pytest}
 %endif
-Requires:   %{python_module HeapDict}
+Requires:   python-HeapDict
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch