pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-pandas



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Feb 14 16:21:55 UTC 2020

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

Log Message:
math/py-pandas: Update to 0.25.3

Highlights:

- Groupby aggregation with relabeling
- Better repr for MultiIndex
- Better truncated repr for Series and DataFrame
- Series.explode to split list-like values to rows


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/math/py-pandas/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/math/py-pandas/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/math/py-pandas/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/Makefile
diff -u pkgsrc/math/py-pandas/Makefile:1.29 pkgsrc/math/py-pandas/Makefile:1.30
--- pkgsrc/math/py-pandas/Makefile:1.29 Sun Jan 26 17:31:40 2020
+++ pkgsrc/math/py-pandas/Makefile      Fri Feb 14 16:21:55 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2020/01/26 17:31:40 rillig Exp $
+# $NetBSD: Makefile,v 1.30 2020/02/14 16:21:55 minskim Exp $
 
-DISTNAME=      pandas-0.24.2
+DISTNAME=      pandas-0.25.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pandas/}
@@ -11,27 +11,28 @@ COMMENT=    Python Data Analysis Library
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-bottleneck-[0-9]*:../../math/py-bottleneck
-DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.5.0:../../time/py-dateutil
+DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.6.1:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
 DEPENDS+=      ${PYPKGPREFIX}-numexpr-[0-9]*:../../math/py-numexpr
-DEPENDS+=      ${PYPKGPREFIX}-pytz>=2011:../../time/py-pytz
+DEPENDS+=      ${PYPKGPREFIX}-pytz>=2017.2:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.7:../../math/py-scipy
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 DEPENDS+=      ${PYPKGPREFIX}-tables>=2.2:../../math/py-tables
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
-TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=3.58:../../devel/py-hypothesis
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=4.0.2:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 # 20 test failures as of 0.18.1, see
 # https://github.com/pydata/pandas/issues/12337
 # https://github.com/pydata/pandas/issues/14043
 
 USE_LANGUAGES= c c++
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-matplotlib, py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 PYSETUPTESTTARGET=     pytest
 
 .include "../../lang/python/egg.mk"
-BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.12.0
+BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.13.3
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/py-pandas/PLIST
diff -u pkgsrc/math/py-pandas/PLIST:1.17 pkgsrc/math/py-pandas/PLIST:1.18
--- pkgsrc/math/py-pandas/PLIST:1.17    Sun Jun 16 19:14:52 2019
+++ pkgsrc/math/py-pandas/PLIST Fri Feb 14 16:21:55 2020
@@ -1,13 +1,29 @@
-@comment $NetBSD: PLIST,v 1.17 2019/06/16 19:14:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2020/02/14 16:21:55 minskim Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/pandas/__init__.py
 ${PYSITELIB}/pandas/__init__.pyc
 ${PYSITELIB}/pandas/__init__.pyo
+${PYSITELIB}/pandas/_config/__init__.py
+${PYSITELIB}/pandas/_config/__init__.pyc
+${PYSITELIB}/pandas/_config/__init__.pyo
+${PYSITELIB}/pandas/_config/config.py
+${PYSITELIB}/pandas/_config/config.pyc
+${PYSITELIB}/pandas/_config/config.pyo
+${PYSITELIB}/pandas/_config/dates.py
+${PYSITELIB}/pandas/_config/dates.pyc
+${PYSITELIB}/pandas/_config/dates.pyo
+${PYSITELIB}/pandas/_config/display.py
+${PYSITELIB}/pandas/_config/display.pyc
+${PYSITELIB}/pandas/_config/display.pyo
+${PYSITELIB}/pandas/_config/localization.py
+${PYSITELIB}/pandas/_config/localization.pyc
+${PYSITELIB}/pandas/_config/localization.pyo
 ${PYSITELIB}/pandas/_libs/__init__.py
 ${PYSITELIB}/pandas/_libs/__init__.pyc
 ${PYSITELIB}/pandas/_libs/__init__.pyo
@@ -35,6 +51,7 @@ ${PYSITELIB}/pandas/_libs/tslib.so
 ${PYSITELIB}/pandas/_libs/tslibs/__init__.py
 ${PYSITELIB}/pandas/_libs/tslibs/__init__.pyc
 ${PYSITELIB}/pandas/_libs/tslibs/__init__.pyo
+${PYSITELIB}/pandas/_libs/tslibs/c_timestamp.so
 ${PYSITELIB}/pandas/_libs/tslibs/ccalendar.so
 ${PYSITELIB}/pandas/_libs/tslibs/conversion.so
 ${PYSITELIB}/pandas/_libs/tslibs/fields.so
@@ -49,8 +66,12 @@ ${PYSITELIB}/pandas/_libs/tslibs/strptim
 ${PYSITELIB}/pandas/_libs/tslibs/timedeltas.so
 ${PYSITELIB}/pandas/_libs/tslibs/timestamps.so
 ${PYSITELIB}/pandas/_libs/tslibs/timezones.so
+${PYSITELIB}/pandas/_libs/tslibs/tzconversion.so
 ${PYSITELIB}/pandas/_libs/window.so
 ${PYSITELIB}/pandas/_libs/writers.so
+${PYSITELIB}/pandas/_typing.py
+${PYSITELIB}/pandas/_typing.pyc
+${PYSITELIB}/pandas/_typing.pyo
 ${PYSITELIB}/pandas/_version.py
 ${PYSITELIB}/pandas/_version.pyc
 ${PYSITELIB}/pandas/_version.pyo
@@ -69,12 +90,12 @@ ${PYSITELIB}/pandas/arrays/__init__.pyo
 ${PYSITELIB}/pandas/compat/__init__.py
 ${PYSITELIB}/pandas/compat/__init__.pyc
 ${PYSITELIB}/pandas/compat/__init__.pyo
+${PYSITELIB}/pandas/compat/_optional.py
+${PYSITELIB}/pandas/compat/_optional.pyc
+${PYSITELIB}/pandas/compat/_optional.pyo
 ${PYSITELIB}/pandas/compat/chainmap.py
 ${PYSITELIB}/pandas/compat/chainmap.pyc
 ${PYSITELIB}/pandas/compat/chainmap.pyo
-${PYSITELIB}/pandas/compat/chainmap_impl.py
-${PYSITELIB}/pandas/compat/chainmap_impl.pyc
-${PYSITELIB}/pandas/compat/chainmap_impl.pyo
 ${PYSITELIB}/pandas/compat/numpy/__init__.py
 ${PYSITELIB}/pandas/compat/numpy/__init__.pyc
 ${PYSITELIB}/pandas/compat/numpy/__init__.pyo
