Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-swifter for openSUSE:Factory 
checked in at 2022-02-09 20:38:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-swifter (Old)
 and      /work/SRC/openSUSE:Factory/.python-swifter.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-swifter"

Wed Feb  9 20:38:59 2022 rev:7 rq:952245 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-swifter/python-swifter.changes    
2021-02-22 14:41:14.660676474 +0100
+++ /work/SRC/openSUSE:Factory/.python-swifter.new.1898/python-swifter.changes  
2022-02-09 20:39:54.918478623 +0100
@@ -1,0 +2,17 @@
+Mon Feb  7 12:23:58 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to 1.1.1
+  * Resolve installation issues by removing modin dependency, and
+    modin apply route for axis=1 string applies
+  * apply_dask_on_strings returns to original functionality, which
+    allows control over whether to use dask or pandas by default
+    for string applies
+  * Sample applies now suppress logging in addition to stdout and
+    stderr
+  * Allow new kwargs offset and origin for pandas df.resample
+- Require and BuildRequire everything that is declared in the
+  setuptools metadata in order to avoid possible pkg_resources
+  failures
+- Skip python310 due to python310-dask not available yet
+
+-------------------------------------------------------------------

Old:
----
  swifter-1.0.7.tar.gz

New:
----
  swifter-1.1.1.tar.gz

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

Other differences:
------------------
++++++ python-swifter.spec ++++++
--- /var/tmp/diff_new_pack.zruKtv/_old  2022-02-09 20:39:55.410479800 +0100
+++ /var/tmp/diff_new_pack.zruKtv/_new  2022-02-09 20:39:55.414479810 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-swifter
 #
-# 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
@@ -18,9 +18,10 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
-%define         skip_python36 1
+# no dask for python310 yet
+%define         skip_python310 1
 Name:           python-swifter
-Version:        1.0.7
+Version:        1.1.1
 Release:        0
 Summary:        Tool to speed up pandas calculations
 License:        MIT
@@ -30,24 +31,21 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-bleach >= 3.1.1
+Requires:       python-cloudpickle >= 0.2.2
 Requires:       python-dask-dataframe >= 2.10.0
 Requires:       python-ipywidgets >= 7.0.0
 Requires:       python-pandas >= 1.0
+Requires:       python-parso > 0.4
 Requires:       python-psutil >= 5.6.6
 Requires:       python-tqdm >= 4.33.0
-# modin is not yet available. Upstream does not declare it as optional, but it 
is. gh#jmcarpenter2/swifter#147
-Recommends:     python-modin >= 0.8.1.1
-# upstream declares parso and cloudpickle in install_requires (parso for 
security) but they are not used in the code.
-Recommends:     python-cloudpickle >= 0.2.2
-Recommends:     python-parso > 0.4
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module bleach >= 3.1.1}
+BuildRequires:  %{python_module cloudpickle >= 0.2.2}
 BuildRequires:  %{python_module dask-dataframe >= 2.10.0}
 BuildRequires:  %{python_module ipywidgets >= 7.0.0}
-# see above
-#BuildRequires:  %%{python_module modin-ray >= 0.8.1.1}
 BuildRequires:  %{python_module pandas >= 1.0}
+BuildRequires:  %{python_module parso > 0.4}
 BuildRequires:  %{python_module psutil >= 5.6.6}
 BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest}
@@ -72,16 +70,12 @@
 %check
 # we fail the speedtests on the build service machines. Disable that portion 
of the tests
 sed -i 's/if self.ncores > 1:  # speed test/if False: # no speed test/' 
swifter/swifter_tests.py
-# optional modin[ray] (see comment above) not available
-donttest+=" or (TestSetup and set_ray)"
-donttest+=" or (TestPandasDataFrame and modin)"
-donttest+=" or TestModinSeries"
-donttest+=" or TestModinDataFrame"
-%pytest -n auto swifter/swifter_tests.py -k "not (${donttest:4})"
+%pytest -n auto swifter/swifter_tests.py
 
 %files %{python_files}
 %doc README.md
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/swifter
+%{python_sitelib}/swifter-%{version}*-info
 
 %changelog

++++++ swifter-1.0.7.tar.gz -> swifter-1.1.1.tar.gz ++++++
++++ 4279 lines of diff (skipped)

Reply via email to