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:   adam
Date:           Sun Jun 16 19:14:52 UTC 2019

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

Log Message:
py-pandas: updated to 0.24.2

Whats New in 0.24.2
Fixed Regressions
Bug Fixes

Whats New in 0.24.1
Changing the sort parameter for Index set operations
Fixed Regressions
Bug Fixes

What’s New in 0.24.0

This is a major release from 0.23.4 and includes a number of API changes, new features, enhancements, and performance improvements along with a large number of bug fixes.

Highlights include:
* Optional Integer NA Support
* New APIs for accessing the array backing a Series or Index
* A new top-level method for creating arrays
* Store Interval and Period data in a Series or DataFrame
* Support for joining on two MultiIndexes


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/math/py-pandas/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/py-pandas/PLIST
cvs rdiff -u -r1.20 -r1.21 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.27 pkgsrc/math/py-pandas/Makefile:1.28
--- pkgsrc/math/py-pandas/Makefile:1.27 Fri Aug 10 09:00:36 2018
+++ pkgsrc/math/py-pandas/Makefile      Sun Jun 16 19:14:52 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2018/08/10 09:00:36 adam Exp $
+# $NetBSD: Makefile,v 1.28 2019/06/16 19:14:52 adam Exp $
 
-DISTNAME=      pandas-0.23.4
+DISTNAME=      pandas-0.24.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pandas/}
@@ -14,18 +14,24 @@ DEPENDS+=   ${PYPKGPREFIX}-bottleneck-[0-9
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.5.0:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
 DEPENDS+=      ${PYPKGPREFIX}-numexpr-[0-9]*:../../math/py-numexpr
-DEPENDS+=      ${PYPKGPREFIX}-pytz>=1.5:../../time/py-pytz
+DEPENDS+=      ${PYPKGPREFIX}-pytz>=2011:../../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
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+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
 # 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
+
+PYSETUPTESTTARGET=     pytest
+
 .include "../../lang/python/egg.mk"
-BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.7.0
+BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.12.0
 .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.16 pkgsrc/math/py-pandas/PLIST:1.17
--- pkgsrc/math/py-pandas/PLIST:1.16    Mon Jul  9 08:22:45 2018
+++ pkgsrc/math/py-pandas/PLIST Sun Jun 16 19:14:52 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2018/07/09 08:22:45 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2019/06/16 19:14:52 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -63,6 +63,9 @@ ${PYSITELIB}/pandas/api/extensions/__ini
 ${PYSITELIB}/pandas/api/types/__init__.py
 ${PYSITELIB}/pandas/api/types/__init__.pyc
 ${PYSITELIB}/pandas/api/types/__init__.pyo
+${PYSITELIB}/pandas/arrays/__init__.py
+${PYSITELIB}/pandas/arrays/__init__.pyc
+${PYSITELIB}/pandas/arrays/__init__.pyo
 ${PYSITELIB}/pandas/compat/__init__.py
 ${PYSITELIB}/pandas/compat/__init__.pyc
 ${PYSITELIB}/pandas/compat/__init__.pyo
@@ -81,12 +84,6 @@ ${PYSITELIB}/pandas/compat/numpy/functio
 ${PYSITELIB}/pandas/compat/pickle_compat.py
 ${PYSITELIB}/pandas/compat/pickle_compat.pyc
 ${PYSITELIB}/pandas/compat/pickle_compat.pyo
-${PYSITELIB}/pandas/computation/__init__.py
-${PYSITELIB}/pandas/computation/__init__.pyc
-${PYSITELIB}/pandas/computation/__init__.pyo
-${PYSITELIB}/pandas/computation/expressions.py
-${PYSITELIB}/pandas/computation/expressions.pyc
-${PYSITELIB}/pandas/computation/expressions.pyo
 ${PYSITELIB}/pandas/conftest.py
 ${PYSITELIB}/pandas/conftest.pyc
 ${PYSITELIB}/pandas/conftest.pyo
@@ -108,12 +105,42 @@ ${PYSITELIB}/pandas/core/apply.pyo
 ${PYSITELIB}/pandas/core/arrays/__init__.py
 ${PYSITELIB}/pandas/core/arrays/__init__.pyc
 ${PYSITELIB}/pandas/core/arrays/__init__.pyo
+${PYSITELIB}/pandas/core/arrays/_ranges.py
+${PYSITELIB}/pandas/core/arrays/_ranges.pyc
+${PYSITELIB}/pandas/core/arrays/_ranges.pyo
+${PYSITELIB}/pandas/core/arrays/array_.py
+${PYSITELIB}/pandas/core/arrays/array_.pyc
+${PYSITELIB}/pandas/core/arrays/array_.pyo
 ${PYSITELIB}/pandas/core/arrays/base.py
 ${PYSITELIB}/pandas/core/arrays/base.pyc
 ${PYSITELIB}/pandas/core/arrays/base.pyo
 ${PYSITELIB}/pandas/core/arrays/categorical.py
 ${PYSITELIB}/pandas/core/arrays/categorical.pyc
 ${PYSITELIB}/pandas/core/arrays/categorical.pyo
+${PYSITELIB}/pandas/core/arrays/datetimelike.py
+${PYSITELIB}/pandas/core/arrays/datetimelike.pyc
+${PYSITELIB}/pandas/core/arrays/datetimelike.pyo
+${PYSITELIB}/pandas/core/arrays/datetimes.py
+${PYSITELIB}/pandas/core/arrays/datetimes.pyc
+${PYSITELIB}/pandas/core/arrays/datetimes.pyo
+${PYSITELIB}/pandas/core/arrays/integer.py
+${PYSITELIB}/pandas/core/arrays/integer.pyc
+${PYSITELIB}/pandas/core/arrays/integer.pyo
+${PYSITELIB}/pandas/core/arrays/interval.py
+${PYSITELIB}/pandas/core/arrays/interval.pyc
+${PYSITELIB}/pandas/core/arrays/interval.pyo
+${PYSITELIB}/pandas/core/arrays/numpy_.py
+${PYSITELIB}/pandas/core/arrays/numpy_.pyc
+${PYSITELIB}/pandas/core/arrays/numpy_.pyo
+${PYSITELIB}/pandas/core/arrays/period.py
+${PYSITELIB}/pandas/core/arrays/period.pyc
+${PYSITELIB}/pandas/core/arrays/period.pyo
+${PYSITELIB}/pandas/core/arrays/sparse.py
+${PYSITELIB}/pandas/core/arrays/sparse.pyc
+${PYSITELIB}/pandas/core/arrays/sparse.pyo
+${PYSITELIB}/pandas/core/arrays/timedeltas.py
+${PYSITELIB}/pandas/core/arrays/timedeltas.pyc
+${PYSITELIB}/pandas/core/arrays/timedeltas.pyo
 ${PYSITELIB}/pandas/core/base.py
 ${PYSITELIB}/pandas/core/base.pyc
 ${PYSITELIB}/pandas/core/base.pyo
@@ -165,9 +192,6 @@ ${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/datetools.py
-${PYSITELIB}/pandas/core/datetools.pyc
-${PYSITELIB}/pandas/core/datetools.pyo
 ${PYSITELIB}/pandas/core/dtypes/__init__.py
 ${PYSITELIB}/pandas/core/dtypes/__init__.pyc
 ${PYSITELIB}/pandas/core/dtypes/__init__.pyo
@@ -207,9 +231,24 @@ ${PYSITELIB}/pandas/core/generic.pyo
 ${PYSITELIB}/pandas/core/groupby/__init__.py
 ${PYSITELIB}/pandas/core/groupby/__init__.pyc
 ${PYSITELIB}/pandas/core/groupby/__init__.pyo
+${PYSITELIB}/pandas/core/groupby/base.py
+${PYSITELIB}/pandas/core/groupby/base.pyc
+${PYSITELIB}/pandas/core/groupby/base.pyo
+${PYSITELIB}/pandas/core/groupby/categorical.py
+${PYSITELIB}/pandas/core/groupby/categorical.pyc
+${PYSITELIB}/pandas/core/groupby/categorical.pyo
+${PYSITELIB}/pandas/core/groupby/generic.py
+${PYSITELIB}/pandas/core/groupby/generic.pyc
+${PYSITELIB}/pandas/core/groupby/generic.pyo
 ${PYSITELIB}/pandas/core/groupby/groupby.py
 ${PYSITELIB}/pandas/core/groupby/groupby.pyc
 ${PYSITELIB}/pandas/core/groupby/groupby.pyo
+${PYSITELIB}/pandas/core/groupby/grouper.py
+${PYSITELIB}/pandas/core/groupby/grouper.pyc
+${PYSITELIB}/pandas/core/groupby/grouper.pyo
+${PYSITELIB}/pandas/core/groupby/ops.py
+${PYSITELIB}/pandas/core/groupby/ops.pyc
+${PYSITELIB}/pandas/core/groupby/ops.pyo
 ${PYSITELIB}/pandas/core/index.py
 ${PYSITELIB}/pandas/core/index.pyc
 ${PYSITELIB}/pandas/core/index.pyo
@@ -258,9 +297,24 @@ ${PYSITELIB}/pandas/core/indexes/timedel
 ${PYSITELIB}/pandas/core/indexing.py
 ${PYSITELIB}/pandas/core/indexing.pyc
 ${PYSITELIB}/pandas/core/indexing.pyo
-${PYSITELIB}/pandas/core/internals.py
-${PYSITELIB}/pandas/core/internals.pyc
-${PYSITELIB}/pandas/core/internals.pyo
+${PYSITELIB}/pandas/core/internals/__init__.py
+${PYSITELIB}/pandas/core/internals/__init__.pyc
+${PYSITELIB}/pandas/core/internals/__init__.pyo
+${PYSITELIB}/pandas/core/internals/arrays.py
+${PYSITELIB}/pandas/core/internals/arrays.pyc
+${PYSITELIB}/pandas/core/internals/arrays.pyo
+${PYSITELIB}/pandas/core/internals/blocks.py
+${PYSITELIB}/pandas/core/internals/blocks.pyc
+${PYSITELIB}/pandas/core/internals/blocks.pyo
+${PYSITELIB}/pandas/core/internals/concat.py
+${PYSITELIB}/pandas/core/internals/concat.pyc
+${PYSITELIB}/pandas/core/internals/concat.pyo
+${PYSITELIB}/pandas/core/internals/construction.py
+${PYSITELIB}/pandas/core/internals/construction.pyc
+${PYSITELIB}/pandas/core/internals/construction.pyo
+${PYSITELIB}/pandas/core/internals/managers.py
+${PYSITELIB}/pandas/core/internals/managers.pyc
+${PYSITELIB}/pandas/core/internals/managers.pyo
 ${PYSITELIB}/pandas/core/missing.py
 ${PYSITELIB}/pandas/core/missing.pyc
 ${PYSITELIB}/pandas/core/missing.pyo
@@ -315,9 +369,6 @@ ${PYSITELIB}/pandas/core/sparse/__init__
 ${PYSITELIB}/pandas/core/sparse/api.py
 ${PYSITELIB}/pandas/core/sparse/api.pyc
 ${PYSITELIB}/pandas/core/sparse/api.pyo
-${PYSITELIB}/pandas/core/sparse/array.py
-${PYSITELIB}/pandas/core/sparse/array.pyc
-${PYSITELIB}/pandas/core/sparse/array.pyo
 ${PYSITELIB}/pandas/core/sparse/frame.py
 ${PYSITELIB}/pandas/core/sparse/frame.pyc
 ${PYSITELIB}/pandas/core/sparse/frame.pyo
@@ -354,12 +405,6 @@ ${PYSITELIB}/pandas/core/window.pyo
 ${PYSITELIB}/pandas/errors/__init__.py
 ${PYSITELIB}/pandas/errors/__init__.pyc
 ${PYSITELIB}/pandas/errors/__init__.pyo
-${PYSITELIB}/pandas/formats/__init__.py
-${PYSITELIB}/pandas/formats/__init__.pyc
-${PYSITELIB}/pandas/formats/__init__.pyo
-${PYSITELIB}/pandas/formats/style.py
-${PYSITELIB}/pandas/formats/style.pyc
-${PYSITELIB}/pandas/formats/style.pyo
 ${PYSITELIB}/pandas/io/__init__.py
 ${PYSITELIB}/pandas/io/__init__.pyc
 ${PYSITELIB}/pandas/io/__init__.pyo
@@ -430,6 +475,9 @@ ${PYSITELIB}/pandas/io/formats/terminal.
 ${PYSITELIB}/pandas/io/gbq.py
 ${PYSITELIB}/pandas/io/gbq.pyc
 ${PYSITELIB}/pandas/io/gbq.pyo
+${PYSITELIB}/pandas/io/gcs.py
+${PYSITELIB}/pandas/io/gcs.pyc
+${PYSITELIB}/pandas/io/gcs.pyo
 ${PYSITELIB}/pandas/io/html.py
 ${PYSITELIB}/pandas/io/html.pyc
 ${PYSITELIB}/pandas/io/html.pyo
@@ -496,15 +544,6 @@ ${PYSITELIB}/pandas/io/sql.pyo
 ${PYSITELIB}/pandas/io/stata.py
 ${PYSITELIB}/pandas/io/stata.pyc
 ${PYSITELIB}/pandas/io/stata.pyo
-${PYSITELIB}/pandas/json.py
-${PYSITELIB}/pandas/json.pyc
-${PYSITELIB}/pandas/json.pyo
-${PYSITELIB}/pandas/lib.py
-${PYSITELIB}/pandas/lib.pyc
-${PYSITELIB}/pandas/lib.pyo
-${PYSITELIB}/pandas/parser.py
-${PYSITELIB}/pandas/parser.pyc
-${PYSITELIB}/pandas/parser.pyo
 ${PYSITELIB}/pandas/plotting/__init__.py
 ${PYSITELIB}/pandas/plotting/__init__.pyc
 ${PYSITELIB}/pandas/plotting/__init__.pyo
@@ -544,51 +583,120 @@ ${PYSITELIB}/pandas/tests/api/test_api.p
 ${PYSITELIB}/pandas/tests/api/test_types.py
 ${PYSITELIB}/pandas/tests/api/test_types.pyc
 ${PYSITELIB}/pandas/tests/api/test_types.pyo
-${PYSITELIB}/pandas/tests/categorical/__init__.py
-${PYSITELIB}/pandas/tests/categorical/__init__.pyc
-${PYSITELIB}/pandas/tests/categorical/__init__.pyo
-${PYSITELIB}/pandas/tests/categorical/common.py
-${PYSITELIB}/pandas/tests/categorical/common.pyc
-${PYSITELIB}/pandas/tests/categorical/common.pyo
-${PYSITELIB}/pandas/tests/categorical/conftest.py
-${PYSITELIB}/pandas/tests/categorical/conftest.pyc
-${PYSITELIB}/pandas/tests/categorical/conftest.pyo
-${PYSITELIB}/pandas/tests/categorical/test_algos.py
-${PYSITELIB}/pandas/tests/categorical/test_algos.pyc
-${PYSITELIB}/pandas/tests/categorical/test_algos.pyo
-${PYSITELIB}/pandas/tests/categorical/test_analytics.py
-${PYSITELIB}/pandas/tests/categorical/test_analytics.pyc
-${PYSITELIB}/pandas/tests/categorical/test_analytics.pyo
-${PYSITELIB}/pandas/tests/categorical/test_api.py
-${PYSITELIB}/pandas/tests/categorical/test_api.pyc
-${PYSITELIB}/pandas/tests/categorical/test_api.pyo
-${PYSITELIB}/pandas/tests/categorical/test_constructors.py
-${PYSITELIB}/pandas/tests/categorical/test_constructors.pyc
-${PYSITELIB}/pandas/tests/categorical/test_constructors.pyo
-${PYSITELIB}/pandas/tests/categorical/test_dtypes.py
-${PYSITELIB}/pandas/tests/categorical/test_dtypes.pyc
-${PYSITELIB}/pandas/tests/categorical/test_dtypes.pyo
-${PYSITELIB}/pandas/tests/categorical/test_indexing.py
-${PYSITELIB}/pandas/tests/categorical/test_indexing.pyc
-${PYSITELIB}/pandas/tests/categorical/test_indexing.pyo
-${PYSITELIB}/pandas/tests/categorical/test_missing.py
-${PYSITELIB}/pandas/tests/categorical/test_missing.pyc
-${PYSITELIB}/pandas/tests/categorical/test_missing.pyo
-${PYSITELIB}/pandas/tests/categorical/test_operators.py
-${PYSITELIB}/pandas/tests/categorical/test_operators.pyc
-${PYSITELIB}/pandas/tests/categorical/test_operators.pyo
-${PYSITELIB}/pandas/tests/categorical/test_repr.py
-${PYSITELIB}/pandas/tests/categorical/test_repr.pyc
-${PYSITELIB}/pandas/tests/categorical/test_repr.pyo
-${PYSITELIB}/pandas/tests/categorical/test_sorting.py
-${PYSITELIB}/pandas/tests/categorical/test_sorting.pyc
-${PYSITELIB}/pandas/tests/categorical/test_sorting.pyo
-${PYSITELIB}/pandas/tests/categorical/test_subclass.py
-${PYSITELIB}/pandas/tests/categorical/test_subclass.pyc
-${PYSITELIB}/pandas/tests/categorical/test_subclass.pyo
-${PYSITELIB}/pandas/tests/categorical/test_warnings.py
-${PYSITELIB}/pandas/tests/categorical/test_warnings.pyc
-${PYSITELIB}/pandas/tests/categorical/test_warnings.pyo
+${PYSITELIB}/pandas/tests/arithmetic/__init__.py
+${PYSITELIB}/pandas/tests/arithmetic/__init__.pyc
+${PYSITELIB}/pandas/tests/arithmetic/__init__.pyo
+${PYSITELIB}/pandas/tests/arithmetic/conftest.py
+${PYSITELIB}/pandas/tests/arithmetic/conftest.pyc
+${PYSITELIB}/pandas/tests/arithmetic/conftest.pyo
+${PYSITELIB}/pandas/tests/arithmetic/test_datetime64.py
+${PYSITELIB}/pandas/tests/arithmetic/test_datetime64.pyc
+${PYSITELIB}/pandas/tests/arithmetic/test_datetime64.pyo
+${PYSITELIB}/pandas/tests/arithmetic/test_numeric.py
+${PYSITELIB}/pandas/tests/arithmetic/test_numeric.pyc
+${PYSITELIB}/pandas/tests/arithmetic/test_numeric.pyo
+${PYSITELIB}/pandas/tests/arithmetic/test_object.py
+${PYSITELIB}/pandas/tests/arithmetic/test_object.pyc
+${PYSITELIB}/pandas/tests/arithmetic/test_object.pyo
+${PYSITELIB}/pandas/tests/arithmetic/test_period.py
+${PYSITELIB}/pandas/tests/arithmetic/test_period.pyc
+${PYSITELIB}/pandas/tests/arithmetic/test_period.pyo
+${PYSITELIB}/pandas/tests/arithmetic/test_timedelta64.py
+${PYSITELIB}/pandas/tests/arithmetic/test_timedelta64.pyc
+${PYSITELIB}/pandas/tests/arithmetic/test_timedelta64.pyo
+${PYSITELIB}/pandas/tests/arrays/__init__.py
+${PYSITELIB}/pandas/tests/arrays/__init__.pyc
+${PYSITELIB}/pandas/tests/arrays/__init__.pyo
+${PYSITELIB}/pandas/tests/arrays/categorical/__init__.py
+${PYSITELIB}/pandas/tests/arrays/categorical/__init__.pyc
+${PYSITELIB}/pandas/tests/arrays/categorical/__init__.pyo
+${PYSITELIB}/pandas/tests/arrays/categorical/common.py
+${PYSITELIB}/pandas/tests/arrays/categorical/common.pyc
+${PYSITELIB}/pandas/tests/arrays/categorical/common.pyo
+${PYSITELIB}/pandas/tests/arrays/categorical/conftest.py
+${PYSITELIB}/pandas/tests/arrays/categorical/conftest.pyc
+${PYSITELIB}/pandas/tests/arrays/categorical/conftest.pyo
+${PYSITELIB}/pandas/tests/arrays/categorical/test_algos.py
+${PYSITELIB}/pandas/tests/arrays/categorical/test_algos.pyc
+${PYSITELIB}/pandas/tests/arrays/categorical/test_algos.pyo
+${PYSITELIB}/pandas/tests/arrays/categorical/test_analytics.py
+${PYSITELIB}/pandas/tests/arrays/categorical/test_analytics.pyc
+${PYSITELIB}/pandas/tests/arrays/categorical/test_analytics.pyo
+${PYSITELIB}/pandas/tests/arrays/categorical/test_api.py
+${PYSITELIB}/pandas/tests/arrays/categorical/test_api.pyc
+${PYSITELIB}/pandas/tests/arrays/categorical/test_api.pyo
+${PYSITELIB}/pandas/tests/arrays/categorical/test_constructors.py
+${PYSITELIB}/pandas/tests/arrays/categorical/test_constructors.pyc
+${PYSITELIB}/pandas/tests/arrays/categorical/test_constructors.pyo
+${PYSITELIB}/pandas/tests/arrays/categorical/test_dtypes.py
+${PYSITELIB}/pandas/tests/arrays/categorical/test_dtypes.pyc
+${PYSITELIB}/pandas/tests/arrays/categorical/test_dtypes.pyo
+${PYSITELIB}/pandas/tests/arrays/categorical/test_indexing.py
+${PYSITELIB}/pandas/tests/arrays/categorical/test_indexing.pyc
+${PYSITELIB}/pandas/tests/arrays/categorical/test_indexing.pyo
+${PYSITELIB}/pandas/tests/arrays/categorical/test_missing.py
+${PYSITELIB}/pandas/tests/arrays/categorical/test_missing.pyc
+${PYSITELIB}/pandas/tests/arrays/categorical/test_missing.pyo
+${PYSITELIB}/pandas/tests/arrays/categorical/test_operators.py
+${PYSITELIB}/pandas/tests/arrays/categorical/test_operators.pyc
+${PYSITELIB}/pandas/tests/arrays/categorical/test_operators.pyo
+${PYSITELIB}/pandas/tests/arrays/categorical/test_repr.py
+${PYSITELIB}/pandas/tests/arrays/categorical/test_repr.pyc
+${PYSITELIB}/pandas/tests/arrays/categorical/test_repr.pyo
+${PYSITELIB}/pandas/tests/arrays/categorical/test_sorting.py
+${PYSITELIB}/pandas/tests/arrays/categorical/test_sorting.pyc
+${PYSITELIB}/pandas/tests/arrays/categorical/test_sorting.pyo
+${PYSITELIB}/pandas/tests/arrays/categorical/test_subclass.py
+${PYSITELIB}/pandas/tests/arrays/categorical/test_subclass.pyc
+${PYSITELIB}/pandas/tests/arrays/categorical/test_subclass.pyo
+${PYSITELIB}/pandas/tests/arrays/categorical/test_warnings.py
+${PYSITELIB}/pandas/tests/arrays/categorical/test_warnings.pyc
+${PYSITELIB}/pandas/tests/arrays/categorical/test_warnings.pyo
+${PYSITELIB}/pandas/tests/arrays/interval/__init__.py
+${PYSITELIB}/pandas/tests/arrays/interval/__init__.pyc
+${PYSITELIB}/pandas/tests/arrays/interval/__init__.pyo
+${PYSITELIB}/pandas/tests/arrays/interval/test_interval.py
+${PYSITELIB}/pandas/tests/arrays/interval/test_interval.pyc
+${PYSITELIB}/pandas/tests/arrays/interval/test_interval.pyo
+${PYSITELIB}/pandas/tests/arrays/interval/test_ops.py
+${PYSITELIB}/pandas/tests/arrays/interval/test_ops.pyc
+${PYSITELIB}/pandas/tests/arrays/interval/test_ops.pyo
+${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_arithmetics.py
+${PYSITELIB}/pandas/tests/arrays/sparse/test_arithmetics.pyc
+${PYSITELIB}/pandas/tests/arrays/sparse/test_arithmetics.pyo
+${PYSITELIB}/pandas/tests/arrays/sparse/test_array.py
+${PYSITELIB}/pandas/tests/arrays/sparse/test_array.pyc
+${PYSITELIB}/pandas/tests/arrays/sparse/test_array.pyo
+${PYSITELIB}/pandas/tests/arrays/sparse/test_dtype.py
+${PYSITELIB}/pandas/tests/arrays/sparse/test_dtype.pyc
+${PYSITELIB}/pandas/tests/arrays/sparse/test_dtype.pyo
+${PYSITELIB}/pandas/tests/arrays/sparse/test_libsparse.py
+${PYSITELIB}/pandas/tests/arrays/sparse/test_libsparse.pyc
+${PYSITELIB}/pandas/tests/arrays/sparse/test_libsparse.pyo
+${PYSITELIB}/pandas/tests/arrays/test_array.py
+${PYSITELIB}/pandas/tests/arrays/test_array.pyc
+${PYSITELIB}/pandas/tests/arrays/test_array.pyo
+${PYSITELIB}/pandas/tests/arrays/test_datetimelike.py
+${PYSITELIB}/pandas/tests/arrays/test_datetimelike.pyc
+${PYSITELIB}/pandas/tests/arrays/test_datetimelike.pyo
+${PYSITELIB}/pandas/tests/arrays/test_datetimes.py
+${PYSITELIB}/pandas/tests/arrays/test_datetimes.pyc
+${PYSITELIB}/pandas/tests/arrays/test_datetimes.pyo
+${PYSITELIB}/pandas/tests/arrays/test_integer.py
+${PYSITELIB}/pandas/tests/arrays/test_integer.pyc
+${PYSITELIB}/pandas/tests/arrays/test_integer.pyo
+${PYSITELIB}/pandas/tests/arrays/test_numpy.py
+${PYSITELIB}/pandas/tests/arrays/test_numpy.pyc
+${PYSITELIB}/pandas/tests/arrays/test_numpy.pyo
+${PYSITELIB}/pandas/tests/arrays/test_period.py
+${PYSITELIB}/pandas/tests/arrays/test_period.pyc
+${PYSITELIB}/pandas/tests/arrays/test_period.pyo
+${PYSITELIB}/pandas/tests/arrays/test_timedeltas.py
+${PYSITELIB}/pandas/tests/arrays/test_timedeltas.pyc
+${PYSITELIB}/pandas/tests/arrays/test_timedeltas.pyo
 ${PYSITELIB}/pandas/tests/computation/__init__.py
 ${PYSITELIB}/pandas/tests/computation/__init__.pyc
 ${PYSITELIB}/pandas/tests/computation/__init__.pyo
@@ -601,9 +709,33 @@ ${PYSITELIB}/pandas/tests/computation/te
 ${PYSITELIB}/pandas/tests/dtypes/__init__.py
 ${PYSITELIB}/pandas/tests/dtypes/__init__.pyc
 ${PYSITELIB}/pandas/tests/dtypes/__init__.pyo
-${PYSITELIB}/pandas/tests/dtypes/test_cast.py
-${PYSITELIB}/pandas/tests/dtypes/test_cast.pyc
-${PYSITELIB}/pandas/tests/dtypes/test_cast.pyo
+${PYSITELIB}/pandas/tests/dtypes/cast/__init__.py
+${PYSITELIB}/pandas/tests/dtypes/cast/__init__.pyc
+${PYSITELIB}/pandas/tests/dtypes/cast/__init__.pyo
+${PYSITELIB}/pandas/tests/dtypes/cast/test_construct_from_scalar.py
+${PYSITELIB}/pandas/tests/dtypes/cast/test_construct_from_scalar.pyc
+${PYSITELIB}/pandas/tests/dtypes/cast/test_construct_from_scalar.pyo
+${PYSITELIB}/pandas/tests/dtypes/cast/test_construct_ndarray.py
+${PYSITELIB}/pandas/tests/dtypes/cast/test_construct_ndarray.pyc
+${PYSITELIB}/pandas/tests/dtypes/cast/test_construct_ndarray.pyo
+${PYSITELIB}/pandas/tests/dtypes/cast/test_construct_object_arr.py
+${PYSITELIB}/pandas/tests/dtypes/cast/test_construct_object_arr.pyc
+${PYSITELIB}/pandas/tests/dtypes/cast/test_construct_object_arr.pyo
+${PYSITELIB}/pandas/tests/dtypes/cast/test_convert_objects.py
+${PYSITELIB}/pandas/tests/dtypes/cast/test_convert_objects.pyc
+${PYSITELIB}/pandas/tests/dtypes/cast/test_convert_objects.pyo
+${PYSITELIB}/pandas/tests/dtypes/cast/test_downcast.py
+${PYSITELIB}/pandas/tests/dtypes/cast/test_downcast.pyc
+${PYSITELIB}/pandas/tests/dtypes/cast/test_downcast.pyo
+${PYSITELIB}/pandas/tests/dtypes/cast/test_find_common_type.py
+${PYSITELIB}/pandas/tests/dtypes/cast/test_find_common_type.pyc
+${PYSITELIB}/pandas/tests/dtypes/cast/test_find_common_type.pyo
+${PYSITELIB}/pandas/tests/dtypes/cast/test_infer_datetimelike.py
+${PYSITELIB}/pandas/tests/dtypes/cast/test_infer_datetimelike.pyc
+${PYSITELIB}/pandas/tests/dtypes/cast/test_infer_datetimelike.pyo
+${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/test_common.py
 ${PYSITELIB}/pandas/tests/dtypes/test_common.pyc
 ${PYSITELIB}/pandas/tests/dtypes/test_common.pyo
@@ -625,6 +757,15 @@ ${PYSITELIB}/pandas/tests/dtypes/test_mi
 ${PYSITELIB}/pandas/tests/extension/__init__.py
 ${PYSITELIB}/pandas/tests/extension/__init__.pyc
 ${PYSITELIB}/pandas/tests/extension/__init__.pyo
+${PYSITELIB}/pandas/tests/extension/arrow/__init__.py
+${PYSITELIB}/pandas/tests/extension/arrow/__init__.pyc
+${PYSITELIB}/pandas/tests/extension/arrow/__init__.pyo
+${PYSITELIB}/pandas/tests/extension/arrow/bool.py
+${PYSITELIB}/pandas/tests/extension/arrow/bool.pyc
+${PYSITELIB}/pandas/tests/extension/arrow/bool.pyo
+${PYSITELIB}/pandas/tests/extension/arrow/test_bool.py
+${PYSITELIB}/pandas/tests/extension/arrow/test_bool.pyc
+${PYSITELIB}/pandas/tests/extension/arrow/test_bool.pyo
 ${PYSITELIB}/pandas/tests/extension/base/__init__.py
 ${PYSITELIB}/pandas/tests/extension/base/__init__.pyc
 ${PYSITELIB}/pandas/tests/extension/base/__init__.pyo
@@ -649,24 +790,30 @@ ${PYSITELIB}/pandas/tests/extension/base
 ${PYSITELIB}/pandas/tests/extension/base/interface.py
 ${PYSITELIB}/pandas/tests/extension/base/interface.pyc
 ${PYSITELIB}/pandas/tests/extension/base/interface.pyo
+${PYSITELIB}/pandas/tests/extension/base/io.py
+${PYSITELIB}/pandas/tests/extension/base/io.pyc
+${PYSITELIB}/pandas/tests/extension/base/io.pyo
 ${PYSITELIB}/pandas/tests/extension/base/methods.py
 ${PYSITELIB}/pandas/tests/extension/base/methods.pyc
 ${PYSITELIB}/pandas/tests/extension/base/methods.pyo
 ${PYSITELIB}/pandas/tests/extension/base/missing.py
 ${PYSITELIB}/pandas/tests/extension/base/missing.pyc
 ${PYSITELIB}/pandas/tests/extension/base/missing.pyo
+${PYSITELIB}/pandas/tests/extension/base/ops.py
+${PYSITELIB}/pandas/tests/extension/base/ops.pyc
+${PYSITELIB}/pandas/tests/extension/base/ops.pyo
+${PYSITELIB}/pandas/tests/extension/base/printing.py
+${PYSITELIB}/pandas/tests/extension/base/printing.pyc
+${PYSITELIB}/pandas/tests/extension/base/printing.pyo
+${PYSITELIB}/pandas/tests/extension/base/reduce.py
+${PYSITELIB}/pandas/tests/extension/base/reduce.pyc
+${PYSITELIB}/pandas/tests/extension/base/reduce.pyo
 ${PYSITELIB}/pandas/tests/extension/base/reshaping.py
 ${PYSITELIB}/pandas/tests/extension/base/reshaping.pyc
 ${PYSITELIB}/pandas/tests/extension/base/reshaping.pyo
 ${PYSITELIB}/pandas/tests/extension/base/setitem.py
 ${PYSITELIB}/pandas/tests/extension/base/setitem.pyc
 ${PYSITELIB}/pandas/tests/extension/base/setitem.pyo
-${PYSITELIB}/pandas/tests/extension/category/__init__.py
-${PYSITELIB}/pandas/tests/extension/category/__init__.pyc
-${PYSITELIB}/pandas/tests/extension/category/__init__.pyo
-${PYSITELIB}/pandas/tests/extension/category/test_categorical.py
-${PYSITELIB}/pandas/tests/extension/category/test_categorical.pyc
-${PYSITELIB}/pandas/tests/extension/category/test_categorical.pyo
 ${PYSITELIB}/pandas/tests/extension/conftest.py
 ${PYSITELIB}/pandas/tests/extension/conftest.pyc
 ${PYSITELIB}/pandas/tests/extension/conftest.pyo
@@ -688,18 +835,51 @@ ${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/test_categorical.py
+${PYSITELIB}/pandas/tests/extension/test_categorical.pyc
+${PYSITELIB}/pandas/tests/extension/test_categorical.pyo
 ${PYSITELIB}/pandas/tests/extension/test_common.py
 ${PYSITELIB}/pandas/tests/extension/test_common.pyc
 ${PYSITELIB}/pandas/tests/extension/test_common.pyo
+${PYSITELIB}/pandas/tests/extension/test_datetime.py
+${PYSITELIB}/pandas/tests/extension/test_datetime.pyc
+${PYSITELIB}/pandas/tests/extension/test_datetime.pyo
 ${PYSITELIB}/pandas/tests/extension/test_external_block.py
 ${PYSITELIB}/pandas/tests/extension/test_external_block.pyc
 ${PYSITELIB}/pandas/tests/extension/test_external_block.pyo
+${PYSITELIB}/pandas/tests/extension/test_integer.py
+${PYSITELIB}/pandas/tests/extension/test_integer.pyc
+${PYSITELIB}/pandas/tests/extension/test_integer.pyo
+${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_period.py
+${PYSITELIB}/pandas/tests/extension/test_period.pyc
+${PYSITELIB}/pandas/tests/extension/test_period.pyo
+${PYSITELIB}/pandas/tests/extension/test_sparse.py
+${PYSITELIB}/pandas/tests/extension/test_sparse.pyc
+${PYSITELIB}/pandas/tests/extension/test_sparse.pyo
 ${PYSITELIB}/pandas/tests/frame/__init__.py
 ${PYSITELIB}/pandas/tests/frame/__init__.pyc
 ${PYSITELIB}/pandas/tests/frame/__init__.pyo
 ${PYSITELIB}/pandas/tests/frame/common.py
 ${PYSITELIB}/pandas/tests/frame/common.pyc
 ${PYSITELIB}/pandas/tests/frame/common.pyo
+${PYSITELIB}/pandas/tests/frame/conftest.py
+${PYSITELIB}/pandas/tests/frame/conftest.pyc
+${PYSITELIB}/pandas/tests/frame/conftest.pyo
 ${PYSITELIB}/pandas/tests/frame/test_alter_axes.py
 ${PYSITELIB}/pandas/tests/frame/test_alter_axes.pyc
 ${PYSITELIB}/pandas/tests/frame/test_alter_axes.pyo
@@ -736,6 +916,9 @@ ${PYSITELIB}/pandas/tests/frame/test_con
 ${PYSITELIB}/pandas/tests/frame/test_dtypes.py
 ${PYSITELIB}/pandas/tests/frame/test_dtypes.pyc
 ${PYSITELIB}/pandas/tests/frame/test_dtypes.pyo
+${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_indexing.py
 ${PYSITELIB}/pandas/tests/frame/test_indexing.pyc
 ${PYSITELIB}/pandas/tests/frame/test_indexing.pyo
@@ -961,6 +1144,81 @@ ${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/multi/__init__.py
+${PYSITELIB}/pandas/tests/indexes/multi/__init__.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/__init__.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/conftest.py
+${PYSITELIB}/pandas/tests/indexes/multi/conftest.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/conftest.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_analytics.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_analytics.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_analytics.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_astype.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_astype.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_astype.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_compat.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_compat.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_compat.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_constructor.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_constructor.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_constructor.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_contains.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_contains.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_contains.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_conversion.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_conversion.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_conversion.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_copy.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_copy.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_copy.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_drop.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_drop.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_drop.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_duplicates.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_duplicates.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_duplicates.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_equivalence.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_equivalence.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_equivalence.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_format.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_format.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_format.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_get_set.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_get_set.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_get_set.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_indexing.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_indexing.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_indexing.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_integrity.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_integrity.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_integrity.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_join.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_join.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_join.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_missing.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_missing.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_missing.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_monotonic.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_monotonic.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_monotonic.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_names.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_names.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_names.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_partial_indexing.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_partial_indexing.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_partial_indexing.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_reindex.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_reindex.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_reindex.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_reshape.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_reshape.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_reshape.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_set_ops.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_set_ops.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_set_ops.pyo
+${PYSITELIB}/pandas/tests/indexes/multi/test_sorting.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_sorting.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_sorting.pyo
 ${PYSITELIB}/pandas/tests/indexes/period/__init__.py
 ${PYSITELIB}/pandas/tests/indexes/period/__init__.pyc
 ${PYSITELIB}/pandas/tests/indexes/period/__init__.pyo
@@ -1009,12 +1267,12 @@ ${PYSITELIB}/pandas/tests/indexes/test_b
 ${PYSITELIB}/pandas/tests/indexes/test_category.py
 ${PYSITELIB}/pandas/tests/indexes/test_category.pyc
 ${PYSITELIB}/pandas/tests/indexes/test_category.pyo
+${PYSITELIB}/pandas/tests/indexes/test_common.py
+${PYSITELIB}/pandas/tests/indexes/test_common.pyc
+${PYSITELIB}/pandas/tests/indexes/test_common.pyo
 ${PYSITELIB}/pandas/tests/indexes/test_frozen.py
 ${PYSITELIB}/pandas/tests/indexes/test_frozen.pyc
 ${PYSITELIB}/pandas/tests/indexes/test_frozen.pyo
-${PYSITELIB}/pandas/tests/indexes/test_multi.py
-${PYSITELIB}/pandas/tests/indexes/test_multi.pyc
-${PYSITELIB}/pandas/tests/indexes/test_multi.pyo
 ${PYSITELIB}/pandas/tests/indexes/test_numeric.py
 ${PYSITELIB}/pandas/tests/indexes/test_numeric.pyc
 ${PYSITELIB}/pandas/tests/indexes/test_numeric.pyo
@@ -1066,6 +1324,9 @@ ${PYSITELIB}/pandas/tests/indexing/__ini
 ${PYSITELIB}/pandas/tests/indexing/common.py
 ${PYSITELIB}/pandas/tests/indexing/common.pyc
 ${PYSITELIB}/pandas/tests/indexing/common.pyo
+${PYSITELIB}/pandas/tests/indexing/conftest.py
+${PYSITELIB}/pandas/tests/indexing/conftest.pyc
+${PYSITELIB}/pandas/tests/indexing/conftest.pyo
 ${PYSITELIB}/pandas/tests/indexing/interval/__init__.py
 ${PYSITELIB}/pandas/tests/indexing/interval/__init__.pyc
 ${PYSITELIB}/pandas/tests/indexing/interval/__init__.pyo
@@ -1075,6 +1336,57 @@ ${PYSITELIB}/pandas/tests/indexing/inter
 ${PYSITELIB}/pandas/tests/indexing/interval/test_interval_new.py
 ${PYSITELIB}/pandas/tests/indexing/interval/test_interval_new.pyc
 ${PYSITELIB}/pandas/tests/indexing/interval/test_interval_new.pyo
+${PYSITELIB}/pandas/tests/indexing/multiindex/__init__.py
+${PYSITELIB}/pandas/tests/indexing/multiindex/__init__.pyc
+${PYSITELIB}/pandas/tests/indexing/multiindex/__init__.pyo
+${PYSITELIB}/pandas/tests/indexing/multiindex/conftest.py
+${PYSITELIB}/pandas/tests/indexing/multiindex/conftest.pyc
+${PYSITELIB}/pandas/tests/indexing/multiindex/conftest.pyo
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_chaining_and_caching.py
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_chaining_and_caching.pyc
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_chaining_and_caching.pyo
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_datetime.py
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_datetime.pyc
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_datetime.pyo
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_getitem.py
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_getitem.pyc
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_getitem.pyo
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_iloc.py
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_iloc.pyc
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_iloc.pyo
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_indexing_slow.py
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_indexing_slow.pyc
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_indexing_slow.pyo
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_ix.py
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_ix.pyc
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_ix.pyo
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_loc.py
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_loc.pyc
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_loc.pyo
+${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
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_set_ops.py
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_set_ops.pyc
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_set_ops.pyo
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_setitem.py
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_setitem.pyc
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_setitem.pyo
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_slice.py
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_slice.pyc
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_slice.pyo
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_sorted.py
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_sorted.pyc
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_sorted.pyo
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_xs.py
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_xs.pyc
+${PYSITELIB}/pandas/tests/indexing/multiindex/test_xs.pyo
 ${PYSITELIB}/pandas/tests/indexing/test_callable.py
 ${PYSITELIB}/pandas/tests/indexing/test_callable.pyc
 ${PYSITELIB}/pandas/tests/indexing/test_callable.pyo
@@ -1099,6 +1411,9 @@ ${PYSITELIB}/pandas/tests/indexing/test_
 ${PYSITELIB}/pandas/tests/indexing/test_indexing.py
 ${PYSITELIB}/pandas/tests/indexing/test_indexing.pyc
 ${PYSITELIB}/pandas/tests/indexing/test_indexing.pyo
+${PYSITELIB}/pandas/tests/indexing/test_indexing_engines.py
+${PYSITELIB}/pandas/tests/indexing/test_indexing_engines.pyc
+${PYSITELIB}/pandas/tests/indexing/test_indexing_engines.pyo
 ${PYSITELIB}/pandas/tests/indexing/test_indexing_slow.py
 ${PYSITELIB}/pandas/tests/indexing/test_indexing_slow.pyc
 ${PYSITELIB}/pandas/tests/indexing/test_indexing_slow.pyo
@@ -1108,9 +1423,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_multiindex.py
-${PYSITELIB}/pandas/tests/indexing/test_multiindex.pyc
-${PYSITELIB}/pandas/tests/indexing/test_multiindex.pyo
 ${PYSITELIB}/pandas/tests/indexing/test_panel.py
 ${PYSITELIB}/pandas/tests/indexing/test_panel.pyc
 ${PYSITELIB}/pandas/tests/indexing/test_panel.pyo
@@ -1138,6 +1450,9 @@ ${PYSITELIB}/pandas/tests/io/conftest.py
 ${PYSITELIB}/pandas/tests/io/formats/__init__.py
 ${PYSITELIB}/pandas/tests/io/formats/__init__.pyc
 ${PYSITELIB}/pandas/tests/io/formats/__init__.pyo
+${PYSITELIB}/pandas/tests/io/formats/test_console.py
+${PYSITELIB}/pandas/tests/io/formats/test_console.pyc
+${PYSITELIB}/pandas/tests/io/formats/test_console.pyo
 ${PYSITELIB}/pandas/tests/io/formats/test_css.py
 ${PYSITELIB}/pandas/tests/io/formats/test_css.pyc
 ${PYSITELIB}/pandas/tests/io/formats/test_css.pyo
@@ -1243,72 +1558,72 @@ ${PYSITELIB}/pandas/tests/io/msgpack/tes
 ${PYSITELIB}/pandas/tests/io/parser/__init__.py
 ${PYSITELIB}/pandas/tests/io/parser/__init__.pyc
 ${PYSITELIB}/pandas/tests/io/parser/__init__.pyo
-${PYSITELIB}/pandas/tests/io/parser/c_parser_only.py
-${PYSITELIB}/pandas/tests/io/parser/c_parser_only.pyc
-${PYSITELIB}/pandas/tests/io/parser/c_parser_only.pyo
-${PYSITELIB}/pandas/tests/io/parser/comment.py
-${PYSITELIB}/pandas/tests/io/parser/comment.pyc
-${PYSITELIB}/pandas/tests/io/parser/comment.pyo
-${PYSITELIB}/pandas/tests/io/parser/common.py
-${PYSITELIB}/pandas/tests/io/parser/common.pyc
-${PYSITELIB}/pandas/tests/io/parser/common.pyo
-${PYSITELIB}/pandas/tests/io/parser/compression.py
-${PYSITELIB}/pandas/tests/io/parser/compression.pyc
-${PYSITELIB}/pandas/tests/io/parser/compression.pyo
-${PYSITELIB}/pandas/tests/io/parser/converters.py
-${PYSITELIB}/pandas/tests/io/parser/converters.pyc
-${PYSITELIB}/pandas/tests/io/parser/converters.pyo
-${PYSITELIB}/pandas/tests/io/parser/dialect.py
-${PYSITELIB}/pandas/tests/io/parser/dialect.pyc
-${PYSITELIB}/pandas/tests/io/parser/dialect.pyo
-${PYSITELIB}/pandas/tests/io/parser/dtypes.py
-${PYSITELIB}/pandas/tests/io/parser/dtypes.pyc
-${PYSITELIB}/pandas/tests/io/parser/dtypes.pyo
-${PYSITELIB}/pandas/tests/io/parser/header.py
-${PYSITELIB}/pandas/tests/io/parser/header.pyc
-${PYSITELIB}/pandas/tests/io/parser/header.pyo
-${PYSITELIB}/pandas/tests/io/parser/index_col.py
-${PYSITELIB}/pandas/tests/io/parser/index_col.pyc
-${PYSITELIB}/pandas/tests/io/parser/index_col.pyo
-${PYSITELIB}/pandas/tests/io/parser/mangle_dupes.py
-${PYSITELIB}/pandas/tests/io/parser/mangle_dupes.pyc
-${PYSITELIB}/pandas/tests/io/parser/mangle_dupes.pyo
-${PYSITELIB}/pandas/tests/io/parser/multithread.py
-${PYSITELIB}/pandas/tests/io/parser/multithread.pyc
-${PYSITELIB}/pandas/tests/io/parser/multithread.pyo
-${PYSITELIB}/pandas/tests/io/parser/na_values.py
-${PYSITELIB}/pandas/tests/io/parser/na_values.pyc
-${PYSITELIB}/pandas/tests/io/parser/na_values.pyo
-${PYSITELIB}/pandas/tests/io/parser/parse_dates.py
-${PYSITELIB}/pandas/tests/io/parser/parse_dates.pyc
-${PYSITELIB}/pandas/tests/io/parser/parse_dates.pyo
-${PYSITELIB}/pandas/tests/io/parser/python_parser_only.py
-${PYSITELIB}/pandas/tests/io/parser/python_parser_only.pyc
-${PYSITELIB}/pandas/tests/io/parser/python_parser_only.pyo
-${PYSITELIB}/pandas/tests/io/parser/quoting.py
-${PYSITELIB}/pandas/tests/io/parser/quoting.pyc
-${PYSITELIB}/pandas/tests/io/parser/quoting.pyo
-${PYSITELIB}/pandas/tests/io/parser/skiprows.py
-${PYSITELIB}/pandas/tests/io/parser/skiprows.pyc
-${PYSITELIB}/pandas/tests/io/parser/skiprows.pyo
+${PYSITELIB}/pandas/tests/io/parser/conftest.py
+${PYSITELIB}/pandas/tests/io/parser/conftest.pyc
+${PYSITELIB}/pandas/tests/io/parser/conftest.pyo
+${PYSITELIB}/pandas/tests/io/parser/test_c_parser_only.py
+${PYSITELIB}/pandas/tests/io/parser/test_c_parser_only.pyc
+${PYSITELIB}/pandas/tests/io/parser/test_c_parser_only.pyo
+${PYSITELIB}/pandas/tests/io/parser/test_comment.py
+${PYSITELIB}/pandas/tests/io/parser/test_comment.pyc
+${PYSITELIB}/pandas/tests/io/parser/test_comment.pyo
+${PYSITELIB}/pandas/tests/io/parser/test_common.py
+${PYSITELIB}/pandas/tests/io/parser/test_common.pyc
+${PYSITELIB}/pandas/tests/io/parser/test_common.pyo
+${PYSITELIB}/pandas/tests/io/parser/test_compression.py
+${PYSITELIB}/pandas/tests/io/parser/test_compression.pyc
+${PYSITELIB}/pandas/tests/io/parser/test_compression.pyo
+${PYSITELIB}/pandas/tests/io/parser/test_converters.py
+${PYSITELIB}/pandas/tests/io/parser/test_converters.pyc
+${PYSITELIB}/pandas/tests/io/parser/test_converters.pyo
+${PYSITELIB}/pandas/tests/io/parser/test_dialect.py
+${PYSITELIB}/pandas/tests/io/parser/test_dialect.pyc
+${PYSITELIB}/pandas/tests/io/parser/test_dialect.pyo
+${PYSITELIB}/pandas/tests/io/parser/test_dtypes.py
+${PYSITELIB}/pandas/tests/io/parser/test_dtypes.pyc
+${PYSITELIB}/pandas/tests/io/parser/test_dtypes.pyo
+${PYSITELIB}/pandas/tests/io/parser/test_header.py
+${PYSITELIB}/pandas/tests/io/parser/test_header.pyc
+${PYSITELIB}/pandas/tests/io/parser/test_header.pyo
+${PYSITELIB}/pandas/tests/io/parser/test_index_col.py
+${PYSITELIB}/pandas/tests/io/parser/test_index_col.pyc
+${PYSITELIB}/pandas/tests/io/parser/test_index_col.pyo
+${PYSITELIB}/pandas/tests/io/parser/test_mangle_dupes.py
+${PYSITELIB}/pandas/tests/io/parser/test_mangle_dupes.pyc
+${PYSITELIB}/pandas/tests/io/parser/test_mangle_dupes.pyo
+${PYSITELIB}/pandas/tests/io/parser/test_multi_thread.py
+${PYSITELIB}/pandas/tests/io/parser/test_multi_thread.pyc
+${PYSITELIB}/pandas/tests/io/parser/test_multi_thread.pyo
+${PYSITELIB}/pandas/tests/io/parser/test_na_values.py
+${PYSITELIB}/pandas/tests/io/parser/test_na_values.pyc
+${PYSITELIB}/pandas/tests/io/parser/test_na_values.pyo
 ${PYSITELIB}/pandas/tests/io/parser/test_network.py
 ${PYSITELIB}/pandas/tests/io/parser/test_network.pyc
 ${PYSITELIB}/pandas/tests/io/parser/test_network.pyo
-${PYSITELIB}/pandas/tests/io/parser/test_parsers.py
-${PYSITELIB}/pandas/tests/io/parser/test_parsers.pyc
-${PYSITELIB}/pandas/tests/io/parser/test_parsers.pyo
+${PYSITELIB}/pandas/tests/io/parser/test_parse_dates.py
+${PYSITELIB}/pandas/tests/io/parser/test_parse_dates.pyc
+${PYSITELIB}/pandas/tests/io/parser/test_parse_dates.pyo
+${PYSITELIB}/pandas/tests/io/parser/test_python_parser_only.py
+${PYSITELIB}/pandas/tests/io/parser/test_python_parser_only.pyc
+${PYSITELIB}/pandas/tests/io/parser/test_python_parser_only.pyo
+${PYSITELIB}/pandas/tests/io/parser/test_quoting.py
+${PYSITELIB}/pandas/tests/io/parser/test_quoting.pyc
+${PYSITELIB}/pandas/tests/io/parser/test_quoting.pyo
 ${PYSITELIB}/pandas/tests/io/parser/test_read_fwf.py
 ${PYSITELIB}/pandas/tests/io/parser/test_read_fwf.pyc
 ${PYSITELIB}/pandas/tests/io/parser/test_read_fwf.pyo
+${PYSITELIB}/pandas/tests/io/parser/test_skiprows.py
+${PYSITELIB}/pandas/tests/io/parser/test_skiprows.pyc
+${PYSITELIB}/pandas/tests/io/parser/test_skiprows.pyo
 ${PYSITELIB}/pandas/tests/io/parser/test_textreader.py
 ${PYSITELIB}/pandas/tests/io/parser/test_textreader.pyc
 ${PYSITELIB}/pandas/tests/io/parser/test_textreader.pyo
 ${PYSITELIB}/pandas/tests/io/parser/test_unsupported.py
 ${PYSITELIB}/pandas/tests/io/parser/test_unsupported.pyc
 ${PYSITELIB}/pandas/tests/io/parser/test_unsupported.pyo
-${PYSITELIB}/pandas/tests/io/parser/usecols.py
-${PYSITELIB}/pandas/tests/io/parser/usecols.pyc
-${PYSITELIB}/pandas/tests/io/parser/usecols.pyo
+${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/sas/__init__.py
 ${PYSITELIB}/pandas/tests/io/sas/__init__.pyc
 ${PYSITELIB}/pandas/tests/io/sas/__init__.pyo
@@ -1327,6 +1642,12 @@ ${PYSITELIB}/pandas/tests/io/test_clipbo
 ${PYSITELIB}/pandas/tests/io/test_common.py
 ${PYSITELIB}/pandas/tests/io/test_common.pyc
 ${PYSITELIB}/pandas/tests/io/test_common.pyo
+${PYSITELIB}/pandas/tests/io/test_compression.py
+${PYSITELIB}/pandas/tests/io/test_compression.pyc
+${PYSITELIB}/pandas/tests/io/test_compression.pyo
+${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
@@ -1336,6 +1657,9 @@ ${PYSITELIB}/pandas/tests/io/test_feathe
 ${PYSITELIB}/pandas/tests/io/test_gbq.py
 ${PYSITELIB}/pandas/tests/io/test_gbq.pyc
 ${PYSITELIB}/pandas/tests/io/test_gbq.pyo
+${PYSITELIB}/pandas/tests/io/test_gcs.py
+${PYSITELIB}/pandas/tests/io/test_gcs.pyc
+${PYSITELIB}/pandas/tests/io/test_gcs.pyo
 ${PYSITELIB}/pandas/tests/io/test_html.py
 ${PYSITELIB}/pandas/tests/io/test_html.pyc
 ${PYSITELIB}/pandas/tests/io/test_html.pyo
@@ -1375,9 +1699,6 @@ ${PYSITELIB}/pandas/tests/plotting/test_
 ${PYSITELIB}/pandas/tests/plotting/test_datetimelike.py
 ${PYSITELIB}/pandas/tests/plotting/test_datetimelike.pyc
 ${PYSITELIB}/pandas/tests/plotting/test_datetimelike.pyo
-${PYSITELIB}/pandas/tests/plotting/test_deprecated.py
-${PYSITELIB}/pandas/tests/plotting/test_deprecated.pyc
-${PYSITELIB}/pandas/tests/plotting/test_deprecated.pyo
 ${PYSITELIB}/pandas/tests/plotting/test_frame.py
 ${PYSITELIB}/pandas/tests/plotting/test_frame.pyc
 ${PYSITELIB}/pandas/tests/plotting/test_frame.pyo
@@ -1393,6 +1714,42 @@ ${PYSITELIB}/pandas/tests/plotting/test_
 ${PYSITELIB}/pandas/tests/plotting/test_series.py
 ${PYSITELIB}/pandas/tests/plotting/test_series.pyc
 ${PYSITELIB}/pandas/tests/plotting/test_series.pyo
+${PYSITELIB}/pandas/tests/reductions/__init__.py
+${PYSITELIB}/pandas/tests/reductions/__init__.pyc
+${PYSITELIB}/pandas/tests/reductions/__init__.pyo
+${PYSITELIB}/pandas/tests/reductions/test_reductions.py
+${PYSITELIB}/pandas/tests/reductions/test_reductions.pyc
+${PYSITELIB}/pandas/tests/reductions/test_reductions.pyo
+${PYSITELIB}/pandas/tests/reductions/test_stat_reductions.py
+${PYSITELIB}/pandas/tests/reductions/test_stat_reductions.pyc
+${PYSITELIB}/pandas/tests/reductions/test_stat_reductions.pyo
+${PYSITELIB}/pandas/tests/resample/__init__.py
+${PYSITELIB}/pandas/tests/resample/__init__.pyc
+${PYSITELIB}/pandas/tests/resample/__init__.pyo
+${PYSITELIB}/pandas/tests/resample/conftest.py
+${PYSITELIB}/pandas/tests/resample/conftest.pyc
+${PYSITELIB}/pandas/tests/resample/conftest.pyo
+${PYSITELIB}/pandas/tests/resample/test_base.py
+${PYSITELIB}/pandas/tests/resample/test_base.pyc
+${PYSITELIB}/pandas/tests/resample/test_base.pyo
+${PYSITELIB}/pandas/tests/resample/test_datetime_index.py
+${PYSITELIB}/pandas/tests/resample/test_datetime_index.pyc
+${PYSITELIB}/pandas/tests/resample/test_datetime_index.pyo
+${PYSITELIB}/pandas/tests/resample/test_period_index.py
+${PYSITELIB}/pandas/tests/resample/test_period_index.pyc
+${PYSITELIB}/pandas/tests/resample/test_period_index.pyo
+${PYSITELIB}/pandas/tests/resample/test_resample_api.py
+${PYSITELIB}/pandas/tests/resample/test_resample_api.pyc
+${PYSITELIB}/pandas/tests/resample/test_resample_api.pyo
+${PYSITELIB}/pandas/tests/resample/test_resampler_grouper.py
+${PYSITELIB}/pandas/tests/resample/test_resampler_grouper.pyc
+${PYSITELIB}/pandas/tests/resample/test_resampler_grouper.pyo
+${PYSITELIB}/pandas/tests/resample/test_time_grouper.py
+${PYSITELIB}/pandas/tests/resample/test_time_grouper.pyc
+${PYSITELIB}/pandas/tests/resample/test_time_grouper.pyo
+${PYSITELIB}/pandas/tests/resample/test_timedelta.py
+${PYSITELIB}/pandas/tests/resample/test_timedelta.pyc
+${PYSITELIB}/pandas/tests/resample/test_timedelta.pyo
 ${PYSITELIB}/pandas/tests/reshape/__init__.py
 ${PYSITELIB}/pandas/tests/reshape/__init__.pyc
 ${PYSITELIB}/pandas/tests/reshape/__init__.pyo
@@ -1414,21 +1771,27 @@ ${PYSITELIB}/pandas/tests/reshape/merge/
 ${PYSITELIB}/pandas/tests/reshape/merge/test_merge_ordered.py
 ${PYSITELIB}/pandas/tests/reshape/merge/test_merge_ordered.pyc
 ${PYSITELIB}/pandas/tests/reshape/merge/test_merge_ordered.pyo
+${PYSITELIB}/pandas/tests/reshape/merge/test_multi.py
+${PYSITELIB}/pandas/tests/reshape/merge/test_multi.pyc
+${PYSITELIB}/pandas/tests/reshape/merge/test_multi.pyo
 ${PYSITELIB}/pandas/tests/reshape/test_concat.py
 ${PYSITELIB}/pandas/tests/reshape/test_concat.pyc
 ${PYSITELIB}/pandas/tests/reshape/test_concat.pyo
+${PYSITELIB}/pandas/tests/reshape/test_cut.py
+${PYSITELIB}/pandas/tests/reshape/test_cut.pyc
+${PYSITELIB}/pandas/tests/reshape/test_cut.pyo
 ${PYSITELIB}/pandas/tests/reshape/test_melt.py
 ${PYSITELIB}/pandas/tests/reshape/test_melt.pyc
 ${PYSITELIB}/pandas/tests/reshape/test_melt.pyo
 ${PYSITELIB}/pandas/tests/reshape/test_pivot.py
 ${PYSITELIB}/pandas/tests/reshape/test_pivot.pyc
 ${PYSITELIB}/pandas/tests/reshape/test_pivot.pyo
+${PYSITELIB}/pandas/tests/reshape/test_qcut.py
+${PYSITELIB}/pandas/tests/reshape/test_qcut.pyc
+${PYSITELIB}/pandas/tests/reshape/test_qcut.pyo
 ${PYSITELIB}/pandas/tests/reshape/test_reshape.py
 ${PYSITELIB}/pandas/tests/reshape/test_reshape.pyc
 ${PYSITELIB}/pandas/tests/reshape/test_reshape.pyo
-${PYSITELIB}/pandas/tests/reshape/test_tile.py
-${PYSITELIB}/pandas/tests/reshape/test_tile.pyc
-${PYSITELIB}/pandas/tests/reshape/test_tile.pyo
 ${PYSITELIB}/pandas/tests/reshape/test_union_categoricals.py
 ${PYSITELIB}/pandas/tests/reshape/test_union_categoricals.pyc
 ${PYSITELIB}/pandas/tests/reshape/test_union_categoricals.pyo
@@ -1444,6 +1807,9 @@ ${PYSITELIB}/pandas/tests/scalar/interva
 ${PYSITELIB}/pandas/tests/scalar/interval/test_interval.py
 ${PYSITELIB}/pandas/tests/scalar/interval/test_interval.pyc
 ${PYSITELIB}/pandas/tests/scalar/interval/test_interval.pyo
+${PYSITELIB}/pandas/tests/scalar/interval/test_ops.py
+${PYSITELIB}/pandas/tests/scalar/interval/test_ops.pyc
+${PYSITELIB}/pandas/tests/scalar/interval/test_ops.pyo
 ${PYSITELIB}/pandas/tests/scalar/period/__init__.py
 ${PYSITELIB}/pandas/tests/scalar/period/__init__.pyc
 ${PYSITELIB}/pandas/tests/scalar/period/__init__.pyo
@@ -1498,6 +1864,9 @@ ${PYSITELIB}/pandas/tests/series/__init_
 ${PYSITELIB}/pandas/tests/series/common.py
 ${PYSITELIB}/pandas/tests/series/common.pyc
 ${PYSITELIB}/pandas/tests/series/common.pyo
+${PYSITELIB}/pandas/tests/series/conftest.py
+${PYSITELIB}/pandas/tests/series/conftest.pyc
+${PYSITELIB}/pandas/tests/series/conftest.pyo
 ${PYSITELIB}/pandas/tests/series/indexing/__init__.py
 ${PYSITELIB}/pandas/tests/series/indexing/__init__.pyc
 ${PYSITELIB}/pandas/tests/series/indexing/__init__.pyo
@@ -1546,6 +1915,9 @@ ${PYSITELIB}/pandas/tests/series/test_ar
 ${PYSITELIB}/pandas/tests/series/test_asof.py
 ${PYSITELIB}/pandas/tests/series/test_asof.pyc
 ${PYSITELIB}/pandas/tests/series/test_asof.pyo
+${PYSITELIB}/pandas/tests/series/test_block_internals.py
+${PYSITELIB}/pandas/tests/series/test_block_internals.pyc
+${PYSITELIB}/pandas/tests/series/test_block_internals.pyo
 ${PYSITELIB}/pandas/tests/series/test_combine_concat.py
 ${PYSITELIB}/pandas/tests/series/test_combine_concat.pyc
 ${PYSITELIB}/pandas/tests/series/test_combine_concat.pyo
@@ -1558,6 +1930,9 @@ ${PYSITELIB}/pandas/tests/series/test_da
 ${PYSITELIB}/pandas/tests/series/test_dtypes.py
 ${PYSITELIB}/pandas/tests/series/test_dtypes.pyc
 ${PYSITELIB}/pandas/tests/series/test_dtypes.pyo
+${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_internals.py
 ${PYSITELIB}/pandas/tests/series/test_internals.pyc
 ${PYSITELIB}/pandas/tests/series/test_internals.pyo
@@ -1609,6 +1984,9 @@ ${PYSITELIB}/pandas/tests/sparse/common.
 ${PYSITELIB}/pandas/tests/sparse/frame/__init__.py
 ${PYSITELIB}/pandas/tests/sparse/frame/__init__.pyc
 ${PYSITELIB}/pandas/tests/sparse/frame/__init__.pyo
+${PYSITELIB}/pandas/tests/sparse/frame/conftest.py
+${PYSITELIB}/pandas/tests/sparse/frame/conftest.pyc
+${PYSITELIB}/pandas/tests/sparse/frame/conftest.pyo
 ${PYSITELIB}/pandas/tests/sparse/frame/test_analytics.py
 ${PYSITELIB}/pandas/tests/sparse/frame/test_analytics.pyc
 ${PYSITELIB}/pandas/tests/sparse/frame/test_analytics.pyo
@@ -1636,12 +2014,6 @@ ${PYSITELIB}/pandas/tests/sparse/series/
 ${PYSITELIB}/pandas/tests/sparse/series/test_series.py
 ${PYSITELIB}/pandas/tests/sparse/series/test_series.pyc
 ${PYSITELIB}/pandas/tests/sparse/series/test_series.pyo
-${PYSITELIB}/pandas/tests/sparse/test_arithmetics.py
-${PYSITELIB}/pandas/tests/sparse/test_arithmetics.pyc
-${PYSITELIB}/pandas/tests/sparse/test_arithmetics.pyo
-${PYSITELIB}/pandas/tests/sparse/test_array.py
-${PYSITELIB}/pandas/tests/sparse/test_array.pyc
-${PYSITELIB}/pandas/tests/sparse/test_array.pyo
 ${PYSITELIB}/pandas/tests/sparse/test_combine_concat.py
 ${PYSITELIB}/pandas/tests/sparse/test_combine_concat.pyc
 ${PYSITELIB}/pandas/tests/sparse/test_combine_concat.pyo
@@ -1654,9 +2026,6 @@ ${PYSITELIB}/pandas/tests/sparse/test_gr
 ${PYSITELIB}/pandas/tests/sparse/test_indexing.py
 ${PYSITELIB}/pandas/tests/sparse/test_indexing.pyc
 ${PYSITELIB}/pandas/tests/sparse/test_indexing.pyo
-${PYSITELIB}/pandas/tests/sparse/test_libsparse.py
-${PYSITELIB}/pandas/tests/sparse/test_libsparse.pyc
-${PYSITELIB}/pandas/tests/sparse/test_libsparse.pyo
 ${PYSITELIB}/pandas/tests/sparse/test_pivot.py
 ${PYSITELIB}/pandas/tests/sparse/test_pivot.pyc
 ${PYSITELIB}/pandas/tests/sparse/test_pivot.pyo
@@ -1705,9 +2074,6 @@ ${PYSITELIB}/pandas/tests/test_panel.pyo
 ${PYSITELIB}/pandas/tests/test_register_accessor.py
 ${PYSITELIB}/pandas/tests/test_register_accessor.pyc
 ${PYSITELIB}/pandas/tests/test_register_accessor.pyo
-${PYSITELIB}/pandas/tests/test_resample.py
-${PYSITELIB}/pandas/tests/test_resample.pyc
-${PYSITELIB}/pandas/tests/test_resample.pyo
 ${PYSITELIB}/pandas/tests/test_sorting.py
 ${PYSITELIB}/pandas/tests/test_sorting.pyc
 ${PYSITELIB}/pandas/tests/test_sorting.pyo
@@ -1729,9 +2095,6 @@ ${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/conftest.py
-${PYSITELIB}/pandas/tests/tseries/conftest.pyc
-${PYSITELIB}/pandas/tests/tseries/conftest.pyo
 ${PYSITELIB}/pandas/tests/tseries/offsets/__init__.py
 ${PYSITELIB}/pandas/tests/tseries/offsets/__init__.pyc
 ${PYSITELIB}/pandas/tests/tseries/offsets/__init__.pyo
@@ -1747,6 +2110,9 @@ ${PYSITELIB}/pandas/tests/tseries/offset
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_offsets.py
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_offsets.pyc
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_offsets.pyo
+${PYSITELIB}/pandas/tests/tseries/offsets/test_offsets_properties.py
+${PYSITELIB}/pandas/tests/tseries/offsets/test_offsets_properties.pyc
+${PYSITELIB}/pandas/tests/tseries/offsets/test_offsets_properties.pyo
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_ticks.py
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_ticks.pyc
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_ticks.pyo
@@ -1762,6 +2128,9 @@ ${PYSITELIB}/pandas/tests/tseries/test_h
 ${PYSITELIB}/pandas/tests/tslibs/__init__.py
 ${PYSITELIB}/pandas/tests/tslibs/__init__.pyc
 ${PYSITELIB}/pandas/tests/tslibs/__init__.pyo
+${PYSITELIB}/pandas/tests/tslibs/test_api.py
+${PYSITELIB}/pandas/tests/tslibs/test_api.pyc
+${PYSITELIB}/pandas/tests/tslibs/test_api.pyo
 ${PYSITELIB}/pandas/tests/tslibs/test_array_to_datetime.py
 ${PYSITELIB}/pandas/tests/tslibs/test_array_to_datetime.pyc
 ${PYSITELIB}/pandas/tests/tslibs/test_array_to_datetime.pyo
@@ -1777,36 +2146,84 @@ ${PYSITELIB}/pandas/tests/tslibs/test_li
 ${PYSITELIB}/pandas/tests/tslibs/test_liboffsets.py
 ${PYSITELIB}/pandas/tests/tslibs/test_liboffsets.pyc
 ${PYSITELIB}/pandas/tests/tslibs/test_liboffsets.pyo
+${PYSITELIB}/pandas/tests/tslibs/test_normalize_date.py
+${PYSITELIB}/pandas/tests/tslibs/test_normalize_date.pyc
+${PYSITELIB}/pandas/tests/tslibs/test_normalize_date.pyo
+${PYSITELIB}/pandas/tests/tslibs/test_parse_iso8601.py
+${PYSITELIB}/pandas/tests/tslibs/test_parse_iso8601.pyc
+${PYSITELIB}/pandas/tests/tslibs/test_parse_iso8601.pyo
 ${PYSITELIB}/pandas/tests/tslibs/test_parsing.py
 ${PYSITELIB}/pandas/tests/tslibs/test_parsing.pyc
 ${PYSITELIB}/pandas/tests/tslibs/test_parsing.pyo
 ${PYSITELIB}/pandas/tests/tslibs/test_period_asfreq.py
 ${PYSITELIB}/pandas/tests/tslibs/test_period_asfreq.pyc
 ${PYSITELIB}/pandas/tests/tslibs/test_period_asfreq.pyo
+${PYSITELIB}/pandas/tests/tslibs/test_timedeltas.py
+${PYSITELIB}/pandas/tests/tslibs/test_timedeltas.pyc
+${PYSITELIB}/pandas/tests/tslibs/test_timedeltas.pyo
 ${PYSITELIB}/pandas/tests/tslibs/test_timezones.py
 ${PYSITELIB}/pandas/tests/tslibs/test_timezones.pyc
 ${PYSITELIB}/pandas/tests/tslibs/test_timezones.pyo
 ${PYSITELIB}/pandas/tests/util/__init__.py
 ${PYSITELIB}/pandas/tests/util/__init__.pyc
 ${PYSITELIB}/pandas/tests/util/__init__.pyo
+${PYSITELIB}/pandas/tests/util/conftest.py
+${PYSITELIB}/pandas/tests/util/conftest.pyc
+${PYSITELIB}/pandas/tests/util/conftest.pyo
+${PYSITELIB}/pandas/tests/util/test_assert_almost_equal.py
+${PYSITELIB}/pandas/tests/util/test_assert_almost_equal.pyc
+${PYSITELIB}/pandas/tests/util/test_assert_almost_equal.pyo
+${PYSITELIB}/pandas/tests/util/test_assert_categorical_equal.py
+${PYSITELIB}/pandas/tests/util/test_assert_categorical_equal.pyc
+${PYSITELIB}/pandas/tests/util/test_assert_categorical_equal.pyo
+${PYSITELIB}/pandas/tests/util/test_assert_extension_array_equal.py
+${PYSITELIB}/pandas/tests/util/test_assert_extension_array_equal.pyc
+${PYSITELIB}/pandas/tests/util/test_assert_extension_array_equal.pyo
+${PYSITELIB}/pandas/tests/util/test_assert_frame_equal.py
+${PYSITELIB}/pandas/tests/util/test_assert_frame_equal.pyc
+${PYSITELIB}/pandas/tests/util/test_assert_frame_equal.pyo
+${PYSITELIB}/pandas/tests/util/test_assert_index_equal.py
+${PYSITELIB}/pandas/tests/util/test_assert_index_equal.pyc
+${PYSITELIB}/pandas/tests/util/test_assert_index_equal.pyo
+${PYSITELIB}/pandas/tests/util/test_assert_interval_array_equal.py
+${PYSITELIB}/pandas/tests/util/test_assert_interval_array_equal.pyc
+${PYSITELIB}/pandas/tests/util/test_assert_interval_array_equal.pyo
+${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_series_equal.py
+${PYSITELIB}/pandas/tests/util/test_assert_series_equal.pyc
+${PYSITELIB}/pandas/tests/util/test_assert_series_equal.pyo
+${PYSITELIB}/pandas/tests/util/test_deprecate.py
+${PYSITELIB}/pandas/tests/util/test_deprecate.pyc
+${PYSITELIB}/pandas/tests/util/test_deprecate.pyo
+${PYSITELIB}/pandas/tests/util/test_deprecate_kwarg.py
+${PYSITELIB}/pandas/tests/util/test_deprecate_kwarg.pyc
+${PYSITELIB}/pandas/tests/util/test_deprecate_kwarg.pyo
 ${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_testing.py
-${PYSITELIB}/pandas/tests/util/test_testing.pyc
-${PYSITELIB}/pandas/tests/util/test_testing.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
+${PYSITELIB}/pandas/tests/util/test_safe_import.py
+${PYSITELIB}/pandas/tests/util/test_safe_import.pyc
+${PYSITELIB}/pandas/tests/util/test_safe_import.pyo
 ${PYSITELIB}/pandas/tests/util/test_util.py
 ${PYSITELIB}/pandas/tests/util/test_util.pyc
 ${PYSITELIB}/pandas/tests/util/test_util.pyo
-${PYSITELIB}/pandas/tools/__init__.py
-${PYSITELIB}/pandas/tools/__init__.pyc
-${PYSITELIB}/pandas/tools/__init__.pyo
-${PYSITELIB}/pandas/tools/merge.py
-${PYSITELIB}/pandas/tools/merge.pyc
-${PYSITELIB}/pandas/tools/merge.pyo
-${PYSITELIB}/pandas/tools/plotting.py
-${PYSITELIB}/pandas/tools/plotting.pyc
-${PYSITELIB}/pandas/tools/plotting.pyo
+${PYSITELIB}/pandas/tests/util/test_validate_args.py
+${PYSITELIB}/pandas/tests/util/test_validate_args.pyc
+${PYSITELIB}/pandas/tests/util/test_validate_args.pyo
+${PYSITELIB}/pandas/tests/util/test_validate_args_and_kwargs.py
+${PYSITELIB}/pandas/tests/util/test_validate_args_and_kwargs.pyc
+${PYSITELIB}/pandas/tests/util/test_validate_args_and_kwargs.pyo
+${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/tseries/__init__.py
 ${PYSITELIB}/pandas/tseries/__init__.pyc
 ${PYSITELIB}/pandas/tseries/__init__.pyo
@@ -1828,18 +2245,6 @@ ${PYSITELIB}/pandas/tseries/offsets.pyo
 ${PYSITELIB}/pandas/tseries/plotting.py
 ${PYSITELIB}/pandas/tseries/plotting.pyc
 ${PYSITELIB}/pandas/tseries/plotting.pyo
-${PYSITELIB}/pandas/tslib.py
-${PYSITELIB}/pandas/tslib.pyc
-${PYSITELIB}/pandas/tslib.pyo
-${PYSITELIB}/pandas/types/__init__.py
-${PYSITELIB}/pandas/types/__init__.pyc
-${PYSITELIB}/pandas/types/__init__.pyo
-${PYSITELIB}/pandas/types/common.py
-${PYSITELIB}/pandas/types/common.pyc
-${PYSITELIB}/pandas/types/common.pyo
-${PYSITELIB}/pandas/types/concat.py
-${PYSITELIB}/pandas/types/concat.pyc
-${PYSITELIB}/pandas/types/concat.pyo
 ${PYSITELIB}/pandas/util/__init__.py
 ${PYSITELIB}/pandas/util/__init__.pyc
 ${PYSITELIB}/pandas/util/__init__.pyo
@@ -1852,6 +2257,9 @@ ${PYSITELIB}/pandas/util/_depr_module.py
 ${PYSITELIB}/pandas/util/_doctools.py
 ${PYSITELIB}/pandas/util/_doctools.pyc
 ${PYSITELIB}/pandas/util/_doctools.pyo
+${PYSITELIB}/pandas/util/_exceptions.py
+${PYSITELIB}/pandas/util/_exceptions.pyc
+${PYSITELIB}/pandas/util/_exceptions.pyo
 ${PYSITELIB}/pandas/util/_move.so
 ${PYSITELIB}/pandas/util/_print_versions.py
 ${PYSITELIB}/pandas/util/_print_versions.pyc
@@ -1865,9 +2273,6 @@ ${PYSITELIB}/pandas/util/_tester.pyo
 ${PYSITELIB}/pandas/util/_validators.py
 ${PYSITELIB}/pandas/util/_validators.pyc
 ${PYSITELIB}/pandas/util/_validators.pyo
-${PYSITELIB}/pandas/util/decorators.py
-${PYSITELIB}/pandas/util/decorators.pyc
-${PYSITELIB}/pandas/util/decorators.pyo
 ${PYSITELIB}/pandas/util/testing.py
 ${PYSITELIB}/pandas/util/testing.pyc
 ${PYSITELIB}/pandas/util/testing.pyo

Index: pkgsrc/math/py-pandas/distinfo
diff -u pkgsrc/math/py-pandas/distinfo:1.20 pkgsrc/math/py-pandas/distinfo:1.21
--- pkgsrc/math/py-pandas/distinfo:1.20 Fri Aug 10 09:00:36 2018
+++ pkgsrc/math/py-pandas/distinfo      Sun Jun 16 19:14:52 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2018/08/10 09:00:36 adam Exp $
+$NetBSD: distinfo,v 1.21 2019/06/16 19:14:52 adam Exp $
 
-SHA1 (pandas-0.23.4.tar.gz) = 03e0320a02f87441174a39edc07b8feabd8df2d8
-RMD160 (pandas-0.23.4.tar.gz) = 57efaf345b3ce33099c9d56ecd973ca7d39bc345
-SHA512 (pandas-0.23.4.tar.gz) = 0c89db820a49e0cfb9764e64589ff9af819f9a53c01bd0254cd1b6dbd1e9fd452b2ff7c7330ede7623c7576589113e831a19a57c735562b55f90506df15805b9
-Size (pandas-0.23.4.tar.gz) = 10490077 bytes
+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



Home | Main Index | Thread Index | Old Index