@@ -144,9 +165,6 @@ ${PYSITELIB}/pandas/core/arrays/timedelt
 ${PYSITELIB}/pandas/core/base.py
 ${PYSITELIB}/pandas/core/base.pyc
 ${PYSITELIB}/pandas/core/base.pyo
-${PYSITELIB}/pandas/core/categorical.py
-${PYSITELIB}/pandas/core/categorical.pyc
-${PYSITELIB}/pandas/core/categorical.pyo
 ${PYSITELIB}/pandas/core/common.py
 ${PYSITELIB}/pandas/core/common.pyc
 ${PYSITELIB}/pandas/core/common.pyo
@@ -186,9 +204,6 @@ ${PYSITELIB}/pandas/core/computation/pyt
 ${PYSITELIB}/pandas/core/computation/scope.py
 ${PYSITELIB}/pandas/core/computation/scope.pyc
 ${PYSITELIB}/pandas/core/computation/scope.pyo
-${PYSITELIB}/pandas/core/config.py
-${PYSITELIB}/pandas/core/config.pyc
-${PYSITELIB}/pandas/core/config.pyo
 ${PYSITELIB}/pandas/core/config_init.py
 ${PYSITELIB}/pandas/core/config_init.pyc
 ${PYSITELIB}/pandas/core/config_init.pyo
@@ -252,6 +267,9 @@ ${PYSITELIB}/pandas/core/groupby/ops.pyo
 ${PYSITELIB}/pandas/core/index.py
 ${PYSITELIB}/pandas/core/index.pyc
 ${PYSITELIB}/pandas/core/index.pyo
+${PYSITELIB}/pandas/core/indexers.py
+${PYSITELIB}/pandas/core/indexers.pyc
+${PYSITELIB}/pandas/core/indexers.pyo
 ${PYSITELIB}/pandas/core/indexes/__init__.py
 ${PYSITELIB}/pandas/core/indexes/__init__.pyc
 ${PYSITELIB}/pandas/core/indexes/__init__.pyo
@@ -321,12 +339,18 @@ ${PYSITELIB}/pandas/core/missing.pyo
 ${PYSITELIB}/pandas/core/nanops.py
 ${PYSITELIB}/pandas/core/nanops.pyc
 ${PYSITELIB}/pandas/core/nanops.pyo
-${PYSITELIB}/pandas/core/ops.py
-${PYSITELIB}/pandas/core/ops.pyc
-${PYSITELIB}/pandas/core/ops.pyo
-${PYSITELIB}/pandas/core/panel.py
-${PYSITELIB}/pandas/core/panel.pyc
-${PYSITELIB}/pandas/core/panel.pyo
+${PYSITELIB}/pandas/core/ops/__init__.py
+${PYSITELIB}/pandas/core/ops/__init__.pyc
+${PYSITELIB}/pandas/core/ops/__init__.pyo
+${PYSITELIB}/pandas/core/ops/docstrings.py
+${PYSITELIB}/pandas/core/ops/docstrings.pyc
+${PYSITELIB}/pandas/core/ops/docstrings.pyo
+${PYSITELIB}/pandas/core/ops/missing.py
+${PYSITELIB}/pandas/core/ops/missing.pyc
+${PYSITELIB}/pandas/core/ops/missing.pyo
+${PYSITELIB}/pandas/core/ops/roperator.py
+${PYSITELIB}/pandas/core/ops/roperator.pyc
+${PYSITELIB}/pandas/core/ops/roperator.pyo
 ${PYSITELIB}/pandas/core/resample.py
 ${PYSITELIB}/pandas/core/resample.pyc
 ${PYSITELIB}/pandas/core/resample.pyo
@@ -432,9 +456,30 @@ ${PYSITELIB}/pandas/io/common.pyo
 ${PYSITELIB}/pandas/io/date_converters.py
 ${PYSITELIB}/pandas/io/date_converters.pyc
 ${PYSITELIB}/pandas/io/date_converters.pyo
-${PYSITELIB}/pandas/io/excel.py
-${PYSITELIB}/pandas/io/excel.pyc
-${PYSITELIB}/pandas/io/excel.pyo
+${PYSITELIB}/pandas/io/excel/__init__.py
+${PYSITELIB}/pandas/io/excel/__init__.pyc
+${PYSITELIB}/pandas/io/excel/__init__.pyo
+${PYSITELIB}/pandas/io/excel/_base.py
+${PYSITELIB}/pandas/io/excel/_base.pyc
+${PYSITELIB}/pandas/io/excel/_base.pyo
+${PYSITELIB}/pandas/io/excel/_odfreader.py
+${PYSITELIB}/pandas/io/excel/_odfreader.pyc
+${PYSITELIB}/pandas/io/excel/_odfreader.pyo
+${PYSITELIB}/pandas/io/excel/_openpyxl.py
+${PYSITELIB}/pandas/io/excel/_openpyxl.pyc
+${PYSITELIB}/pandas/io/excel/_openpyxl.pyo
+${PYSITELIB}/pandas/io/excel/_util.py
+${PYSITELIB}/pandas/io/excel/_util.pyc
+${PYSITELIB}/pandas/io/excel/_util.pyo
+${PYSITELIB}/pandas/io/excel/_xlrd.py
+${PYSITELIB}/pandas/io/excel/_xlrd.pyc
+${PYSITELIB}/pandas/io/excel/_xlrd.pyo
+${PYSITELIB}/pandas/io/excel/_xlsxwriter.py
+${PYSITELIB}/pandas/io/excel/_xlsxwriter.pyc
+${PYSITELIB}/pandas/io/excel/_xlsxwriter.pyo
+${PYSITELIB}/pandas/io/excel/_xlwt.py
+${PYSITELIB}/pandas/io/excel/_xlwt.pyc
+${PYSITELIB}/pandas/io/excel/_xlwt.pyo
 ${PYSITELIB}/pandas/io/feather_format.py
 ${PYSITELIB}/pandas/io/feather_format.pyc
 ${PYSITELIB}/pandas/io/feather_format.pyo
@@ -469,9 +514,6 @@ ${PYSITELIB}/pandas/io/formats/style.py
 ${PYSITELIB}/pandas/io/formats/style.pyc
 ${PYSITELIB}/pandas/io/formats/style.pyo
 ${PYSITELIB}/pandas/io/formats/templates/html.tpl
-${PYSITELIB}/pandas/io/formats/terminal.py
-${PYSITELIB}/pandas/io/formats/terminal.pyc
-${PYSITELIB}/pandas/io/formats/terminal.pyo
 ${PYSITELIB}/pandas/io/gbq.py
 ${PYSITELIB}/pandas/io/gbq.pyc
 ${PYSITELIB}/pandas/io/gbq.pyo
