Hello community,
here is the log from the commit of package python-pandas-datareader for
openSUSE:Factory checked in at 2018-09-18 11:44:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pandas-datareader (Old)
and /work/SRC/openSUSE:Factory/.python-pandas-datareader.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pandas-datareader"
Tue Sep 18 11:44:15 2018 rev:3 rq:636127 version:0.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pandas-datareader/python-pandas-datareader.changes
2018-06-13 15:38:18.022967104 +0200
+++
/work/SRC/openSUSE:Factory/.python-pandas-datareader.new/python-pandas-datareader.changes
2018-09-18 11:44:22.531851782 +0200
@@ -1,0 +2,67 @@
+Sun Sep 16 16:03:09 UTC 2018 - Arun Persaud <[email protected]>
+
+- specfile:
+ * remove devel from noarch
+ * be more specific in %files section
+
+- update to version 0.7.0:
+ * Highlights include:
+ + Immediate deprecation of Google finance and Morningstar for
+ historical price data, as these API endpoints are no longer
+ supported by their respective providers. Alternate methods are
+ welcome via pull requests, as PDR would like to restore these
+ features.
+ + Removal of EDGAR, which was deprecated in v0.6.0.
+ * Enhancements
+ + A new data connector for data provided by `Alpha Vantage
+ <https://www.alphavantage.co/documentation>`__ was introduced to
+ obtain Foreign Exchange (FX) data. (:issue:`389`)
+ + A new data connector for data provided by `Alpha Vantage
+ <https://www.alphavantage.co/documentation>`__ was introduced to
+ obtain historical time series data. (:issue:`389`)
+ + A new data connector for data provided by `Alpha Vantage
+ <https://www.alphavantage.co/documentation>`__ was introduced to
+ obtain sector performance data, accessed through the top-level
+ function "get_sector_performance_av". (:issue:`389`)
+ + A new data connector for data provided by `Alpha Vantage
+ <https://www.alphavantage.co/documentation>`__ was introduced to
+ obtain real-time Batch Stock Quotes through the top-level
+ function "get_quote_av". (:issue:`389`)
+ + MOEX data connector now supports multiple symbols in
+ constructor. (:issue:`562`)
+ * Backwards incompatible API changes
+ + Deprecation of Google finance daily reader. Google retired the
+ remaining financial data end point in June 2018. It is not
+ possible to reliably retrieve historical price data without this
+ endpoint. The Google daily reader will raise an
+ `ImmediateDeprecationError` when called.
+ + Deprecation of Morningstar daily reader. Morningstar ended
+ support for the historical price data endpoint in July 2018. It
+ is not possible to retrieve historical price data without this
+ endpoint. The Morningstar daily reader will raise an
+ `ImmediateDeprecationError` when called.
+ + When requesting multiple symbols from a DailyReader (ex: google,
+ yahoo, IEX) a MultiIndex DataFrame is now returned. Previously
+ Panel or dict of DataFrames were returned. (:issue:`297`).
+ * Bug Fixes
+ + Added support for passing the API KEY to QuandlReader either
+ directly or by setting the environmental variable QUANDL_API_KEY
+ (:issue:`485`).
+ + Added support for optionally passing a custom base_url to the
+ EnigmaReader (:issue:`499`).
+ + Fix Yahoo! price data (:issue:`498`).
+ + Added back support for Yahoo! price, dividends, and splits data
+ for stocks and currency pairs (:issue:`487`).
+ + Add `is_list_like` to compatibility layer to avoid failure on
+ pandas >= 0.23 (:issue:`520`).
+ + Fixed Yahoo! time offset (:issue:`487`).
+ + Fix Yahoo! quote reader (:issue: `540`).
+ + Remove import of deprecated `tm.get_data_path` (:issue: `566`)
+ + Allow full usage of stooq url parameters.
+ + Removed unused requests-file and requests-ftp dependencies.
+ + Fix Yahoo! actions issue where the default reporting adjusts
+ dividends. The unadjusted dividends may lack precision due to
+ accumulated numerical error when converting adjustedto the
+ original dividend amount. (:issue: `495`)
+
+-------------------------------------------------------------------
Old:
----
pandas-datareader-0.6.0.tar.gz
New:
----
pandas-datareader-0.7.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pandas-datareader.spec ++++++
--- /var/tmp/diff_new_pack.o6tKi2/_old 2018-09-18 11:44:25.239848962 +0200
+++ /var/tmp/diff_new_pack.o6tKi2/_new 2018-09-18 11:44:25.243848957 +0200
@@ -12,24 +12,22 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
# Tests require an internet connection
%bcond_with tests
-
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pandas-datareader
-Version: 0.6.0
+Version: 0.7.0
Release: 0
Summary: Data readers extracted from the pandas codebase
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: https://github.com/pydata/pandas-datareader
+URL: https://github.com/pydata/pandas-datareader
Source:
https://files.pythonhosted.org/packages/source/p/pandas-datareader/pandas-datareader-%{version}.tar.gz
BuildRequires: %{python_module beautifulsoup4}
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module html5lib}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module pandas >= 0.19.2}
@@ -41,9 +39,6 @@
BuildRequires: %{python_module wrapt}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-%if %{with tests}
-BuildRequires: %{python_module nose}
-%endif
Requires: python-beautifulsoup4
Requires: python-html5lib
Requires: python-lxml
@@ -52,8 +47,10 @@
Requires: python-requests-file
Requires: python-requests-ftp
Requires: python-wrapt
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
+%if %{with tests}
+BuildRequires: %{python_module nose}
+%endif
%python_subpackages
%description
@@ -75,9 +72,10 @@
%endif
%files %{python_files}
-%defattr(-,root,root,-)
%doc README.rst
%license LICENSE.md
-%{python_sitelib}/*
+%dir %{python_sitelib}/pandas_datareader
+%{python_sitelib}/pandas_datareader/*
+%{python_sitelib}/pandas_datareader-%{version}-py*.egg-info/
%changelog
++++++ pandas-datareader-0.6.0.tar.gz -> pandas-datareader-0.7.0.tar.gz ++++++
++++ 4129 lines of diff (skipped)