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 <[email protected]>
+
+- 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.000000000 +0100
+++ new/zict-1.0.0/PKG-INFO     2019-06-25 08:58:10.000000000 +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.000000000 +0100
+++ new/zict-1.0.0/setup.py     2019-06-25 08:56:50.000000000 +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.000000000 +0100
+++ new/zict-1.0.0/zict/__init__.py     2019-06-25 08:56:58.000000000 +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.000000000 
+0100
+++ new/zict-1.0.0/zict.egg-info/PKG-INFO       2019-06-25 08:58:10.000000000 
+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


Reply via email to