@@ -484,15 +526,15 @@ ${PYSITELIB}/pandas/io/html.pyo
 ${PYSITELIB}/pandas/io/json/__init__.py
 ${PYSITELIB}/pandas/io/json/__init__.pyc
 ${PYSITELIB}/pandas/io/json/__init__.pyo
-${PYSITELIB}/pandas/io/json/json.py
-${PYSITELIB}/pandas/io/json/json.pyc
-${PYSITELIB}/pandas/io/json/json.pyo
-${PYSITELIB}/pandas/io/json/normalize.py
-${PYSITELIB}/pandas/io/json/normalize.pyc
-${PYSITELIB}/pandas/io/json/normalize.pyo
-${PYSITELIB}/pandas/io/json/table_schema.py
-${PYSITELIB}/pandas/io/json/table_schema.pyc
-${PYSITELIB}/pandas/io/json/table_schema.pyo
+${PYSITELIB}/pandas/io/json/_json.py
+${PYSITELIB}/pandas/io/json/_json.pyc
+${PYSITELIB}/pandas/io/json/_json.pyo
+${PYSITELIB}/pandas/io/json/_normalize.py
+${PYSITELIB}/pandas/io/json/_normalize.pyc
+${PYSITELIB}/pandas/io/json/_normalize.pyo
+${PYSITELIB}/pandas/io/json/_table_schema.py
+${PYSITELIB}/pandas/io/json/_table_schema.pyc
+${PYSITELIB}/pandas/io/json/_table_schema.pyo
 ${PYSITELIB}/pandas/io/msgpack/__init__.py
 ${PYSITELIB}/pandas/io/msgpack/__init__.pyc
 ${PYSITELIB}/pandas/io/msgpack/__init__.pyo
@@ -538,6 +580,9 @@ ${PYSITELIB}/pandas/io/sas/sas_xport.pyo
 ${PYSITELIB}/pandas/io/sas/sasreader.py
 ${PYSITELIB}/pandas/io/sas/sasreader.pyc
 ${PYSITELIB}/pandas/io/sas/sasreader.pyo
+${PYSITELIB}/pandas/io/spss.py
+${PYSITELIB}/pandas/io/spss.pyc
+${PYSITELIB}/pandas/io/spss.pyo
 ${PYSITELIB}/pandas/io/sql.py
 ${PYSITELIB}/pandas/io/sql.pyc
 ${PYSITELIB}/pandas/io/sql.pyo
@@ -547,27 +592,42 @@ ${PYSITELIB}/pandas/io/stata.pyo
 ${PYSITELIB}/pandas/plotting/__init__.py
 ${PYSITELIB}/pandas/plotting/__init__.pyc
 ${PYSITELIB}/pandas/plotting/__init__.pyo
-${PYSITELIB}/pandas/plotting/_compat.py
-${PYSITELIB}/pandas/plotting/_compat.pyc
-${PYSITELIB}/pandas/plotting/_compat.pyo
-${PYSITELIB}/pandas/plotting/_converter.py
-${PYSITELIB}/pandas/plotting/_converter.pyc
-${PYSITELIB}/pandas/plotting/_converter.pyo
 ${PYSITELIB}/pandas/plotting/_core.py
 ${PYSITELIB}/pandas/plotting/_core.pyc
 ${PYSITELIB}/pandas/plotting/_core.pyo
+${PYSITELIB}/pandas/plotting/_matplotlib/__init__.py
+${PYSITELIB}/pandas/plotting/_matplotlib/__init__.pyc
+${PYSITELIB}/pandas/plotting/_matplotlib/__init__.pyo
+${PYSITELIB}/pandas/plotting/_matplotlib/boxplot.py
+${PYSITELIB}/pandas/plotting/_matplotlib/boxplot.pyc
+${PYSITELIB}/pandas/plotting/_matplotlib/boxplot.pyo
+${PYSITELIB}/pandas/plotting/_matplotlib/compat.py
+${PYSITELIB}/pandas/plotting/_matplotlib/compat.pyc
+${PYSITELIB}/pandas/plotting/_matplotlib/compat.pyo
+${PYSITELIB}/pandas/plotting/_matplotlib/converter.py
+${PYSITELIB}/pandas/plotting/_matplotlib/converter.pyc
+${PYSITELIB}/pandas/plotting/_matplotlib/converter.pyo
+${PYSITELIB}/pandas/plotting/_matplotlib/core.py
+${PYSITELIB}/pandas/plotting/_matplotlib/core.pyc
+${PYSITELIB}/pandas/plotting/_matplotlib/core.pyo
+${PYSITELIB}/pandas/plotting/_matplotlib/hist.py
+${PYSITELIB}/pandas/plotting/_matplotlib/hist.pyc
+${PYSITELIB}/pandas/plotting/_matplotlib/hist.pyo
+${PYSITELIB}/pandas/plotting/_matplotlib/misc.py
+${PYSITELIB}/pandas/plotting/_matplotlib/misc.pyc
+${PYSITELIB}/pandas/plotting/_matplotlib/misc.pyo
+${PYSITELIB}/pandas/plotting/_matplotlib/style.py
+${PYSITELIB}/pandas/plotting/_matplotlib/style.pyc
+${PYSITELIB}/pandas/plotting/_matplotlib/style.pyo
+${PYSITELIB}/pandas/plotting/_matplotlib/timeseries.py
+${PYSITELIB}/pandas/plotting/_matplotlib/timeseries.pyc
+${PYSITELIB}/pandas/plotting/_matplotlib/timeseries.pyo
+${PYSITELIB}/pandas/plotting/_matplotlib/tools.py
+${PYSITELIB}/pandas/plotting/_matplotlib/tools.pyc
+${PYSITELIB}/pandas/plotting/_matplotlib/tools.pyo
 ${PYSITELIB}/pandas/plotting/_misc.py
 ${PYSITELIB}/pandas/plotting/_misc.pyc
 ${PYSITELIB}/pandas/plotting/_misc.pyo
-${PYSITELIB}/pandas/plotting/_style.py
-${PYSITELIB}/pandas/plotting/_style.pyc
-${PYSITELIB}/pandas/plotting/_style.pyo
-${PYSITELIB}/pandas/plotting/_timeseries.py
-${PYSITELIB}/pandas/plotting/_timeseries.pyc
-${PYSITELIB}/pandas/plotting/_timeseries.pyo
-${PYSITELIB}/pandas/plotting/_tools.py
-${PYSITELIB}/pandas/plotting/_tools.pyc
-${PYSITELIB}/pandas/plotting/_tools.pyo
 ${PYSITELIB}/pandas/testing.py
 ${PYSITELIB}/pandas/testing.pyc
 ${PYSITELIB}/pandas/testing.pyo
