Hello community,

here is the log from the commit of package python-sklearn-pandas for 
openSUSE:Factory checked in at 2018-06-15 14:37:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sklearn-pandas (Old)
 and      /work/SRC/openSUSE:Factory/.python-sklearn-pandas.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sklearn-pandas"

Fri Jun 15 14:37:25 2018 rev:1 rq:613684 version:1.6.0

Changes:
--------
New Changes file:

--- /dev/null   2018-05-30 11:41:29.140556178 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sklearn-pandas.new/python-sklearn-pandas.changes
 2018-06-15 14:37:27.239702383 +0200
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Thu May 24 17:45:17 UTC 2018 - [email protected]
+
+- spec file cleanups
+
+-------------------------------------------------------------------
+Thu Nov  9 06:00:35 UTC 2017 - [email protected]
+
+- update to version 1.6.0:
+  * Add column name to exception during fit/transform (#110).
+  * Add gen_feature helper function to help generating the same
+    transformation for multiple columns (#126).
+
+-------------------------------------------------------------------
+Fri Oct 20 16:18:41 UTC 2017 - [email protected]
+
+- initial version

New:
----
  python-sklearn-pandas.changes
  python-sklearn-pandas.spec
  sklearn-pandas-1.6.0.tar.gz

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

Other differences:
------------------
++++++ python-sklearn-pandas.spec ++++++
#
# spec file for package python-sklearn-pandas
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-sklearn-pandas
Version:        1.6.0
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
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
# SECTION test requirements
BuildRequires:  %{python_module mock}
BuildRequires:  %{python_module numpy >= 1.6.1}
BuildRequires:  %{python_module pandas >= 0.11.0}
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module scikit-learn >= 0.15.0}
BuildRequires:  %{python_module scipy >= 0.14}
# /SECTION
Requires:       python-numpy >= 1.6.1
Requires:       python-pandas >= 0.11.0
Requires:       python-scikit-learn >= 0.15.0
Requires:       python-scipy >= 0.14
BuildArch:      noarch

%python_subpackages

%description
This module provides a bridge between Scikit-Learn's machine learning
methods and pandas-style Data Frames.

%prep
%setup -q -n sklearn-pandas-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*

%changelog

Reply via email to