Hello community,

here is the log from the commit of package python-statsmodels for 
openSUSE:Factory checked in at 2019-07-28 10:22:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-statsmodels (Old)
 and      /work/SRC/openSUSE:Factory/.python-statsmodels.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-statsmodels"

Sun Jul 28 10:22:07 2019 rev:4 rq:718917 version:0.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-statsmodels/python-statsmodels.changes    
2018-08-18 00:03:38.178991736 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-statsmodels.new.4126/python-statsmodels.changes
  2019-07-28 10:22:09.888568569 +0200
@@ -1,0 +2,18 @@
+Mon Jul 22 15:54:17 UTC 2019 - Todd R <[email protected]>
+
+- Update to 0.10.1
+  * Bugfix release
+- Update to 0.10.0
+  Highlights:
+  * Generalized Additive Models
+  * Conditional Models
+  * Dimension Reduction Methods
+  * Regression using Quadratic Inference Functions (QIF)
+  * Gaussian Process Regression
+  * Burg's Method
+  * Time series Tools
+  * Knockoff effect estimation has been added for a many models
+  * Influence functions are available for GLM and generic MLE models:
+- Remove upstream-included pandas_to_datetime.patch
+
+-------------------------------------------------------------------

Old:
----
  pandas_to_datetime.patch
  statsmodels-0.9.0.tar.gz

New:
----
  statsmodels-0.10.1.tar.gz

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

Other differences:
------------------
++++++ python-statsmodels.spec ++++++
--- /var/tmp/diff_new_pack.9xjOXt/_old  2019-07-28 10:22:11.520568532 +0200
+++ /var/tmp/diff_new_pack.9xjOXt/_new  2019-07-28 10:22:11.524568532 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-statsmodels
 #
-# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX Products 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,15 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-statsmodels
-Version:        0.9.0
+Version:        0.10.1
 Release:        0
 Summary:        A Python module that allows users to explore data
 License:        BSD-3-Clause
 Group:          Development/Libraries/Python
 Url:            http://statsmodels.sourceforge.net/
 Source:         
https://files.pythonhosted.org/packages/source/s/statsmodels/statsmodels-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM pandas_to_datetime.patch -- to_datetime has been moved in 
pandas -- https://github.com/statsmodels/statsmodels/pull/4640
-Patch0:         pandas_to_datetime.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools >= 0.6}
 BuildRequires:  %{python_module matplotlib >= 1.0.0}
@@ -38,7 +36,6 @@
 BuildRequires:  gcc-fortran
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pytest}
 # /SECTION
 Requires:       python-numpy >= 1.7.0
@@ -60,8 +57,8 @@
 
 %prep
 %setup -q -n statsmodels-%{version}
+rm -rf statsmodels/.pytest_cache
 find . -type f -name "*.py" -exec sed -i 's/\r$//' {} \;
-%patch0 -p1
 find statsmodels -type f -name "*.py" -exec sed -i "/#! \/usr\/bin\/env 
python/d" {} \;
 find statsmodels -type f -name "*.py" -exec sed -i "/#!\/usr\/bin\/env 
python/d" {} \;
 find statsmodels -type f -name "*.py" -exec sed -i "/#! \/usr\/bin\/env 
python3/d" {} \;
@@ -71,6 +68,14 @@
 sed -i 's/\r$//' LICENSE.txt
 sed -i 's/\r$//' README.rst
 sed -i 's/\r$//' README_l1.txt
+sed -i 's/\r$//' 
statsmodels/tsa/statespace/tests/results/results_wpi1_ar3_stata.csv
+sed -i 's/\r$//' statsmodels/tsa/regime_switching/tests/results/mar_filardo.csv
+sed -i 's/\r$//' 
statsmodels/tsa/statespace/tests/results/results_wpi1_ar3_stata.csv
+sed -i 's/\r$//' statsmodels/tsa/regime_switching/tests/results/mar_filardo.csv
+chmod a-x COPYRIGHTS.txt
+chmod a-x LICENSE.txt
+chmod a-x README.rst
+chmod a-x README_l1.txt
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
@@ -82,13 +87,18 @@
 
 # Remove unwanted setup files
 %python_expand find %{buildroot}%{$python_sitearch} -name 'setup.py*' -exec rm 
{} \;
-
-# Fix python-bytecode-inconsistent-mtime
-%if %have_python2
-%py_compile 
%{buildroot}%{python2_sitearch}/statsmodels/tsa/vector_ar/tests/results/
-%endif
-%if %have_python3
-%py3_compile 
%{buildroot}%{python3_sitearch}/statsmodels/tsa/vector_ar/tests/results/
+%python_expand find %{buildroot}%{$python_sitearch} -type f -exec chmod a-x {} 
\;
+rm -f %{buildroot}%{_prefix}/LICENSE.txt
+rm -f %{buildroot}%{_prefix}/setup.cfg
+
+%ifnarch ppc64le
+%check
+mv statsmodels statsmodels_temp
+rm -rf build _build.*
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
+pytest-%{$python_bin_suffix} -p no:cacheprovider 
%{buildroot}%{$python_sitearch}/statsmodels/
+}
+mv statsmodels_temp statsmodels
 %endif
 
 %files %{python_files}

++++++ statsmodels-0.9.0.tar.gz -> statsmodels-0.10.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-statsmodels/statsmodels-0.9.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-statsmodels.new.4126/statsmodels-0.10.1.tar.gz
 differ: char 5, line 1


Reply via email to