@@ -664,6 +724,9 @@ ${PYSITELIB}/pandas/tests/arrays/interva
 ${PYSITELIB}/pandas/tests/arrays/sparse/__init__.py
 ${PYSITELIB}/pandas/tests/arrays/sparse/__init__.pyc
 ${PYSITELIB}/pandas/tests/arrays/sparse/__init__.pyo
+${PYSITELIB}/pandas/tests/arrays/sparse/test_accessor.py
+${PYSITELIB}/pandas/tests/arrays/sparse/test_accessor.pyc
+${PYSITELIB}/pandas/tests/arrays/sparse/test_accessor.pyo
 ${PYSITELIB}/pandas/tests/arrays/sparse/test_arithmetics.py
 ${PYSITELIB}/pandas/tests/arrays/sparse/test_arithmetics.pyc
 ${PYSITELIB}/pandas/tests/arrays/sparse/test_arithmetics.pyo
@@ -706,6 +769,15 @@ ${PYSITELIB}/pandas/tests/computation/te
 ${PYSITELIB}/pandas/tests/computation/test_eval.py
 ${PYSITELIB}/pandas/tests/computation/test_eval.pyc
 ${PYSITELIB}/pandas/tests/computation/test_eval.pyo
+${PYSITELIB}/pandas/tests/config/__init__.py
+${PYSITELIB}/pandas/tests/config/__init__.pyc
+${PYSITELIB}/pandas/tests/config/__init__.pyo
+${PYSITELIB}/pandas/tests/config/test_config.py
+${PYSITELIB}/pandas/tests/config/test_config.pyc
+${PYSITELIB}/pandas/tests/config/test_config.pyo
+${PYSITELIB}/pandas/tests/config/test_localization.py
+${PYSITELIB}/pandas/tests/config/test_localization.pyc
+${PYSITELIB}/pandas/tests/config/test_localization.pyo
 ${PYSITELIB}/pandas/tests/dtypes/__init__.py
 ${PYSITELIB}/pandas/tests/dtypes/__init__.pyc
 ${PYSITELIB}/pandas/tests/dtypes/__init__.pyo
@@ -736,6 +808,12 @@ ${PYSITELIB}/pandas/tests/dtypes/cast/te
 ${PYSITELIB}/pandas/tests/dtypes/cast/test_infer_dtype.py
 ${PYSITELIB}/pandas/tests/dtypes/cast/test_infer_dtype.pyc
 ${PYSITELIB}/pandas/tests/dtypes/cast/test_infer_dtype.pyo
+${PYSITELIB}/pandas/tests/dtypes/cast/test_promote.py
+${PYSITELIB}/pandas/tests/dtypes/cast/test_promote.pyc
+${PYSITELIB}/pandas/tests/dtypes/cast/test_promote.pyo
+${PYSITELIB}/pandas/tests/dtypes/cast/test_upcast.py
+${PYSITELIB}/pandas/tests/dtypes/cast/test_upcast.pyc
+${PYSITELIB}/pandas/tests/dtypes/cast/test_upcast.pyo
 ${PYSITELIB}/pandas/tests/dtypes/test_common.py
 ${PYSITELIB}/pandas/tests/dtypes/test_common.pyc
 ${PYSITELIB}/pandas/tests/dtypes/test_common.pyo
@@ -835,18 +913,15 @@ ${PYSITELIB}/pandas/tests/extension/json
 ${PYSITELIB}/pandas/tests/extension/json/test_json.py
 ${PYSITELIB}/pandas/tests/extension/json/test_json.pyc
 ${PYSITELIB}/pandas/tests/extension/json/test_json.pyo
-${PYSITELIB}/pandas/tests/extension/numpy_/__init__.py
-${PYSITELIB}/pandas/tests/extension/numpy_/__init__.pyc
-${PYSITELIB}/pandas/tests/extension/numpy_/__init__.pyo
-${PYSITELIB}/pandas/tests/extension/numpy_/conftest.py
-${PYSITELIB}/pandas/tests/extension/numpy_/conftest.pyc
-${PYSITELIB}/pandas/tests/extension/numpy_/conftest.pyo
-${PYSITELIB}/pandas/tests/extension/numpy_/test_numpy.py
-${PYSITELIB}/pandas/tests/extension/numpy_/test_numpy.pyc
-${PYSITELIB}/pandas/tests/extension/numpy_/test_numpy.pyo
-${PYSITELIB}/pandas/tests/extension/numpy_/test_numpy_nested.py
-${PYSITELIB}/pandas/tests/extension/numpy_/test_numpy_nested.pyc
-${PYSITELIB}/pandas/tests/extension/numpy_/test_numpy_nested.pyo
+${PYSITELIB}/pandas/tests/extension/list/__init__.py
+${PYSITELIB}/pandas/tests/extension/list/__init__.pyc
+${PYSITELIB}/pandas/tests/extension/list/__init__.pyo
+${PYSITELIB}/pandas/tests/extension/list/array.py
+${PYSITELIB}/pandas/tests/extension/list/array.pyc
+${PYSITELIB}/pandas/tests/extension/list/array.pyo
+${PYSITELIB}/pandas/tests/extension/list/test_list.py
+${PYSITELIB}/pandas/tests/extension/list/test_list.pyc
+${PYSITELIB}/pandas/tests/extension/list/test_list.pyo
 ${PYSITELIB}/pandas/tests/extension/test_categorical.py
 ${PYSITELIB}/pandas/tests/extension/test_categorical.pyc
 ${PYSITELIB}/pandas/tests/extension/test_categorical.pyo
@@ -865,6 +940,9 @@ ${PYSITELIB}/pandas/tests/extension/test
 ${PYSITELIB}/pandas/tests/extension/test_interval.py
 ${PYSITELIB}/pandas/tests/extension/test_interval.pyc
 ${PYSITELIB}/pandas/tests/extension/test_interval.pyo
+${PYSITELIB}/pandas/tests/extension/test_numpy.py
+${PYSITELIB}/pandas/tests/extension/test_numpy.pyc
+${PYSITELIB}/pandas/tests/extension/test_numpy.pyo
 ${PYSITELIB}/pandas/tests/extension/test_period.py
 ${PYSITELIB}/pandas/tests/extension/test_period.pyc
 ${PYSITELIB}/pandas/tests/extension/test_period.pyo
@@ -919,6 +997,9 @@ ${PYSITELIB}/pandas/tests/frame/test_dty
 ${PYSITELIB}/pandas/tests/frame/test_duplicates.py
 ${PYSITELIB}/pandas/tests/frame/test_duplicates.pyc
 ${PYSITELIB}/pandas/tests/frame/test_duplicates.pyo
