summaryrefslogtreecommitdiff
path: root/math/py-pandas
diff options
context:
space:
mode:
authorwiz <wiz>2015-12-28 14:35:02 +0000
committerwiz <wiz>2015-12-28 14:35:02 +0000
commit5705a737f57304233f3f34f3fc22cff6c571cf82 (patch)
tree59f70a769ffa1812bb73d41063904672718ab86d /math/py-pandas
parenta9c7d8ed54094d9833a371353bf9b1366344958b (diff)
downloadpkgsrc-5705a737f57304233f3f34f3fc22cff6c571cf82.tar.gz
Update py-pandas to 0.17.1.
0.17.1 This is a minor bug-fix release from 0.17.0 and includes a large number of bug fixes along several new features, enhancements, and performance improvements. We recommend that all users upgrade to this version. Highlights include: Support for Conditional HTML Formatting, see here Releasing the GIL on the csv reader & other ops, see here Fixed regression in DataFrame.drop_duplicates from 0.16.2, causing incorrect results on integer values (GH11376) 0.17.0 This is a major release from 0.16.2 and includes a small number of API changes, several new features, enhancements, and performance improvements along with a large number of bug fixes. We recommend that all users upgrade to this version. Highlights include: Release the Global Interpreter Lock (GIL) on some cython operations, see here Plotting methods are now available as attributes of the .plot accessor, see here The sorting API has been revamped to remove some long-time inconsistencies, see here Support for a datetime64[ns] with timezones as a first-class dtype, see here The default for to_datetime will now be to raise when presented with unparseable formats, previously this would return the original input. Also, date parse functions now return consistent results. See here The default for dropna in HDFStore has changed to False, to store by default all rows even if they are all NaN, see here Datetime accessor (dt) now supports Series.dt.strftime to generate formatted strings for datetime-likes, and Series.dt.total_seconds to generate each duration of the timedelta in seconds. See here Period and PeriodIndex can handle multiplied freq like 3D, which corresponding to 3 days span. See here Development installed versions of pandas will now have PEP440 compliant version strings (GH9518) Development support for benchmarking with the Air Speed Velocity library (GH8361) Support for reading SAS xport files, see here Documentation comparing SAS to pandas, see here Removal of the automatic TimeSeries broadcasting, deprecated since 0.8.0, see here Display format with plain text can optionally align with Unicode East Asian Width, see here Compatibility with Python 3.5 (GH11097) Compatibility with matplotlib 1.5.0 (GH11111)
Diffstat (limited to 'math/py-pandas')
-rw-r--r--math/py-pandas/Makefile4
-rw-r--r--math/py-pandas/PLIST124
-rw-r--r--math/py-pandas/distinfo10
3 files changed, 120 insertions, 18 deletions
diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile
index 37048b29295..42cd12955b7 100644
--- a/math/py-pandas/Makefile
+++ b/math/py-pandas/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2015/07/21 19:44:45 bad Exp $
+# $NetBSD: Makefile,v 1.9 2015/12/28 14:35:02 wiz Exp $
-DISTNAME= pandas-0.16.2
+DISTNAME= pandas-0.17.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math graphics python
MASTER_SITES= http://pypi.python.org/packages/source/p/pandas/
diff --git a/math/py-pandas/PLIST b/math/py-pandas/PLIST
index 3d5f0e1c454..a6cfcb1e0ae 100644
--- a/math/py-pandas/PLIST
+++ b/math/py-pandas/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2015/07/21 19:44:45 bad Exp $
+@comment $NetBSD: PLIST,v 1.7 2015/12/28 14:35:02 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -11,6 +11,9 @@ ${PYSITELIB}/pandas/__init__.pyo
${PYSITELIB}/pandas/_period.so
${PYSITELIB}/pandas/_sparse.so
${PYSITELIB}/pandas/_testing.so
+${PYSITELIB}/pandas/_version.py
+${PYSITELIB}/pandas/_version.pyc
+${PYSITELIB}/pandas/_version.pyo
${PYSITELIB}/pandas/algos.so
${PYSITELIB}/pandas/compat/__init__.py
${PYSITELIB}/pandas/compat/__init__.pyc
@@ -90,9 +93,15 @@ ${PYSITELIB}/pandas/core/config.pyo
${PYSITELIB}/pandas/core/config_init.py
${PYSITELIB}/pandas/core/config_init.pyc
${PYSITELIB}/pandas/core/config_init.pyo
+${PYSITELIB}/pandas/core/convert.py
+${PYSITELIB}/pandas/core/convert.pyc
+${PYSITELIB}/pandas/core/convert.pyo
${PYSITELIB}/pandas/core/datetools.py
${PYSITELIB}/pandas/core/datetools.pyc
${PYSITELIB}/pandas/core/datetools.pyo
+${PYSITELIB}/pandas/core/dtypes.py
+${PYSITELIB}/pandas/core/dtypes.pyc
+${PYSITELIB}/pandas/core/dtypes.pyo
${PYSITELIB}/pandas/core/format.py
${PYSITELIB}/pandas/core/format.pyc
${PYSITELIB}/pandas/core/format.pyo
@@ -117,6 +126,9 @@ ${PYSITELIB}/pandas/core/internals.pyo
${PYSITELIB}/pandas/core/matrix.py
${PYSITELIB}/pandas/core/matrix.pyc
${PYSITELIB}/pandas/core/matrix.pyo
+${PYSITELIB}/pandas/core/missing.py
+${PYSITELIB}/pandas/core/missing.pyc
+${PYSITELIB}/pandas/core/missing.pyo
${PYSITELIB}/pandas/core/nanops.py
${PYSITELIB}/pandas/core/nanops.pyc
${PYSITELIB}/pandas/core/nanops.pyo
@@ -144,6 +156,9 @@ ${PYSITELIB}/pandas/core/sparse.pyo
${PYSITELIB}/pandas/core/strings.py
${PYSITELIB}/pandas/core/strings.pyc
${PYSITELIB}/pandas/core/strings.pyo
+${PYSITELIB}/pandas/core/style.py
+${PYSITELIB}/pandas/core/style.pyc
+${PYSITELIB}/pandas/core/style.pyo
${PYSITELIB}/pandas/hashtable.so
${PYSITELIB}/pandas/index.so
${PYSITELIB}/pandas/info.py
@@ -197,6 +212,9 @@ ${PYSITELIB}/pandas/io/pickle.pyo
${PYSITELIB}/pandas/io/pytables.py
${PYSITELIB}/pandas/io/pytables.pyc
${PYSITELIB}/pandas/io/pytables.pyo
+${PYSITELIB}/pandas/io/sas.py
+${PYSITELIB}/pandas/io/sas.pyc
+${PYSITELIB}/pandas/io/sas.pyo
${PYSITELIB}/pandas/io/sql.py
${PYSITELIB}/pandas/io/sql.pyc
${PYSITELIB}/pandas/io/sql.pyo
@@ -206,8 +224,20 @@ ${PYSITELIB}/pandas/io/stata.pyo
${PYSITELIB}/pandas/io/tests/__init__.py
${PYSITELIB}/pandas/io/tests/__init__.pyc
${PYSITELIB}/pandas/io/tests/__init__.pyo
+${PYSITELIB}/pandas/io/tests/data/DEMO_G.XPT
+${PYSITELIB}/pandas/io/tests/data/DEMO_G.csv
+${PYSITELIB}/pandas/io/tests/data/DRXFCD_G.XPT
+${PYSITELIB}/pandas/io/tests/data/DRXFCD_G.csv
+${PYSITELIB}/pandas/io/tests/data/SSHSV1_A.XPT
+${PYSITELIB}/pandas/io/tests/data/SSHSV1_A.csv
${PYSITELIB}/pandas/io/tests/data/banklist.csv
${PYSITELIB}/pandas/io/tests/data/banklist.html
+${PYSITELIB}/pandas/io/tests/data/blank.xls
+${PYSITELIB}/pandas/io/tests/data/blank.xlsm
+${PYSITELIB}/pandas/io/tests/data/blank.xlsx
+${PYSITELIB}/pandas/io/tests/data/blank_with_header.xls
+${PYSITELIB}/pandas/io/tests/data/blank_with_header.xlsm
+${PYSITELIB}/pandas/io/tests/data/blank_with_header.xlsx
${PYSITELIB}/pandas/io/tests/data/computer_sales_page.html
${PYSITELIB}/pandas/io/tests/data/gbq_fake_job.txt
${PYSITELIB}/pandas/io/tests/data/html_encoding/chinese_utf-16.html
@@ -215,12 +245,21 @@ ${PYSITELIB}/pandas/io/tests/data/html_encoding/chinese_utf-32.html
${PYSITELIB}/pandas/io/tests/data/html_encoding/chinese_utf-8.html
${PYSITELIB}/pandas/io/tests/data/html_encoding/letz_latin1.html
${PYSITELIB}/pandas/io/tests/data/iris.csv
+${PYSITELIB}/pandas/io/tests/data/legacy_hdf/datetimetz_object.h5
${PYSITELIB}/pandas/io/tests/data/legacy_hdf/legacy.h5
${PYSITELIB}/pandas/io/tests/data/legacy_hdf/legacy_0.10.h5
${PYSITELIB}/pandas/io/tests/data/legacy_hdf/legacy_table.h5
${PYSITELIB}/pandas/io/tests/data/legacy_hdf/legacy_table_0.11.h5
${PYSITELIB}/pandas/io/tests/data/legacy_hdf/pytables_native.h5
${PYSITELIB}/pandas/io/tests/data/legacy_hdf/pytables_native2.h5
+${PYSITELIB}/pandas/io/tests/data/legacy_msgpack/0.16.0/0.16.0_x86_64_darwin_2.7.9.msgpack
+${PYSITELIB}/pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_AMD64_windows_2.7.10.msgpack
+${PYSITELIB}/pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_AMD64_windows_3.4.3.msgpack
+${PYSITELIB}/pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_darwin_2.7.10.msgpack
+${PYSITELIB}/pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_darwin_2.7.9.msgpack
+${PYSITELIB}/pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_darwin_3.4.3.msgpack
+${PYSITELIB}/pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_linux_2.7.10.msgpack
+${PYSITELIB}/pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_linux_3.4.3.msgpack
${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.10.1/AMD64_windows_2.7.3.pickle
${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.10.1/x86_64_linux_2.7.3.pickle
${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.11.0/0.11.0_x86_64_linux_3.3.0.pickle
@@ -242,6 +281,14 @@ ${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.14.0/0.14.0_x86_64_linux_2.7.8
${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.14.1/0.14.1_x86_64_linux_2.7.8.pickle
${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.15.0/0.15.0_x86_64_linux_2.7.8.pickle
${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.15.2/0.15.2_x86_64_darwin_2.7.9.pickle
+${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.16.0/0.16.0_x86_64_darwin_2.7.9.pickle
+${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_AMD64_windows_2.7.10.pickle
+${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_AMD64_windows_3.4.3.pickle
+${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_2.7.10.pickle
+${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_2.7.9.pickle
+${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_3.4.3.pickle
+${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_linux_2.7.10.pickle
+${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_linux_3.4.3.pickle
${PYSITELIB}/pandas/io/tests/data/macau.html
${PYSITELIB}/pandas/io/tests/data/nyse_wsj.html
${PYSITELIB}/pandas/io/tests/data/salary.table
@@ -251,6 +298,7 @@ ${PYSITELIB}/pandas/io/tests/data/stata10_117.dta
${PYSITELIB}/pandas/io/tests/data/stata11_115.dta
${PYSITELIB}/pandas/io/tests/data/stata11_117.dta
${PYSITELIB}/pandas/io/tests/data/stata12_117.dta
+${PYSITELIB}/pandas/io/tests/data/stata14_118.dta
${PYSITELIB}/pandas/io/tests/data/stata1_114.dta
${PYSITELIB}/pandas/io/tests/data/stata1_117.dta
${PYSITELIB}/pandas/io/tests/data/stata1_encoding.dta
@@ -284,23 +332,46 @@ ${PYSITELIB}/pandas/io/tests/data/stata8_115.dta
${PYSITELIB}/pandas/io/tests/data/stata8_117.dta
${PYSITELIB}/pandas/io/tests/data/stata9_115.dta
${PYSITELIB}/pandas/io/tests/data/stata9_117.dta
-${PYSITELIB}/pandas/io/tests/data/test.xls
-${PYSITELIB}/pandas/io/tests/data/test.xlsm
-${PYSITELIB}/pandas/io/tests/data/test.xlsx
${PYSITELIB}/pandas/io/tests/data/test1.csv
${PYSITELIB}/pandas/io/tests/data/test1.csv.bz2
${PYSITELIB}/pandas/io/tests/data/test1.csv.gz
+${PYSITELIB}/pandas/io/tests/data/test1.xls
+${PYSITELIB}/pandas/io/tests/data/test1.xlsm
+${PYSITELIB}/pandas/io/tests/data/test1.xlsx
${PYSITELIB}/pandas/io/tests/data/test2.csv
${PYSITELIB}/pandas/io/tests/data/test2.xls
+${PYSITELIB}/pandas/io/tests/data/test2.xlsm
${PYSITELIB}/pandas/io/tests/data/test2.xlsx
${PYSITELIB}/pandas/io/tests/data/test3.xls
+${PYSITELIB}/pandas/io/tests/data/test3.xlsm
+${PYSITELIB}/pandas/io/tests/data/test3.xlsx
+${PYSITELIB}/pandas/io/tests/data/test4.xls
+${PYSITELIB}/pandas/io/tests/data/test4.xlsm
+${PYSITELIB}/pandas/io/tests/data/test4.xlsx
${PYSITELIB}/pandas/io/tests/data/test_converters.xls
+${PYSITELIB}/pandas/io/tests/data/test_converters.xlsm
${PYSITELIB}/pandas/io/tests/data/test_converters.xlsx
+${PYSITELIB}/pandas/io/tests/data/test_index_name_pre17.xls
+${PYSITELIB}/pandas/io/tests/data/test_index_name_pre17.xlsm
+${PYSITELIB}/pandas/io/tests/data/test_index_name_pre17.xlsx
+${PYSITELIB}/pandas/io/tests/data/test_multisheet.xls
+${PYSITELIB}/pandas/io/tests/data/test_multisheet.xlsm
${PYSITELIB}/pandas/io/tests/data/test_multisheet.xlsx
${PYSITELIB}/pandas/io/tests/data/test_types.xls
+${PYSITELIB}/pandas/io/tests/data/test_types.xlsm
${PYSITELIB}/pandas/io/tests/data/test_types.xlsx
+${PYSITELIB}/pandas/io/tests/data/testmultiindex.xls
+${PYSITELIB}/pandas/io/tests/data/testmultiindex.xlsm
+${PYSITELIB}/pandas/io/tests/data/testmultiindex.xlsx
+${PYSITELIB}/pandas/io/tests/data/testskiprows.xls
+${PYSITELIB}/pandas/io/tests/data/testskiprows.xlsm
+${PYSITELIB}/pandas/io/tests/data/testskiprows.xlsx
${PYSITELIB}/pandas/io/tests/data/times_1900.xls
+${PYSITELIB}/pandas/io/tests/data/times_1900.xlsm
+${PYSITELIB}/pandas/io/tests/data/times_1900.xlsx
${PYSITELIB}/pandas/io/tests/data/times_1904.xls
+${PYSITELIB}/pandas/io/tests/data/times_1904.xlsm
+${PYSITELIB}/pandas/io/tests/data/times_1904.xlsx
${PYSITELIB}/pandas/io/tests/data/tips.csv
${PYSITELIB}/pandas/io/tests/data/unicode_series.csv
${PYSITELIB}/pandas/io/tests/data/utf16_ex.txt
@@ -309,9 +380,9 @@ ${PYSITELIB}/pandas/io/tests/data/wikipedia_states.html
${PYSITELIB}/pandas/io/tests/data/yahoo_options1.html
${PYSITELIB}/pandas/io/tests/data/yahoo_options2.html
${PYSITELIB}/pandas/io/tests/data/yahoo_options3.html
-${PYSITELIB}/pandas/io/tests/generate_legacy_pickles.py
-${PYSITELIB}/pandas/io/tests/generate_legacy_pickles.pyc
-${PYSITELIB}/pandas/io/tests/generate_legacy_pickles.pyo
+${PYSITELIB}/pandas/io/tests/generate_legacy_storage_files.py
+${PYSITELIB}/pandas/io/tests/generate_legacy_storage_files.pyc
+${PYSITELIB}/pandas/io/tests/generate_legacy_storage_files.pyo
${PYSITELIB}/pandas/io/tests/test_clipboard.py
${PYSITELIB}/pandas/io/tests/test_clipboard.pyc
${PYSITELIB}/pandas/io/tests/test_clipboard.pyo
@@ -365,6 +436,9 @@ ${PYSITELIB}/pandas/io/tests/test_pickle.pyo
${PYSITELIB}/pandas/io/tests/test_pytables.py
${PYSITELIB}/pandas/io/tests/test_pytables.pyc
${PYSITELIB}/pandas/io/tests/test_pytables.pyo
+${PYSITELIB}/pandas/io/tests/test_sas.py
+${PYSITELIB}/pandas/io/tests/test_sas.pyc
+${PYSITELIB}/pandas/io/tests/test_sas.pyo
${PYSITELIB}/pandas/io/tests/test_sql.py
${PYSITELIB}/pandas/io/tests/test_sql.pyc
${PYSITELIB}/pandas/io/tests/test_sql.pyo
@@ -379,7 +453,17 @@ ${PYSITELIB}/pandas/io/wb.pyc
${PYSITELIB}/pandas/io/wb.pyo
${PYSITELIB}/pandas/json.so
${PYSITELIB}/pandas/lib.so
-${PYSITELIB}/pandas/msgpack.so
+${PYSITELIB}/pandas/msgpack/__init__.py
+${PYSITELIB}/pandas/msgpack/__init__.pyc
+${PYSITELIB}/pandas/msgpack/__init__.pyo
+${PYSITELIB}/pandas/msgpack/_packer.so
+${PYSITELIB}/pandas/msgpack/_unpacker.so
+${PYSITELIB}/pandas/msgpack/_version.py
+${PYSITELIB}/pandas/msgpack/_version.pyc
+${PYSITELIB}/pandas/msgpack/_version.pyo
+${PYSITELIB}/pandas/msgpack/exceptions.py
+${PYSITELIB}/pandas/msgpack/exceptions.pyc
+${PYSITELIB}/pandas/msgpack/exceptions.pyo
${PYSITELIB}/pandas/parser.so
${PYSITELIB}/pandas/rpy/__init__.py
${PYSITELIB}/pandas/rpy/__init__.pyc
@@ -525,6 +609,9 @@ ${PYSITELIB}/pandas/tests/test_compat.pyo
${PYSITELIB}/pandas/tests/test_config.py
${PYSITELIB}/pandas/tests/test_config.pyc
${PYSITELIB}/pandas/tests/test_config.pyo
+${PYSITELIB}/pandas/tests/test_dtypes.py
+${PYSITELIB}/pandas/tests/test_dtypes.pyc
+${PYSITELIB}/pandas/tests/test_dtypes.pyo
${PYSITELIB}/pandas/tests/test_expressions.py
${PYSITELIB}/pandas/tests/test_expressions.pyc
${PYSITELIB}/pandas/tests/test_expressions.pyo
@@ -540,6 +627,9 @@ ${PYSITELIB}/pandas/tests/test_generic.pyo
${PYSITELIB}/pandas/tests/test_graphics.py
${PYSITELIB}/pandas/tests/test_graphics.pyc
${PYSITELIB}/pandas/tests/test_graphics.pyo
+${PYSITELIB}/pandas/tests/test_graphics_others.py
+${PYSITELIB}/pandas/tests/test_graphics_others.pyc
+${PYSITELIB}/pandas/tests/test_graphics_others.pyo
${PYSITELIB}/pandas/tests/test_groupby.py
${PYSITELIB}/pandas/tests/test_groupby.pyc
${PYSITELIB}/pandas/tests/test_groupby.pyo
@@ -567,9 +657,18 @@ ${PYSITELIB}/pandas/tests/test_msgpack/test_case.pyo
${PYSITELIB}/pandas/tests/test_msgpack/test_except.py
${PYSITELIB}/pandas/tests/test_msgpack/test_except.pyc
${PYSITELIB}/pandas/tests/test_msgpack/test_except.pyo
+${PYSITELIB}/pandas/tests/test_msgpack/test_extension.py
+${PYSITELIB}/pandas/tests/test_msgpack/test_extension.pyc
+${PYSITELIB}/pandas/tests/test_msgpack/test_extension.pyo
${PYSITELIB}/pandas/tests/test_msgpack/test_format.py
${PYSITELIB}/pandas/tests/test_msgpack/test_format.pyc
${PYSITELIB}/pandas/tests/test_msgpack/test_format.pyo
+${PYSITELIB}/pandas/tests/test_msgpack/test_limits.py
+${PYSITELIB}/pandas/tests/test_msgpack/test_limits.pyc
+${PYSITELIB}/pandas/tests/test_msgpack/test_limits.pyo
+${PYSITELIB}/pandas/tests/test_msgpack/test_newspec.py
+${PYSITELIB}/pandas/tests/test_msgpack/test_newspec.pyc
+${PYSITELIB}/pandas/tests/test_msgpack/test_newspec.pyo
${PYSITELIB}/pandas/tests/test_msgpack/test_obj.py
${PYSITELIB}/pandas/tests/test_msgpack/test_obj.pyc
${PYSITELIB}/pandas/tests/test_msgpack/test_obj.pyo
@@ -588,6 +687,9 @@ ${PYSITELIB}/pandas/tests/test_msgpack/test_sequnpack.pyo
${PYSITELIB}/pandas/tests/test_msgpack/test_subtype.py
${PYSITELIB}/pandas/tests/test_msgpack/test_subtype.pyc
${PYSITELIB}/pandas/tests/test_msgpack/test_subtype.pyo
+${PYSITELIB}/pandas/tests/test_msgpack/test_unpack.py
+${PYSITELIB}/pandas/tests/test_msgpack/test_unpack.pyc
+${PYSITELIB}/pandas/tests/test_msgpack/test_unpack.pyo
${PYSITELIB}/pandas/tests/test_msgpack/test_unpack_raw.py
${PYSITELIB}/pandas/tests/test_msgpack/test_unpack_raw.pyc
${PYSITELIB}/pandas/tests/test_msgpack/test_unpack_raw.pyo
@@ -621,6 +723,9 @@ ${PYSITELIB}/pandas/tests/test_stats.pyo
${PYSITELIB}/pandas/tests/test_strings.py
${PYSITELIB}/pandas/tests/test_strings.pyc
${PYSITELIB}/pandas/tests/test_strings.pyo
+${PYSITELIB}/pandas/tests/test_style.py
+${PYSITELIB}/pandas/tests/test_style.pyc
+${PYSITELIB}/pandas/tests/test_style.pyo
${PYSITELIB}/pandas/tests/test_testing.py
${PYSITELIB}/pandas/tests/test_testing.pyc
${PYSITELIB}/pandas/tests/test_testing.pyo
@@ -797,6 +902,3 @@ ${PYSITELIB}/pandas/util/terminal.pyo
${PYSITELIB}/pandas/util/testing.py
${PYSITELIB}/pandas/util/testing.pyc
${PYSITELIB}/pandas/util/testing.pyo
-${PYSITELIB}/pandas/version.py
-${PYSITELIB}/pandas/version.pyc
-${PYSITELIB}/pandas/version.pyo
diff --git a/math/py-pandas/distinfo b/math/py-pandas/distinfo
index adfdac4bb0a..0a9c957fe4b 100644
--- a/math/py-pandas/distinfo
+++ b/math/py-pandas/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 23:33:42 agc Exp $
+$NetBSD: distinfo,v 1.9 2015/12/28 14:35:02 wiz Exp $
-SHA1 (pandas-0.16.2.tar.gz) = c30ce30495e2c351cb8181d36dac5122dc14d440
-RMD160 (pandas-0.16.2.tar.gz) = 944d6193ad0be622c12d91b07abd64eca0be12d4
-SHA512 (pandas-0.16.2.tar.gz) = 44874e12a42a01dd7ed88f3f97e954732a534a5e2dc4815ef6203bdb2d88850a607e6631a35ae8fc79f4621a5dfaa34f39bb1c9a0ecfb17da1cf0c10f35ff27b
-Size (pandas-0.16.2.tar.gz) = 4931751 bytes
+SHA1 (pandas-0.17.1.tar.gz) = 2e515ad85d872b8aabda3da7586f002b7826d425
+RMD160 (pandas-0.17.1.tar.gz) = 7efb982b3469d2765be9617f1683773ae443534c
+SHA512 (pandas-0.17.1.tar.gz) = 9d9f9064585b1f3551625e0c8f4eedaaa1253790c2a5cb28e58e70eb805cc18f9770d793aa748cbd76798488ff60efdd01eb4b21daf5ad8f1dc4d9c050487234
+Size (pandas-0.17.1.tar.gz) = 6674479 bytes