Hello community,

here is the log from the commit of package python-partd for openSUSE:Factory 
checked in at 2019-07-23 22:40:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-partd (Old)
 and      /work/SRC/openSUSE:Factory/.python-partd.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-partd"

Tue Jul 23 22:40:48 2019 rev:4 rq:717898 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-partd/python-partd.changes        
2019-06-06 18:15:57.756709918 +0200
+++ /work/SRC/openSUSE:Factory/.python-partd.new.4126/python-partd.changes      
2019-07-23 22:40:54.538907997 +0200
@@ -1,0 +2,6 @@
+Tue Jul 23 13:20:27 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 1.0.0:
+  * no upstream changelog
+
+-------------------------------------------------------------------

Old:
----
  partd-0.3.10.tar.gz

New:
----
  partd-1.0.0.tar.gz

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

Other differences:
------------------
++++++ python-partd.spec ++++++
--- /var/tmp/diff_new_pack.3be456/_old  2019-07-23 22:40:55.126907251 +0200
+++ /var/tmp/diff_new_pack.3be456/_new  2019-07-23 22:40:55.130907246 +0200
@@ -18,30 +18,29 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-partd
-Version:        0.3.10
+Version:        1.0.0
 Release:        0
 Summary:        Appendable key-value storage
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            http://github.com/mrocklin/partd/
+URL:            https://github.com/mrocklin/partd/
 Source:         
https://files.pythonhosted.org/packages/source/p/partd/partd-%{version}.tar.gz
 BuildRequires:  %{python_module locket}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module toolz}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# SECTION test requirements
-BuildRequires:  %{python_module pytest}
-# /SECTION
 Requires:       python-locket
 Requires:       python-toolz
 Recommends:     python-blosc
+Recommends:     python-msgpack-python
 Recommends:     python-numpy >= 1.9.0
 Recommends:     python-pandas
 Recommends:     python-pyzmq
-Recommends:     python-msgpack-python
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
+# SECTION test requirements
+BuildRequires:  %{python_module pytest}
+# /SECTION
 %python_subpackages
 
 %description
@@ -67,7 +66,6 @@
 %pytest
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
 %license LICENSE.txt
 %{python_sitelib}/*

++++++ partd-0.3.10.tar.gz -> partd-1.0.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/partd-0.3.10/PKG-INFO new/partd-1.0.0/PKG-INFO
--- old/partd-0.3.10/PKG-INFO   2019-03-14 19:12:53.000000000 +0100
+++ new/partd-1.0.0/PKG-INFO    2019-06-25 09:00:22.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: partd
-Version: 0.3.10
+Version: 1.0.0
 Summary: Appendable key-value storage
 Home-page: http://github.com/dask/partd/
 Maintainer: Matthew Rocklin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/partd-0.3.10/partd/__init__.py 
new/partd-1.0.0/partd/__init__.py
--- old/partd-0.3.10/partd/__init__.py  2019-03-14 19:12:01.000000000 +0100
+++ new/partd-1.0.0/partd/__init__.py   2019-06-25 08:59:23.000000000 +0200
@@ -16,4 +16,4 @@
     from .zmq import Client, Server
 
 
-__version__ = '0.3.10'
+__version__ = '1.0.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/partd-0.3.10/partd/compressed.py 
new/partd-1.0.0/partd/compressed.py
--- old/partd-0.3.10/partd/compressed.py        2019-03-11 17:19:11.000000000 
+0100
+++ new/partd-1.0.0/partd/compressed.py 2019-06-25 08:58:40.000000000 +0200
@@ -9,7 +9,9 @@
     return b''.join(L)
 
 
-with ignoring(ImportError):
+with ignoring(ImportError, AttributeError):
+    # In case snappy is not installed, or another package called snappy that 
does not implement compress / decompress.
+    # For example, SnapPy (https://pypi.org/project/snappy/)
     import snappy
     Snappy = partial(Encode,
                      snappy.compress,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/partd-0.3.10/partd/utils.py 
new/partd-1.0.0/partd/utils.py
--- old/partd-0.3.10/partd/utils.py     2019-03-11 17:19:11.000000000 +0100
+++ new/partd-1.0.0/partd/utils.py      2019-06-25 08:58:40.000000000 +0200
@@ -105,7 +105,6 @@
             return (nested_get(i, coll, lazy=lazy) for i in ind)
         else:
             return [nested_get(i, coll, lazy=lazy) for i in ind]
-        return seq
     else:
         return coll[ind]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/partd-0.3.10/partd.egg-info/PKG-INFO 
new/partd-1.0.0/partd.egg-info/PKG-INFO
--- old/partd-0.3.10/partd.egg-info/PKG-INFO    2019-03-14 19:12:53.000000000 
+0100
+++ new/partd-1.0.0/partd.egg-info/PKG-INFO     2019-06-25 09:00:22.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: partd
-Version: 0.3.10
+Version: 1.0.0
 Summary: Appendable key-value storage
 Home-page: http://github.com/dask/partd/
 Maintainer: Matthew Rocklin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/partd-0.3.10/setup.py new/partd-1.0.0/setup.py
--- old/partd-0.3.10/setup.py   2019-03-14 19:12:01.000000000 +0100
+++ new/partd-1.0.0/setup.py    2019-06-25 08:59:13.000000000 +0200
@@ -4,7 +4,7 @@
 from setuptools import setup
 
 setup(name='partd',
-      version='0.3.10',
+      version='1.0.0',
       description='Appendable key-value storage',
       url='http://github.com/dask/partd/',
       maintainer='Matthew Rocklin',


Reply via email to