+${PYSITELIB}/pandas/tests/frame/test_explode.py
+${PYSITELIB}/pandas/tests/frame/test_explode.pyc
+${PYSITELIB}/pandas/tests/frame/test_explode.pyo
 ${PYSITELIB}/pandas/tests/frame/test_indexing.py
 ${PYSITELIB}/pandas/tests/frame/test_indexing.pyc
 ${PYSITELIB}/pandas/tests/frame/test_indexing.pyo
@@ -991,9 +1072,6 @@ ${PYSITELIB}/pandas/tests/generic/test_g
 ${PYSITELIB}/pandas/tests/generic/test_label_or_level_utils.py
 ${PYSITELIB}/pandas/tests/generic/test_label_or_level_utils.pyc
 ${PYSITELIB}/pandas/tests/generic/test_label_or_level_utils.pyo
-${PYSITELIB}/pandas/tests/generic/test_panel.py
-${PYSITELIB}/pandas/tests/generic/test_panel.pyc
-${PYSITELIB}/pandas/tests/generic/test_panel.pyo
 ${PYSITELIB}/pandas/tests/generic/test_series.py
 ${PYSITELIB}/pandas/tests/generic/test_series.pyc
 ${PYSITELIB}/pandas/tests/generic/test_series.pyo
@@ -1144,6 +1222,9 @@ ${PYSITELIB}/pandas/tests/indexes/interv
 ${PYSITELIB}/pandas/tests/indexes/interval/test_interval_tree.py
 ${PYSITELIB}/pandas/tests/indexes/interval/test_interval_tree.pyc
 ${PYSITELIB}/pandas/tests/indexes/interval/test_interval_tree.pyo
+${PYSITELIB}/pandas/tests/indexes/interval/test_setops.py
+${PYSITELIB}/pandas/tests/indexes/interval/test_setops.pyc
+${PYSITELIB}/pandas/tests/indexes/interval/test_setops.pyo
 ${PYSITELIB}/pandas/tests/indexes/multi/__init__.py
 ${PYSITELIB}/pandas/tests/indexes/multi/__init__.pyc
 ${PYSITELIB}/pandas/tests/indexes/multi/__init__.pyo
@@ -1276,9 +1357,15 @@ ${PYSITELIB}/pandas/tests/indexes/test_f
 ${PYSITELIB}/pandas/tests/indexes/test_numeric.py
 ${PYSITELIB}/pandas/tests/indexes/test_numeric.pyc
 ${PYSITELIB}/pandas/tests/indexes/test_numeric.pyo
+${PYSITELIB}/pandas/tests/indexes/test_numpy_compat.py
+${PYSITELIB}/pandas/tests/indexes/test_numpy_compat.pyc
+${PYSITELIB}/pandas/tests/indexes/test_numpy_compat.pyo
 ${PYSITELIB}/pandas/tests/indexes/test_range.py
 ${PYSITELIB}/pandas/tests/indexes/test_range.pyc
 ${PYSITELIB}/pandas/tests/indexes/test_range.pyo
+${PYSITELIB}/pandas/tests/indexes/test_setops.py
+${PYSITELIB}/pandas/tests/indexes/test_setops.pyc
+${PYSITELIB}/pandas/tests/indexes/test_setops.pyo
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/__init__.py
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/__init__.pyc
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/__init__.pyo
@@ -1366,9 +1453,6 @@ ${PYSITELIB}/pandas/tests/indexing/multi
 ${PYSITELIB}/pandas/tests/indexing/multiindex/test_multiindex.py
 ${PYSITELIB}/pandas/tests/indexing/multiindex/test_multiindex.pyc
 ${PYSITELIB}/pandas/tests/indexing/multiindex/test_multiindex.pyo
-${PYSITELIB}/pandas/tests/indexing/multiindex/test_panel.py
-${PYSITELIB}/pandas/tests/indexing/multiindex/test_panel.pyc
-${PYSITELIB}/pandas/tests/indexing/multiindex/test_panel.pyo
 ${PYSITELIB}/pandas/tests/indexing/multiindex/test_partial.py
 ${PYSITELIB}/pandas/tests/indexing/multiindex/test_partial.pyc
 ${PYSITELIB}/pandas/tests/indexing/multiindex/test_partial.pyo
@@ -1423,9 +1507,6 @@ ${PYSITELIB}/pandas/tests/indexing/test_
 ${PYSITELIB}/pandas/tests/indexing/test_loc.py
 ${PYSITELIB}/pandas/tests/indexing/test_loc.pyc
 ${PYSITELIB}/pandas/tests/indexing/test_loc.pyo
-${PYSITELIB}/pandas/tests/indexing/test_panel.py
-${PYSITELIB}/pandas/tests/indexing/test_panel.pyc
-${PYSITELIB}/pandas/tests/indexing/test_panel.pyo
 ${PYSITELIB}/pandas/tests/indexing/test_partial.py
 ${PYSITELIB}/pandas/tests/indexing/test_partial.pyc
 ${PYSITELIB}/pandas/tests/indexing/test_partial.pyo
@@ -1447,6 +1528,36 @@ ${PYSITELIB}/pandas/tests/io/__init__.py
 ${PYSITELIB}/pandas/tests/io/conftest.py
 ${PYSITELIB}/pandas/tests/io/conftest.pyc
 ${PYSITELIB}/pandas/tests/io/conftest.pyo
+${PYSITELIB}/pandas/tests/io/excel/__init__.py
+${PYSITELIB}/pandas/tests/io/excel/__init__.pyc
+${PYSITELIB}/pandas/tests/io/excel/__init__.pyo
+${PYSITELIB}/pandas/tests/io/excel/conftest.py
+${PYSITELIB}/pandas/tests/io/excel/conftest.pyc
+${PYSITELIB}/pandas/tests/io/excel/conftest.pyo
+${PYSITELIB}/pandas/tests/io/excel/test_odf.py
+${PYSITELIB}/pandas/tests/io/excel/test_odf.pyc
+${PYSITELIB}/pandas/tests/io/excel/test_odf.pyo
+${PYSITELIB}/pandas/tests/io/excel/test_openpyxl.py
+${PYSITELIB}/pandas/tests/io/excel/test_openpyxl.pyc
+${PYSITELIB}/pandas/tests/io/excel/test_openpyxl.pyo
+${PYSITELIB}/pandas/tests/io/excel/test_readers.py
+${PYSITELIB}/pandas/tests/io/excel/test_readers.pyc
+${PYSITELIB}/pandas/tests/io/excel/test_readers.pyo
+${PYSITELIB}/pandas/tests/io/excel/test_style.py
+${PYSITELIB}/pandas/tests/io/excel/test_style.pyc
+${PYSITELIB}/pandas/tests/io/excel/test_style.pyo
+${PYSITELIB}/pandas/tests/io/excel/test_writers.py
+${PYSITELIB}/pandas/tests/io/excel/test_writers.pyc
+${PYSITELIB}/pandas/tests/io/excel/test_writers.pyo
+${PYSITELIB}/pandas/tests/io/excel/test_xlrd.py
+${PYSITELIB}/pandas/tests/io/excel/test_xlrd.pyc
+${PYSITELIB}/pandas/tests/io/excel/test_xlrd.pyo
+${PYSITELIB}/pandas/tests/io/excel/test_xlsxwriter.py
+${PYSITELIB}/pandas/tests/io/excel/test_xlsxwriter.pyc
+${PYSITELIB}/pandas/tests/io/excel/test_xlsxwriter.pyo
+${PYSITELIB}/pandas/tests/io/excel/test_xlwt.py
+${PYSITELIB}/pandas/tests/io/excel/test_xlwt.pyc
+${PYSITELIB}/pandas/tests/io/excel/test_xlwt.pyo
 ${PYSITELIB}/pandas/tests/io/formats/__init__.py
 ${PYSITELIB}/pandas/tests/io/formats/__init__.pyc
 ${PYSITELIB}/pandas/tests/io/formats/__init__.pyo
