pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-pandas-datareader



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Feb  2 21:16:20 UTC 2018

Modified Files:
        pkgsrc/math/py-pandas-datareader: Makefile PLIST distinfo

Log Message:
math/py-pandas-datareader: Update to 0.6.0

Notable changes:
- Immediate deprecation of Yahoo!, Google Options and Quotes and
  EDGAR. The end points behind these APIs have radically changed and
  the existing readers require complete rewrites. In the case of most
  Yahoo! data the endpoints have been removed. PDR would like to
  restore these features, and pull requests are welcome.
- A new connector for Tiingo was introduced. Tiingo provides
  historical end-of-day data for a large set of equities, ETFs and
  mutual funds. Free registration is required to get an API key.
- A new connector for Robinhood was introduced. This provides up to 1
  year of historical end-of-day data. It also provides near real-time
  quotes.
- A new connector for Morningstar Open, High, Low, Close and Volume
  was introduced.
- A new connector for IEX daily price data was introduced.
- A new connector for IEX the majority of the IEX API was introduced.
- A new data connector for stock index data provided by Stooq was
  introduced.
- A new data connector for data provided by the Bank of Canada was
  introduced.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/py-pandas-datareader/Makefile \
    pkgsrc/math/py-pandas-datareader/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-pandas-datareader/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-pandas-datareader/Makefile
diff -u pkgsrc/math/py-pandas-datareader/Makefile:1.2 pkgsrc/math/py-pandas-datareader/Makefile:1.3
--- pkgsrc/math/py-pandas-datareader/Makefile:1.2       Thu Jul 27 00:11:35 2017
+++ pkgsrc/math/py-pandas-datareader/Makefile   Fri Feb  2 21:16:19 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/07/27 00:11:35 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2018/02/02 21:16:19 minskim Exp $
 
-DISTNAME=      pandas-datareader-0.5.0
+DISTNAME=      pandas-datareader-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pandas-datareader/}
Index: pkgsrc/math/py-pandas-datareader/PLIST
diff -u pkgsrc/math/py-pandas-datareader/PLIST:1.2 pkgsrc/math/py-pandas-datareader/PLIST:1.3
--- pkgsrc/math/py-pandas-datareader/PLIST:1.2  Thu Jul 27 00:11:35 2017
+++ pkgsrc/math/py-pandas-datareader/PLIST      Fri Feb  2 21:16:19 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/07/27 00:11:35 minskim Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/02/02 21:16:19 minskim Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -14,6 +14,12 @@ ${PYSITELIB}/pandas_datareader/_testing.
 ${PYSITELIB}/pandas_datareader/_utils.py
 ${PYSITELIB}/pandas_datareader/_utils.pyc
 ${PYSITELIB}/pandas_datareader/_utils.pyo
+${PYSITELIB}/pandas_datareader/_version.py
+${PYSITELIB}/pandas_datareader/_version.pyc
+${PYSITELIB}/pandas_datareader/_version.pyo
+${PYSITELIB}/pandas_datareader/bankofcanada.py
+${PYSITELIB}/pandas_datareader/bankofcanada.pyc
+${PYSITELIB}/pandas_datareader/bankofcanada.pyo
 ${PYSITELIB}/pandas_datareader/base.py
 ${PYSITELIB}/pandas_datareader/base.pyc
 ${PYSITELIB}/pandas_datareader/base.pyo
@@ -32,6 +38,9 @@ ${PYSITELIB}/pandas_datareader/enigma.py
 ${PYSITELIB}/pandas_datareader/eurostat.py
 ${PYSITELIB}/pandas_datareader/eurostat.pyc
 ${PYSITELIB}/pandas_datareader/eurostat.pyo
+${PYSITELIB}/pandas_datareader/exceptions.py
+${PYSITELIB}/pandas_datareader/exceptions.pyc
+${PYSITELIB}/pandas_datareader/exceptions.pyo
 ${PYSITELIB}/pandas_datareader/famafrench.py
 ${PYSITELIB}/pandas_datareader/famafrench.pyc
 ${PYSITELIB}/pandas_datareader/famafrench.pyo
@@ -50,6 +59,27 @@ ${PYSITELIB}/pandas_datareader/google/op
 ${PYSITELIB}/pandas_datareader/google/quotes.py
 ${PYSITELIB}/pandas_datareader/google/quotes.pyc
 ${PYSITELIB}/pandas_datareader/google/quotes.pyo
