Hello community,

here is the log from the commit of package python-pandas for openSUSE:Factory 
checked in at 2018-01-07 17:23:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pandas (Old)
 and      /work/SRC/openSUSE:Factory/.python-pandas.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pandas"

Sun Jan  7 17:23:01 2018 rev:8 rq:562156 version:0.22.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pandas/python-pandas-doc.changes  
2017-12-19 10:58:19.997796956 +0100
+++ /work/SRC/openSUSE:Factory/.python-pandas.new/python-pandas-doc.changes     
2018-01-07 17:23:01.836614219 +0100
@@ -1,0 +2,17 @@
+Wed Jan  3 22:41:40 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 0.22.0:
+  * Pandas 0.22.0 changes the handling of empty and all-NA sums and
+    products. The summary is that
+    + The sum of an empty or all-NA Series is now 0
+    + The product of an empty or all-NA Series is now 1
+    + We’ve added a min_count parameter to .sum() and .prod()
+      controlling the minimum number of valid values for the result to
+      be valid. If fewer than min_count non-NA values are present, the
+      result is NA. The default is 0. To return NaN, the 0.21
+      behavior, use min_count=1.
+
+-------------------------------------------------------------------
python-pandas.changes: same change

Old:
----
  pandas-0.21.1.tar.gz

New:
----
  pandas-0.22.0.tar.gz

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

Other differences:
------------------
++++++ python-pandas-doc.spec ++++++
--- /var/tmp/diff_new_pack.hBgkIN/_old  2018-01-07 17:23:02.744571660 +0100
+++ /var/tmp/diff_new_pack.hBgkIN/_new  2018-01-07 17:23:02.744571660 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pandas-doc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pandas-doc
-Version:        0.21.1
+Version:        0.22.0
 Release:        0
 Summary:        Documentation for python-pandas
 License:        BSD-3-Clause

python-pandas.spec: same change
++++++ pandas-0.21.1.tar.gz -> pandas-0.22.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-pandas/pandas-0.21.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-pandas.new/pandas-0.22.0.tar.gz differ: char 
5, line 1


Reply via email to