Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sklearn-pandas for 
openSUSE:Factory checked in at 2021-02-02 14:44:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sklearn-pandas (Old)
 and      /work/SRC/openSUSE:Factory/.python-sklearn-pandas.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sklearn-pandas"

Tue Feb  2 14:44:58 2021 rev:6 rq:867669 version:2.0.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sklearn-pandas/python-sklearn-pandas.changes  
    2020-10-25 18:06:44.367352067 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sklearn-pandas.new.28504/python-sklearn-pandas.changes
   2021-02-02 14:44:59.341002057 +0100
@@ -1,0 +2,14 @@
+Thu Jan 28 19:44:35 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- update to version 2.0.4
+  * Explicitly handling serialization (#224)
+  * document fixes
+  * Making transform function thread safe (#194)
+  * Switched to nox for unit testing (#226)
+- Changlog for 2.0.3
+  * Added elapsed time information for each feature.
+- Skip python36 build because of SciPy 1.6.0  
+- Get the GitHub archive for the tests and run them
+- No extra mock required
+
+-------------------------------------------------------------------

Old:
----
  sklearn-pandas-2.0.2.tar.gz

New:
----
  sklearn-pandas-2.0.4-gh.tar.gz

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

Other differences:
------------------
++++++ python-sklearn-pandas.spec ++++++
--- /var/tmp/diff_new_pack.ERVE96/_old  2021-02-02 14:44:59.893002900 +0100
+++ /var/tmp/diff_new_pack.ERVE96/_new  2021-02-02 14:44:59.897002906 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sklearn-pandas
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,16 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
+# SciPy 1.6.0 dropped support for Python 3.6
+%define         skip_python36 1
 Name:           python-sklearn-pandas
-Version:        2.0.2
+Version:        2.0.4
 Release:        0
 Summary:        Pandas integration with sklearn
 License:        Zlib AND BSD-2-Clause
 Group:          Development/Languages/Python
-URL:            https://github.com/paulgb/sklearn-pandas
-Source:         
https://files.pythonhosted.org/packages/source/s/sklearn-pandas/sklearn-pandas-%{version}.tar.gz
+URL:            https://github.com/scikit-learn-contrib/sklearn-pandas
+Source:         
%{url}/archive/v%{version}.tar.gz#/sklearn-pandas-%{version}-gh.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -35,7 +37,6 @@
 Requires:       python-scipy >= 1.4.1
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module numpy >= 1.18.1}
 BuildRequires:  %{python_module pandas >= 1.0.5}
 BuildRequires:  %{python_module pytest}
@@ -58,6 +59,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%pytest -k "not README.rst"
+
 %files %{python_files}
 %doc README.rst
 %license LICENSE

Reply via email to