+${PYSITELIB}/pandas_datareader/iex/__init__.py
+${PYSITELIB}/pandas_datareader/iex/__init__.pyc
+${PYSITELIB}/pandas_datareader/iex/__init__.pyo
+${PYSITELIB}/pandas_datareader/iex/daily.py
+${PYSITELIB}/pandas_datareader/iex/daily.pyc
+${PYSITELIB}/pandas_datareader/iex/daily.pyo
+${PYSITELIB}/pandas_datareader/iex/deep.py
+${PYSITELIB}/pandas_datareader/iex/deep.pyc
+${PYSITELIB}/pandas_datareader/iex/deep.pyo
+${PYSITELIB}/pandas_datareader/iex/market.py
+${PYSITELIB}/pandas_datareader/iex/market.pyc
+${PYSITELIB}/pandas_datareader/iex/market.pyo
+${PYSITELIB}/pandas_datareader/iex/ref.py
+${PYSITELIB}/pandas_datareader/iex/ref.pyc
+${PYSITELIB}/pandas_datareader/iex/ref.pyo
+${PYSITELIB}/pandas_datareader/iex/stats.py
+${PYSITELIB}/pandas_datareader/iex/stats.pyc
+${PYSITELIB}/pandas_datareader/iex/stats.pyo
+${PYSITELIB}/pandas_datareader/iex/tops.py
+${PYSITELIB}/pandas_datareader/iex/tops.pyc
+${PYSITELIB}/pandas_datareader/iex/tops.pyo
 ${PYSITELIB}/pandas_datareader/io/__init__.py
 ${PYSITELIB}/pandas_datareader/io/__init__.pyc
 ${PYSITELIB}/pandas_datareader/io/__init__.pyo
@@ -62,6 +92,15 @@ ${PYSITELIB}/pandas_datareader/io/sdmx.p
 ${PYSITELIB}/pandas_datareader/io/util.py
 ${PYSITELIB}/pandas_datareader/io/util.pyc
 ${PYSITELIB}/pandas_datareader/io/util.pyo
+${PYSITELIB}/pandas_datareader/moex.py
+${PYSITELIB}/pandas_datareader/moex.pyc
+${PYSITELIB}/pandas_datareader/moex.pyo
+${PYSITELIB}/pandas_datareader/mstar/__init__.py
+${PYSITELIB}/pandas_datareader/mstar/__init__.pyc
+${PYSITELIB}/pandas_datareader/mstar/__init__.pyo
+${PYSITELIB}/pandas_datareader/mstar/daily.py
+${PYSITELIB}/pandas_datareader/mstar/daily.pyc
+${PYSITELIB}/pandas_datareader/mstar/daily.pyo
 ${PYSITELIB}/pandas_datareader/nasdaq_trader.py
 ${PYSITELIB}/pandas_datareader/nasdaq_trader.pyc
 ${PYSITELIB}/pandas_datareader/nasdaq_trader.pyo
@@ -71,6 +110,12 @@ ${PYSITELIB}/pandas_datareader/oecd.pyo
 ${PYSITELIB}/pandas_datareader/quandl.py
 ${PYSITELIB}/pandas_datareader/quandl.pyc
 ${PYSITELIB}/pandas_datareader/quandl.pyo
+${PYSITELIB}/pandas_datareader/robinhood.py
+${PYSITELIB}/pandas_datareader/robinhood.pyc
+${PYSITELIB}/pandas_datareader/robinhood.pyo
+${PYSITELIB}/pandas_datareader/stooq.py
+${PYSITELIB}/pandas_datareader/stooq.pyc
+${PYSITELIB}/pandas_datareader/stooq.pyo
 ${PYSITELIB}/pandas_datareader/tests/__init__.py
 ${PYSITELIB}/pandas_datareader/tests/__init__.pyc
 ${PYSITELIB}/pandas_datareader/tests/__init__.pyo
@@ -92,6 +137,15 @@ ${PYSITELIB}/pandas_datareader/tests/io/
 ${PYSITELIB}/pandas_datareader/tests/io/test_sdmx.py
 ${PYSITELIB}/pandas_datareader/tests/io/test_sdmx.pyc
 ${PYSITELIB}/pandas_datareader/tests/io/test_sdmx.pyo