@@ -1624,6 +1735,18 @@ ${PYSITELIB}/pandas/tests/io/parser/test
 ${PYSITELIB}/pandas/tests/io/parser/test_usecols.py
 ${PYSITELIB}/pandas/tests/io/parser/test_usecols.pyc
 ${PYSITELIB}/pandas/tests/io/parser/test_usecols.pyo
+${PYSITELIB}/pandas/tests/io/pytables/__init__.py
+${PYSITELIB}/pandas/tests/io/pytables/__init__.pyc
+${PYSITELIB}/pandas/tests/io/pytables/__init__.pyo
+${PYSITELIB}/pandas/tests/io/pytables/test_compat.py
+${PYSITELIB}/pandas/tests/io/pytables/test_compat.pyc
+${PYSITELIB}/pandas/tests/io/pytables/test_compat.pyo
+${PYSITELIB}/pandas/tests/io/pytables/test_pytables.py
+${PYSITELIB}/pandas/tests/io/pytables/test_pytables.pyc
+${PYSITELIB}/pandas/tests/io/pytables/test_pytables.pyo
+${PYSITELIB}/pandas/tests/io/pytables/test_pytables_missing.py
+${PYSITELIB}/pandas/tests/io/pytables/test_pytables_missing.pyc
+${PYSITELIB}/pandas/tests/io/pytables/test_pytables_missing.pyo
 ${PYSITELIB}/pandas/tests/io/sas/__init__.py
 ${PYSITELIB}/pandas/tests/io/sas/__init__.pyc
 ${PYSITELIB}/pandas/tests/io/sas/__init__.pyo
@@ -1648,9 +1771,6 @@ ${PYSITELIB}/pandas/tests/io/test_compre
 ${PYSITELIB}/pandas/tests/io/test_date_converters.py
 ${PYSITELIB}/pandas/tests/io/test_date_converters.pyc
 ${PYSITELIB}/pandas/tests/io/test_date_converters.pyo
-${PYSITELIB}/pandas/tests/io/test_excel.py
-${PYSITELIB}/pandas/tests/io/test_excel.pyc
-${PYSITELIB}/pandas/tests/io/test_excel.pyo
 ${PYSITELIB}/pandas/tests/io/test_feather.py
 ${PYSITELIB}/pandas/tests/io/test_feather.pyc
 ${PYSITELIB}/pandas/tests/io/test_feather.pyo
@@ -1672,12 +1792,12 @@ ${PYSITELIB}/pandas/tests/io/test_parque
 ${PYSITELIB}/pandas/tests/io/test_pickle.py
 ${PYSITELIB}/pandas/tests/io/test_pickle.pyc
 ${PYSITELIB}/pandas/tests/io/test_pickle.pyo
-${PYSITELIB}/pandas/tests/io/test_pytables.py
-${PYSITELIB}/pandas/tests/io/test_pytables.pyc
-${PYSITELIB}/pandas/tests/io/test_pytables.pyo
 ${PYSITELIB}/pandas/tests/io/test_s3.py
 ${PYSITELIB}/pandas/tests/io/test_s3.pyc
 ${PYSITELIB}/pandas/tests/io/test_s3.pyo
+${PYSITELIB}/pandas/tests/io/test_spss.py
+${PYSITELIB}/pandas/tests/io/test_spss.pyc
+${PYSITELIB}/pandas/tests/io/test_spss.pyo
 ${PYSITELIB}/pandas/tests/io/test_sql.py
 ${PYSITELIB}/pandas/tests/io/test_sql.pyc
 ${PYSITELIB}/pandas/tests/io/test_sql.pyo
@@ -1690,6 +1810,9 @@ ${PYSITELIB}/pandas/tests/plotting/__ini
 ${PYSITELIB}/pandas/tests/plotting/common.py
 ${PYSITELIB}/pandas/tests/plotting/common.pyc
 ${PYSITELIB}/pandas/tests/plotting/common.pyo
+${PYSITELIB}/pandas/tests/plotting/test_backend.py
+${PYSITELIB}/pandas/tests/plotting/test_backend.pyc
+${PYSITELIB}/pandas/tests/plotting/test_backend.pyo
 ${PYSITELIB}/pandas/tests/plotting/test_boxplot_method.py
 ${PYSITELIB}/pandas/tests/plotting/test_boxplot_method.pyc
 ${PYSITELIB}/pandas/tests/plotting/test_boxplot_method.pyo
@@ -1933,6 +2056,9 @@ ${PYSITELIB}/pandas/tests/series/test_dt
 ${PYSITELIB}/pandas/tests/series/test_duplicates.py
 ${PYSITELIB}/pandas/tests/series/test_duplicates.pyc
 ${PYSITELIB}/pandas/tests/series/test_duplicates.pyo
+${PYSITELIB}/pandas/tests/series/test_explode.py
+${PYSITELIB}/pandas/tests/series/test_explode.pyc
+${PYSITELIB}/pandas/tests/series/test_explode.pyo
 ${PYSITELIB}/pandas/tests/series/test_internals.py
 ${PYSITELIB}/pandas/tests/series/test_internals.pyc
 ${PYSITELIB}/pandas/tests/series/test_internals.pyo
@@ -1972,6 +2098,9 @@ ${PYSITELIB}/pandas/tests/series/test_ti
 ${PYSITELIB}/pandas/tests/series/test_timezones.py
 ${PYSITELIB}/pandas/tests/series/test_timezones.pyc
 ${PYSITELIB}/pandas/tests/series/test_timezones.pyo
