Hello community,

here is the log from the commit of package python-patsy for openSUSE:Factory 
checked in at 2018-01-13 21:48:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-patsy (Old)
 and      /work/SRC/openSUSE:Factory/.python-patsy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-patsy"

Sat Jan 13 21:48:28 2018 rev:3 rq:563778 version:0.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-patsy/python-patsy.changes        
2017-05-08 19:03:49.237307687 +0200
+++ /work/SRC/openSUSE:Factory/.python-patsy.new/python-patsy.changes   
2018-01-13 21:48:34.091499387 +0100
@@ -1,0 +2,12 @@
+Thu Jan 11 23:53:17 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyirght year
+
+- update to version 0.5.0:
+  * Dropped support for Python 2.6 and 3.3.
+  * Update to keep up with "pandas" API changes
+  * More consistent handling of degenerate linear constraints in
+  * Fix a crash in "DesignMatrix.__repr__" when "shape[0] == 0"
+
+-------------------------------------------------------------------

Old:
----
  patsy-0.4.1.zip

New:
----
  patsy-0.5.0.tar.gz

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

Other differences:
------------------
++++++ python-patsy.spec ++++++
--- /var/tmp/diff_new_pack.aU6Ez1/_old  2018-01-13 21:48:34.711470483 +0100
+++ /var/tmp/diff_new_pack.aU6Ez1/_new  2018-01-13 21:48:34.711470483 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-patsy
 #
-# Copyright (c) 2017 SUSE LINUX Products 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
@@ -15,26 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # Tests have dependency loop with pandas
 %bcond_with tests
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-patsy
-Version:        0.4.1
+Version:        0.5.0
 Release:        0
 Summary:        A Python package for statistical models and design matrices
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
 Url:            https://github.com/pydata/patsy
-Source:         
https://files.pythonhosted.org/packages/source/p/patsy/patsy-%{version}.zip
-BuildRequires:  fdupes
-BuildRequires:  unzip
-BuildRequires:  python-rpm-macros
+Source:         
https://files.pythonhosted.org/packages/source/p/patsy/patsy-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module numpy-devel}
 BuildRequires:  %{python_module scipy}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 %if %{with tests}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pandas}


Reply via email to