pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-pandas-datareader math/py-pandas-datareader: U...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c26f3862befb
branches: trunk
changeset: 385628:c26f3862befb
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Sep 24 03:59:41 2018 +0000
description:
math/py-pandas-datareader: Update to 0.7.0
Changes:
* Reintroduced support for Yahoo! price, dividends, and splits data
for stocks and currency pairs.
* A new data connector for data provided by Alpha Vantage was
introduced to obtain Foreign Exchange (FX) data
* A new data connector for data provided by Alpha Vantage was
introduced to obtain historical time series data.
* A new data connector for data provided by Alpha Vantage was
introduced to obtain sector performance data.
* A new data connector for data provided by Alpha Vantage was
introduced to obtain real-time Batch Stock Quotes.
* 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.
diffstat:
math/py-pandas-datareader/Makefile | 6 ++--
math/py-pandas-datareader/PLIST | 50 ++++++++++++++++++++++++++++++-------
math/py-pandas-datareader/distinfo | 10 +++---
3 files changed, 48 insertions(+), 18 deletions(-)
diffs (141 lines):
diff -r 1d032ad0aaef -r c26f3862befb math/py-pandas-datareader/Makefile
--- a/math/py-pandas-datareader/Makefile Mon Sep 24 03:42:42 2018 +0000
+++ b/math/py-pandas-datareader/Makefile Mon Sep 24 03:59:41 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/02/02 21:16:19 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2018/09/24 03:59:41 minskim Exp $
-DISTNAME= pandas-datareader-0.6.0
+DISTNAME= pandas-datareader-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pandas-datareader/}
@@ -13,7 +13,7 @@
DEPENDS+= ${PYPKGPREFIX}-requests>=2.3.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-requests-ftp-[0-9]*:../../devel/py-requests-ftp
DEPENDS+= ${PYPKGPREFIX}-requests-file-[0-9]*:../../devel/py-requests-file
-DEPENDS+= ${PYPKGPREFIX}-pandas>=0.17.0:../../math/py-pandas
+DEPENDS+= ${PYPKGPREFIX}-pandas>=0.19.2:../../math/py-pandas
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 1d032ad0aaef -r c26f3862befb math/py-pandas-datareader/PLIST
--- a/math/py-pandas-datareader/PLIST Mon Sep 24 03:42:42 2018 +0000
+++ b/math/py-pandas-datareader/PLIST Mon Sep 24 03:59:41 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/02/02 21:16:19 minskim Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/09/24 03:59:41 minskim Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -17,6 +17,21 @@
${PYSITELIB}/pandas_datareader/_version.py
${PYSITELIB}/pandas_datareader/_version.pyc
${PYSITELIB}/pandas_datareader/_version.pyo
+${PYSITELIB}/pandas_datareader/av/__init__.py
+${PYSITELIB}/pandas_datareader/av/__init__.pyc
+${PYSITELIB}/pandas_datareader/av/__init__.pyo
+${PYSITELIB}/pandas_datareader/av/forex.py
+${PYSITELIB}/pandas_datareader/av/forex.pyc
+${PYSITELIB}/pandas_datareader/av/forex.pyo
+${PYSITELIB}/pandas_datareader/av/quotes.py
+${PYSITELIB}/pandas_datareader/av/quotes.pyc
+${PYSITELIB}/pandas_datareader/av/quotes.pyo
+${PYSITELIB}/pandas_datareader/av/sector.py
+${PYSITELIB}/pandas_datareader/av/sector.pyc
+${PYSITELIB}/pandas_datareader/av/sector.pyo
+${PYSITELIB}/pandas_datareader/av/time_series.py
+${PYSITELIB}/pandas_datareader/av/time_series.pyc
+${PYSITELIB}/pandas_datareader/av/time_series.pyo
${PYSITELIB}/pandas_datareader/bankofcanada.py
${PYSITELIB}/pandas_datareader/bankofcanada.pyc
${PYSITELIB}/pandas_datareader/bankofcanada.pyo
@@ -26,12 +41,12 @@
${PYSITELIB}/pandas_datareader/compat/__init__.py
${PYSITELIB}/pandas_datareader/compat/__init__.pyc
${PYSITELIB}/pandas_datareader/compat/__init__.pyo
+${PYSITELIB}/pandas_datareader/conftest.py
+${PYSITELIB}/pandas_datareader/conftest.pyc
+${PYSITELIB}/pandas_datareader/conftest.pyo
${PYSITELIB}/pandas_datareader/data.py
${PYSITELIB}/pandas_datareader/data.pyc
${PYSITELIB}/pandas_datareader/data.pyo
-${PYSITELIB}/pandas_datareader/edgar.py
-${PYSITELIB}/pandas_datareader/edgar.pyc
-${PYSITELIB}/pandas_datareader/edgar.pyo
${PYSITELIB}/pandas_datareader/enigma.py
${PYSITELIB}/pandas_datareader/enigma.pyc
${PYSITELIB}/pandas_datareader/enigma.pyo
@@ -119,6 +134,21 @@
${PYSITELIB}/pandas_datareader/tests/__init__.py
${PYSITELIB}/pandas_datareader/tests/__init__.pyc
${PYSITELIB}/pandas_datareader/tests/__init__.pyo
+${PYSITELIB}/pandas_datareader/tests/av/__init__.py
+${PYSITELIB}/pandas_datareader/tests/av/__init__.pyc
+${PYSITELIB}/pandas_datareader/tests/av/__init__.pyo
+${PYSITELIB}/pandas_datareader/tests/av/test_av_forex.py
+${PYSITELIB}/pandas_datareader/tests/av/test_av_forex.pyc
+${PYSITELIB}/pandas_datareader/tests/av/test_av_forex.pyo
+${PYSITELIB}/pandas_datareader/tests/av/test_av_quotes.py
+${PYSITELIB}/pandas_datareader/tests/av/test_av_quotes.pyc
+${PYSITELIB}/pandas_datareader/tests/av/test_av_quotes.pyo
+${PYSITELIB}/pandas_datareader/tests/av/test_av_sector.py
+${PYSITELIB}/pandas_datareader/tests/av/test_av_sector.pyc
+${PYSITELIB}/pandas_datareader/tests/av/test_av_sector.pyo
+${PYSITELIB}/pandas_datareader/tests/av/test_av_time_series.py
+${PYSITELIB}/pandas_datareader/tests/av/test_av_time_series.pyc
+${PYSITELIB}/pandas_datareader/tests/av/test_av_time_series.pyo
${PYSITELIB}/pandas_datareader/tests/google/__init__.py
${PYSITELIB}/pandas_datareader/tests/google/__init__.pyc
${PYSITELIB}/pandas_datareader/tests/google/__init__.pyo
@@ -152,9 +182,6 @@
${PYSITELIB}/pandas_datareader/tests/test_data.py
${PYSITELIB}/pandas_datareader/tests/test_data.pyc
${PYSITELIB}/pandas_datareader/tests/test_data.pyo
-${PYSITELIB}/pandas_datareader/tests/test_edgar.py
-${PYSITELIB}/pandas_datareader/tests/test_edgar.pyc
-${PYSITELIB}/pandas_datareader/tests/test_edgar.pyo
${PYSITELIB}/pandas_datareader/tests/test_enigma.py
${PYSITELIB}/pandas_datareader/tests/test_enigma.pyc
${PYSITELIB}/pandas_datareader/tests/test_enigma.pyo
@@ -167,12 +194,12 @@
${PYSITELIB}/pandas_datareader/tests/test_fred.py
${PYSITELIB}/pandas_datareader/tests/test_fred.pyc
${PYSITELIB}/pandas_datareader/tests/test_fred.pyo
+${PYSITELIB}/pandas_datareader/tests/test_iex.py
+${PYSITELIB}/pandas_datareader/tests/test_iex.pyc
+${PYSITELIB}/pandas_datareader/tests/test_iex.pyo
${PYSITELIB}/pandas_datareader/tests/test_iex_daily.py
${PYSITELIB}/pandas_datareader/tests/test_iex_daily.pyc
${PYSITELIB}/pandas_datareader/tests/test_iex_daily.pyo
-${PYSITELIB}/pandas_datareader/tests/test_iex.py
-${PYSITELIB}/pandas_datareader/tests/test_iex.pyc
-${PYSITELIB}/pandas_datareader/tests/test_iex.pyo
${PYSITELIB}/pandas_datareader/tests/test_moex.py
${PYSITELIB}/pandas_datareader/tests/test_moex.pyc
${PYSITELIB}/pandas_datareader/tests/test_moex.pyo
@@ -230,6 +257,9 @@
${PYSITELIB}/pandas_datareader/yahoo/daily.py
${PYSITELIB}/pandas_datareader/yahoo/daily.pyc
${PYSITELIB}/pandas_datareader/yahoo/daily.pyo
+${PYSITELIB}/pandas_datareader/yahoo/fx.py
+${PYSITELIB}/pandas_datareader/yahoo/fx.pyc
+${PYSITELIB}/pandas_datareader/yahoo/fx.pyo
${PYSITELIB}/pandas_datareader/yahoo/options.py
${PYSITELIB}/pandas_datareader/yahoo/options.pyc
${PYSITELIB}/pandas_datareader/yahoo/options.pyo
diff -r 1d032ad0aaef -r c26f3862befb math/py-pandas-datareader/distinfo
--- a/math/py-pandas-datareader/distinfo Mon Sep 24 03:42:42 2018 +0000
+++ b/math/py-pandas-datareader/distinfo Mon Sep 24 03:59:41 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/02/02 21:16:19 minskim Exp $
+$NetBSD: distinfo,v 1.5 2018/09/24 03:59:41 minskim Exp $
-SHA1 (pandas-datareader-0.6.0.tar.gz) = 531ce6df878d0409f4d39dec4518120099c5f62a
-RMD160 (pandas-datareader-0.6.0.tar.gz) = 9ce5b24c7d22eeb641284d0063673bd343597cea
-SHA512 (pandas-datareader-0.6.0.tar.gz) = 2e56aa171c14ae3af22bb45f3faac2e39b86d460bb670044fe040246fff76ec7524d4d4fc19ac950d1cf0160bd41722d67e0d286b2c95ec2c8a304733f31552c
-Size (pandas-datareader-0.6.0.tar.gz) = 175013 bytes
+SHA1 (pandas-datareader-0.7.0.tar.gz) = ce934e508a2febcb0ba782fc705f8ae9c257755f
+RMD160 (pandas-datareader-0.7.0.tar.gz) = a9ba7216532a0a62586be375a19fab7c6acc723b
+SHA512 (pandas-datareader-0.7.0.tar.gz) = a0d8ac28efbd36cf9be597e2cfc3bf1a976d84452c4ce4cbd6bc537a881879b7c9e3d8e28e63544a39eb0c37e43dfb0380038d4d4b13b4cc483e314908f44b8e
+Size (pandas-datareader-0.7.0.tar.gz) = 178612 bytes
Home |
Main Index |
Thread Index |
Old Index