+${PYSITELIB}/pandas/tests/series/test_ufunc.py
+${PYSITELIB}/pandas/tests/series/test_ufunc.pyc
+${PYSITELIB}/pandas/tests/series/test_ufunc.pyo
 ${PYSITELIB}/pandas/tests/series/test_validate.py
 ${PYSITELIB}/pandas/tests/series/test_validate.pyc
 ${PYSITELIB}/pandas/tests/series/test_validate.pyo
@@ -2044,9 +2173,6 @@ ${PYSITELIB}/pandas/tests/test_common.py
 ${PYSITELIB}/pandas/tests/test_compat.py
 ${PYSITELIB}/pandas/tests/test_compat.pyc
 ${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_downstream.py
 ${PYSITELIB}/pandas/tests/test_downstream.pyc
 ${PYSITELIB}/pandas/tests/test_downstream.pyo
@@ -2068,9 +2194,9 @@ ${PYSITELIB}/pandas/tests/test_multileve
 ${PYSITELIB}/pandas/tests/test_nanops.py
 ${PYSITELIB}/pandas/tests/test_nanops.pyc
 ${PYSITELIB}/pandas/tests/test_nanops.pyo
-${PYSITELIB}/pandas/tests/test_panel.py
-${PYSITELIB}/pandas/tests/test_panel.pyc
-${PYSITELIB}/pandas/tests/test_panel.pyo
+${PYSITELIB}/pandas/tests/test_optional_dependency.py
+${PYSITELIB}/pandas/tests/test_optional_dependency.pyc
+${PYSITELIB}/pandas/tests/test_optional_dependency.pyo
 ${PYSITELIB}/pandas/tests/test_register_accessor.py
 ${PYSITELIB}/pandas/tests/test_register_accessor.pyc
 ${PYSITELIB}/pandas/tests/test_register_accessor.pyo
@@ -2083,9 +2209,6 @@ ${PYSITELIB}/pandas/tests/test_strings.p
 ${PYSITELIB}/pandas/tests/test_take.py
 ${PYSITELIB}/pandas/tests/test_take.pyc
 ${PYSITELIB}/pandas/tests/test_take.pyo
-${PYSITELIB}/pandas/tests/test_window.py
-${PYSITELIB}/pandas/tests/test_window.pyc
-${PYSITELIB}/pandas/tests/test_window.pyo
 ${PYSITELIB}/pandas/tests/tools/__init__.py
 ${PYSITELIB}/pandas/tests/tools/__init__.pyc
 ${PYSITELIB}/pandas/tests/tools/__init__.pyo
@@ -2095,6 +2218,33 @@ ${PYSITELIB}/pandas/tests/tools/test_num
 ${PYSITELIB}/pandas/tests/tseries/__init__.py
 ${PYSITELIB}/pandas/tests/tseries/__init__.pyc
 ${PYSITELIB}/pandas/tests/tseries/__init__.pyo
+${PYSITELIB}/pandas/tests/tseries/frequencies/__init__.py
+${PYSITELIB}/pandas/tests/tseries/frequencies/__init__.pyc
+${PYSITELIB}/pandas/tests/tseries/frequencies/__init__.pyo
+${PYSITELIB}/pandas/tests/tseries/frequencies/test_freq_code.py
+${PYSITELIB}/pandas/tests/tseries/frequencies/test_freq_code.pyc
+${PYSITELIB}/pandas/tests/tseries/frequencies/test_freq_code.pyo
+${PYSITELIB}/pandas/tests/tseries/frequencies/test_inference.py
+${PYSITELIB}/pandas/tests/tseries/frequencies/test_inference.pyc
+${PYSITELIB}/pandas/tests/tseries/frequencies/test_inference.pyo
+${PYSITELIB}/pandas/tests/tseries/frequencies/test_to_offset.py
+${PYSITELIB}/pandas/tests/tseries/frequencies/test_to_offset.pyc
+${PYSITELIB}/pandas/tests/tseries/frequencies/test_to_offset.pyo
+${PYSITELIB}/pandas/tests/tseries/holiday/__init__.py
+${PYSITELIB}/pandas/tests/tseries/holiday/__init__.pyc
+${PYSITELIB}/pandas/tests/tseries/holiday/__init__.pyo
+${PYSITELIB}/pandas/tests/tseries/holiday/test_calendar.py
+${PYSITELIB}/pandas/tests/tseries/holiday/test_calendar.pyc
+${PYSITELIB}/pandas/tests/tseries/holiday/test_calendar.pyo
+${PYSITELIB}/pandas/tests/tseries/holiday/test_federal.py
+${PYSITELIB}/pandas/tests/tseries/holiday/test_federal.pyc
+${PYSITELIB}/pandas/tests/tseries/holiday/test_federal.pyo
+${PYSITELIB}/pandas/tests/tseries/holiday/test_holiday.py
+${PYSITELIB}/pandas/tests/tseries/holiday/test_holiday.pyc
+${PYSITELIB}/pandas/tests/tseries/holiday/test_holiday.pyo
+${PYSITELIB}/pandas/tests/tseries/holiday/test_observance.py
+${PYSITELIB}/pandas/tests/tseries/holiday/test_observance.pyc
+${PYSITELIB}/pandas/tests/tseries/holiday/test_observance.pyo
 ${PYSITELIB}/pandas/tests/tseries/offsets/__init__.py
 ${PYSITELIB}/pandas/tests/tseries/offsets/__init__.pyc
 ${PYSITELIB}/pandas/tests/tseries/offsets/__init__.pyo
@@ -2119,12 +2269,6 @@ ${PYSITELIB}/pandas/tests/tseries/offset
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_yqm_offsets.py
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_yqm_offsets.pyc
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_yqm_offsets.pyo
-${PYSITELIB}/pandas/tests/tseries/test_frequencies.py
-${PYSITELIB}/pandas/tests/tseries/test_frequencies.pyc
-${PYSITELIB}/pandas/tests/tseries/test_frequencies.pyo
-${PYSITELIB}/pandas/tests/tseries/test_holiday.py
-${PYSITELIB}/pandas/tests/tseries/test_holiday.pyc
-${PYSITELIB}/pandas/tests/tseries/test_holiday.pyo
 ${PYSITELIB}/pandas/tests/tslibs/__init__.py
 ${PYSITELIB}/pandas/tests/tslibs/__init__.pyc
 ${PYSITELIB}/pandas/tests/tslibs/__init__.pyo
@@ -2191,6 +2335,9 @@ ${PYSITELIB}/pandas/tests/util/test_asse
 ${PYSITELIB}/pandas/tests/util/test_assert_numpy_array_equal.py
 ${PYSITELIB}/pandas/tests/util/test_assert_numpy_array_equal.pyc
 ${PYSITELIB}/pandas/tests/util/test_assert_numpy_array_equal.pyo
+${PYSITELIB}/pandas/tests/util/test_assert_produces_warning.py
+${PYSITELIB}/pandas/tests/util/test_assert_produces_warning.pyc
+${PYSITELIB}/pandas/tests/util/test_assert_produces_warning.pyo
 ${PYSITELIB}/pandas/tests/util/test_assert_series_equal.py
 ${PYSITELIB}/pandas/tests/util/test_assert_series_equal.pyc
 ${PYSITELIB}/pandas/tests/util/test_assert_series_equal.pyo
@@ -2203,9 +2350,6 @@ ${PYSITELIB}/pandas/tests/util/test_depr
 ${PYSITELIB}/pandas/tests/util/test_hashing.py
 ${PYSITELIB}/pandas/tests/util/test_hashing.pyc
 ${PYSITELIB}/pandas/tests/util/test_hashing.pyo
-${PYSITELIB}/pandas/tests/util/test_locale.py
-${PYSITELIB}/pandas/tests/util/test_locale.pyc
-${PYSITELIB}/pandas/tests/util/test_locale.pyo
 ${PYSITELIB}/pandas/tests/util/test_move.py
 ${PYSITELIB}/pandas/tests/util/test_move.pyc
 ${PYSITELIB}/pandas/tests/util/test_move.pyo
@@ -2224,6 +2368,45 @@ ${PYSITELIB}/pandas/tests/util/test_vali
 ${PYSITELIB}/pandas/tests/util/test_validate_kwargs.py
 ${PYSITELIB}/pandas/tests/util/test_validate_kwargs.pyc
 ${PYSITELIB}/pandas/tests/util/test_validate_kwargs.pyo
+${PYSITELIB}/pandas/tests/window/__init__.py
+${PYSITELIB}/pandas/tests/window/__init__.pyc
+${PYSITELIB}/pandas/tests/window/__init__.pyo
+${PYSITELIB}/pandas/tests/window/common.py
+${PYSITELIB}/pandas/tests/window/common.pyc
+${PYSITELIB}/pandas/tests/window/common.pyo
+${PYSITELIB}/pandas/tests/window/conftest.py
+${PYSITELIB}/pandas/tests/window/conftest.pyc
+${PYSITELIB}/pandas/tests/window/conftest.pyo
+${PYSITELIB}/pandas/tests/window/test_api.py
+${PYSITELIB}/pandas/tests/window/test_api.pyc
+${PYSITELIB}/pandas/tests/window/test_api.pyo
+${PYSITELIB}/pandas/tests/window/test_dtypes.py
+${PYSITELIB}/pandas/tests/window/test_dtypes.pyc
+${PYSITELIB}/pandas/tests/window/test_dtypes.pyo
+${PYSITELIB}/pandas/tests/window/test_ewm.py
+${PYSITELIB}/pandas/tests/window/test_ewm.pyc
+${PYSITELIB}/pandas/tests/window/test_ewm.pyo
+${PYSITELIB}/pandas/tests/window/test_expanding.py
+${PYSITELIB}/pandas/tests/window/test_expanding.pyc
+${PYSITELIB}/pandas/tests/window/test_expanding.pyo
+${PYSITELIB}/pandas/tests/window/test_grouper.py
+${PYSITELIB}/pandas/tests/window/test_grouper.pyc
+${PYSITELIB}/pandas/tests/window/test_grouper.pyo
+${PYSITELIB}/pandas/tests/window/test_moments.py
+${PYSITELIB}/pandas/tests/window/test_moments.pyc
+${PYSITELIB}/pandas/tests/window/test_moments.pyo
+${PYSITELIB}/pandas/tests/window/test_pairwise.py
+${PYSITELIB}/pandas/tests/window/test_pairwise.pyc
+${PYSITELIB}/pandas/tests/window/test_pairwise.pyo
+${PYSITELIB}/pandas/tests/window/test_rolling.py
+${PYSITELIB}/pandas/tests/window/test_rolling.pyc
+${PYSITELIB}/pandas/tests/window/test_rolling.pyo
+${PYSITELIB}/pandas/tests/window/test_timeseries_window.py
+${PYSITELIB}/pandas/tests/window/test_timeseries_window.pyc
+${PYSITELIB}/pandas/tests/window/test_timeseries_window.pyo
+${PYSITELIB}/pandas/tests/window/test_window.py
+${PYSITELIB}/pandas/tests/window/test_window.pyc
+${PYSITELIB}/pandas/tests/window/test_window.pyo
 ${PYSITELIB}/pandas/tseries/__init__.py
 ${PYSITELIB}/pandas/tseries/__init__.pyc
 ${PYSITELIB}/pandas/tseries/__init__.pyo

Index: pkgsrc/math/py-pandas/distinfo
diff -u pkgsrc/math/py-pandas/distinfo:1.21 pkgsrc/math/py-pandas/distinfo:1.22
--- pkgsrc/math/py-pandas/distinfo:1.21 Sun Jun 16 19:14:52 2019
+++ pkgsrc/math/py-pandas/distinfo      Fri Feb 14 16:21:55 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2019/06/16 19:14:52 adam Exp $
+$NetBSD: distinfo,v 1.22 2020/02/14 16:21:55 minskim Exp $
 
-SHA1 (pandas-0.24.2.tar.gz) = 1176ac84c67d0f7b7bda0dc029968b73a675b9f7
-RMD160 (pandas-0.24.2.tar.gz) = a4b18e58b6be7bf13893dbccaf73542918dda1c8
-SHA512 (pandas-0.24.2.tar.gz) = 0795c6bb8a47a511853558ea59d371b4540ec175f213cfba4ad2361d6481fea5d3f7074bb4961c32f2f0080a72d7436a9b3706f5cc692074f98d83bfc587fd15
-Size (pandas-0.24.2.tar.gz) = 11837693 bytes
+SHA1 (pandas-0.25.3.tar.gz) = 4123c7452df2662a99ae70821c119f4035f217ba
+RMD160 (pandas-0.25.3.tar.gz) = cb526595c8b38bd4973a49ebebb61c165421628b
+SHA512 (pandas-0.25.3.tar.gz) = ab282e4d3145daafa68d5e3a2e82d692385eb62720d6503ddb3a4f76cf380591cbd32ba3e15fa5ba93725a221d3f74062012ca13a0df8e08c324e706ca35ccf6
+Size (pandas-0.25.3.tar.gz) = 12632585 bytes



Home | Main Index | Thread Index | Old Index