Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-fastparquet for 
openSUSE:Factory checked in at 2022-01-17 22:34:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fastparquet (Old)
 and      /work/SRC/openSUSE:Factory/.python-fastparquet.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fastparquet"

Mon Jan 17 22:34:09 2022 rev:20 rq:946883 version:0.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fastparquet/python-fastparquet.changes    
2021-11-28 21:31:41.269773069 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-fastparquet.new.1892/python-fastparquet.changes
  2022-01-17 22:34:51.558276050 +0100
@@ -1,0 +2,7 @@
+Sun Jan 16 13:34:53 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Clean specfile from unused python36 conditionals
+- Require thrift 0.15.0 (+patch) for Python 3.10 compatibility
+  * gh#dask/fastparquet#514
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-fastparquet.spec ++++++
--- /var/tmp/diff_new_pack.CnMNmo/_old  2022-01-17 22:34:52.186276466 +0100
+++ /var/tmp/diff_new_pack.CnMNmo/_new  2022-01-17 22:34:52.190276469 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fastparquet
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # 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 @@
 
 
 %define _buildshell /bin/bash
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 %define         skip_python2 1
-%define         skip_python36 1
 Name:           python-fastparquet
 Version:        0.7.2
 Release:        0
@@ -36,14 +35,23 @@
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-lzo}
 BuildRequires:  %{python_module setuptools}
+%if 0%{suse_version} >= 1550
+# https://github.com/dask/fastparquet/issues/514
+BuildRequires:  %{python_module thrift >= 0.15.0}
+%else
 BuildRequires:  %{python_module thrift >= 0.11.0}
+%endif
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-cramjam >= 2.3.0
 Requires:       python-fsspec
 Requires:       python-numpy >= 1.18
 Requires:       python-pandas >= 1.1.0
+%if 0%{python_version_nodots} >= 310
+Requires:       python-thrift >= 0.15.0
+%else
 Requires:       python-thrift >= 0.11.0
+%endif
 Recommends:     python-python-lzo
 %python_subpackages
 

Reply via email to