Hello community,
here is the log from the commit of package python-pandas-datareader for
openSUSE:Factory checked in at 2019-10-24 23:02:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pandas-datareader (Old)
and /work/SRC/openSUSE:Factory/.python-pandas-datareader.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pandas-datareader"
Thu Oct 24 23:02:28 2019 rev:5 rq:736051 version:0.8.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pandas-datareader/python-pandas-datareader.changes
2019-08-05 10:42:30.867291017 +0200
+++
/work/SRC/openSUSE:Factory/.python-pandas-datareader.new.2990/python-pandas-datareader.changes
2019-10-24 23:02:34.936061491 +0200
@@ -1,0 +2,9 @@
+Tue Oct 8 09:49:28 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.8.1:
+ * A new connector for Econdb
+ * Migrated IEX readers to IEX Cloud
+ * Removal of Google finance and Morningstar
+ * Immediate deprecation of Robinhood for quotes and historical data
+
+-------------------------------------------------------------------
Old:
----
pandas-datareader-0.7.4.tar.gz
New:
----
pandas-datareader-0.8.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pandas-datareader.spec ++++++
--- /var/tmp/diff_new_pack.efWPOp/_old 2019-10-24 23:02:35.920062622 +0200
+++ /var/tmp/diff_new_pack.efWPOp/_new 2019-10-24 23:02:35.964062673 +0200
@@ -17,10 +17,8 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-# Tests require an internet connection
-%bcond_with tests
Name: python-pandas-datareader
-Version: 0.7.4
+Version: 0.8.1
Release: 0
Summary: Data readers extracted from the pandas codebase
License: BSD-3-Clause
@@ -30,27 +28,18 @@
BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module html5lib}
BuildRequires: %{python_module lxml}
-BuildRequires: %{python_module pandas >= 0.19.2}
+BuildRequires: %{python_module pandas >= 0.21}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 2.3.0}
-BuildRequires: %{python_module requests-file}
-BuildRequires: %{python_module requests-ftp}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module versioneer}
BuildRequires: %{python_module wrapt}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-beautifulsoup4
-Requires: python-html5lib
Requires: python-lxml
-Requires: python-pandas >= 0.19.2
-Requires: python-requests
-Requires: python-requests-file
-Requires: python-requests-ftp
-Requires: python-wrapt
+Requires: python-pandas >= 0.21
+Requires: python-requests >= 2.3.0
BuildArch: noarch
-%if %{with tests}
-BuildRequires: %{python_module nose}
-%endif
%python_subpackages
%description
@@ -66,10 +55,9 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%if %{with tests}
%check
-%python_expand nosetests-%{$python_bin_suffix}
-%endif
+# ONLINE tests only
+#%%pytest
%files %{python_files}
%doc README.rst
++++++ pandas-datareader-0.7.4.tar.gz -> pandas-datareader-0.8.1.tar.gz ++++++
++++ 25713 lines of diff (skipped)