+${PYSITELIB}/pandas_datareader/tests/mstar/__init__.py
+${PYSITELIB}/pandas_datareader/tests/mstar/__init__.pyc
+${PYSITELIB}/pandas_datareader/tests/mstar/__init__.pyo
+${PYSITELIB}/pandas_datareader/tests/mstar/test_daily.py
+${PYSITELIB}/pandas_datareader/tests/mstar/test_daily.pyc
+${PYSITELIB}/pandas_datareader/tests/mstar/test_daily.pyo
+${PYSITELIB}/pandas_datareader/tests/test_bankofcanada.py
+${PYSITELIB}/pandas_datareader/tests/test_bankofcanada.pyc
+${PYSITELIB}/pandas_datareader/tests/test_bankofcanada.pyo
 ${PYSITELIB}/pandas_datareader/tests/test_base.py
 ${PYSITELIB}/pandas_datareader/tests/test_base.pyc
 ${PYSITELIB}/pandas_datareader/tests/test_base.pyo
@@ -113,6 +167,15 @@ ${PYSITELIB}/pandas_datareader/tests/tes
 ${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_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
 ${PYSITELIB}/pandas_datareader/tests/test_nasdaq.py
 ${PYSITELIB}/pandas_datareader/tests/test_nasdaq.pyc
 ${PYSITELIB}/pandas_datareader/tests/test_nasdaq.pyo
@@ -122,6 +185,15 @@ ${PYSITELIB}/pandas_datareader/tests/tes
 ${PYSITELIB}/pandas_datareader/tests/test_quandl.py
 ${PYSITELIB}/pandas_datareader/tests/test_quandl.pyc
 ${PYSITELIB}/pandas_datareader/tests/test_quandl.pyo
+${PYSITELIB}/pandas_datareader/tests/test_robinhood.py
+${PYSITELIB}/pandas_datareader/tests/test_robinhood.pyc
+${PYSITELIB}/pandas_datareader/tests/test_robinhood.pyo
+${PYSITELIB}/pandas_datareader/tests/test_stooq.py
+${PYSITELIB}/pandas_datareader/tests/test_stooq.pyc
+${PYSITELIB}/pandas_datareader/tests/test_stooq.pyo
+${PYSITELIB}/pandas_datareader/tests/test_tiingo.py
+${PYSITELIB}/pandas_datareader/tests/test_tiingo.pyc
+${PYSITELIB}/pandas_datareader/tests/test_tiingo.pyo
 ${PYSITELIB}/pandas_datareader/tests/test_tsp.py
 ${PYSITELIB}/pandas_datareader/tests/test_tsp.pyc
 ${PYSITELIB}/pandas_datareader/tests/test_tsp.pyo
@@ -137,6 +209,9 @@ ${PYSITELIB}/pandas_datareader/tests/yah
 ${PYSITELIB}/pandas_datareader/tests/yahoo/test_yahoo.py
 ${PYSITELIB}/pandas_datareader/tests/yahoo/test_yahoo.pyc
 ${PYSITELIB}/pandas_datareader/tests/yahoo/test_yahoo.pyo
+${PYSITELIB}/pandas_datareader/tiingo.py
+${PYSITELIB}/pandas_datareader/tiingo.pyc
+${PYSITELIB}/pandas_datareader/tiingo.pyo
 ${PYSITELIB}/pandas_datareader/tsp.py
 ${PYSITELIB}/pandas_datareader/tsp.pyc
 ${PYSITELIB}/pandas_datareader/tsp.pyo

Index: pkgsrc/math/py-pandas-datareader/distinfo
diff -u pkgsrc/math/py-pandas-datareader/distinfo:1.3 pkgsrc/math/py-pandas-datareader/distinfo:1.4
--- pkgsrc/math/py-pandas-datareader/distinfo:1.3       Thu Jul 27 06:16:16 2017
+++ pkgsrc/math/py-pandas-datareader/distinfo   Fri Feb  2 21:16:19 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/07/27 06:16:16 minskim Exp $
+$NetBSD: distinfo,v 1.4 2018/02/02 21:16:19 minskim Exp $
 
-SHA1 (pandas-datareader-0.5.0.tar.gz) = ab0cbc7eb3a3bbffeb7bc7f701aad5d5286b408b
-RMD160 (pandas-datareader-0.5.0.tar.gz) = 3fe0fabf25ba53a6ee70f1cd4823ab414e4a5d6a
-SHA512 (pandas-datareader-0.5.0.tar.gz) = 60466d0cb00bb80361ace7076e7e22cf4d29725247afd43f86adfbffcb75f745bcb5be1f5288af28428250f9c47ad8e49842d6222019df07e61232ed73ad779d
-Size (pandas-datareader-0.5.0.tar.gz) = 140895 bytes
+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



Home | Main Index | Thread Index | Old Index