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:           Mon Nov 28 21:46:51 UTC 2022

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

Log Message:
py-pandas: updated to 1.5.2

What's new in 1.5.2 (November 21, 2022)
---------------------------------------

These are the changes in pandas 1.5.2. See :ref:`release` for a full changelog
including other versions of pandas.

Fixed regressions
~~~~~~~~~~~~~~~~~
- Fixed regression in :meth:`MultiIndex.join` for extension array dtypes (:issue:`49277`)
- Fixed regression in :meth:`Series.replace` raising ``RecursionError`` with numeric dtype and when specifying ``value=None`` (:issue:`45725`)
- Fixed regression in arithmetic operations for :class:`DataFrame` with :class:`MultiIndex` columns with different dtypes (:issue:`49769`)
- Fixed regression in :meth:`DataFrame.plot` preventing :class:`~matplotlib.colors.Colormap` instance
  from being passed using the ``colormap`` argument if Matplotlib 3.6+ is used (:issue:`49374`)
- Fixed regression in :func:`date_range` returning an invalid set of periods for ``CustomBusinessDay`` frequency and ``start`` date with timezone (:issue:`49441`)
- Fixed performance regression in groupby operations (:issue:`49676`)
- Fixed regression in :class:`Timedelta` constructor returning object of wrong type when subclassing ``Timedelta`` (:issue:`49579`)

Bug fixes
~~~~~~~~~
- Bug in the Copy-on-Write implementation losing track of views in certain chained indexing cases (:issue:`48996`)
- Fixed memory leak in :meth:`.Styler.to_excel` (:issue:`49751`)

Other
~~~~~
- Reverted ``color`` as an alias for ``c`` and ``size`` as an alias for ``s`` in function :meth:`DataFrame.plot.scatter` (:issue:`49732`)


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/math/py-pandas/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/math/py-pandas/PLIST
cvs rdiff -u -r1.28 -r1.29 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.39 pkgsrc/math/py-pandas/Makefile:1.40
--- pkgsrc/math/py-pandas/Makefile:1.39 Sun Apr 10 00:57:14 2022
+++ pkgsrc/math/py-pandas/Makefile      Mon Nov 28 21:46:51 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2022/04/10 00:57:14 gutteridge Exp $
+# $NetBSD: Makefile,v 1.40 2022/11/28 21:46:51 adam Exp $
 
-DISTNAME=      pandas-1.3.5
+DISTNAME=      pandas-1.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    math graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pandas/}
 
@@ -11,26 +10,22 @@ HOMEPAGE=   https://pandas.pydata.org/
 COMMENT=       Python Data Analysis Library
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-bottleneck-[0-9]*:../../math/py-bottleneck
-DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.7.3:../../time/py-dateutil
-DEPENDS+=      ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
-DEPENDS+=      ${PYPKGPREFIX}-numexpr-[0-9]*:../../math/py-numexpr
-DEPENDS+=      ${PYPKGPREFIX}-pytz>=2017.3:../../time/py-pytz
-DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.7:../../math/py-scipy
+DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.8.1:../../time/py-dateutil
+DEPENDS+=      ${PYPKGPREFIX}-pytz>=2020.1:../../time/py-pytz
 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>=3.58:../../devel/py-hypothesis
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.0.1:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=5.5.3:../../devel/py-hypothesis
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=1.31:../../devel/py-test-xdist
 
 USE_LANGUAGES= c c++
 
-PYSETUPTESTTARGET=     pytest
-
 PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
 
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} pandas
+
 .include "../../lang/python/egg.mk"
-BUILDLINK_API_DEPENDS.py-numpy+= ${PYPKGPREFIX}-numpy>=1.16.5
+BUILDLINK_API_DEPENDS.py-numpy+= ${PYPKGPREFIX}-numpy>=1.23.2
 .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.20 pkgsrc/math/py-pandas/PLIST:1.21
--- pkgsrc/math/py-pandas/PLIST:1.20    Sun Nov 21 16:31:26 2021
+++ pkgsrc/math/py-pandas/PLIST Mon Nov 28 21:46:51 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2021/11/21 16:31:26 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.21 2022/11/28 21:46:51 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -37,6 +37,7 @@ ${PYSITELIB}/pandas/_libs/arrays.pxd
 ${PYSITELIB}/pandas/_libs/arrays.pyi
 ${PYSITELIB}/pandas/_libs/arrays.pyx
 ${PYSITELIB}/pandas/_libs/arrays.so
+${PYSITELIB}/pandas/_libs/dtypes.pxd
 ${PYSITELIB}/pandas/_libs/groupby.pyi
 ${PYSITELIB}/pandas/_libs/groupby.pyx
 ${PYSITELIB}/pandas/_libs/groupby.so
@@ -53,17 +54,20 @@ ${PYSITELIB}/pandas/_libs/index.pyi
 ${PYSITELIB}/pandas/_libs/index.pyx
 ${PYSITELIB}/pandas/_libs/index.so
 ${PYSITELIB}/pandas/_libs/index_class_helper.pxi.in
+${PYSITELIB}/pandas/_libs/indexing.pyi
 ${PYSITELIB}/pandas/_libs/indexing.pyx
 ${PYSITELIB}/pandas/_libs/indexing.so
 ${PYSITELIB}/pandas/_libs/internals.pyi
 ${PYSITELIB}/pandas/_libs/internals.pyx
 ${PYSITELIB}/pandas/_libs/internals.so
+${PYSITELIB}/pandas/_libs/interval.pyi
 ${PYSITELIB}/pandas/_libs/interval.pyx
 ${PYSITELIB}/pandas/_libs/interval.so
 ${PYSITELIB}/pandas/_libs/intervaltree.pxi.in
 ${PYSITELIB}/pandas/_libs/join.pyi
 ${PYSITELIB}/pandas/_libs/join.pyx
 ${PYSITELIB}/pandas/_libs/join.so
+${PYSITELIB}/pandas/_libs/json.pyi
 ${PYSITELIB}/pandas/_libs/json.so
 ${PYSITELIB}/pandas/_libs/khash.pxd
 ${PYSITELIB}/pandas/_libs/khash_for_primitive_helper.pxi.in
@@ -72,6 +76,7 @@ ${PYSITELIB}/pandas/_libs/lib.pyi
 ${PYSITELIB}/pandas/_libs/lib.pyx
 ${PYSITELIB}/pandas/_libs/lib.so
 ${PYSITELIB}/pandas/_libs/missing.pxd
+${PYSITELIB}/pandas/_libs/missing.pyi
 ${PYSITELIB}/pandas/_libs/missing.pyx
 ${PYSITELIB}/pandas/_libs/missing.so
 ${PYSITELIB}/pandas/_libs/ops.pyi
@@ -83,39 +88,19 @@ ${PYSITELIB}/pandas/_libs/ops_dispatch.s
 ${PYSITELIB}/pandas/_libs/parsers.pyi
 ${PYSITELIB}/pandas/_libs/parsers.pyx
 ${PYSITELIB}/pandas/_libs/parsers.so
+${PYSITELIB}/pandas/_libs/properties.pyi
 ${PYSITELIB}/pandas/_libs/properties.pyx
 ${PYSITELIB}/pandas/_libs/properties.so
+${PYSITELIB}/pandas/_libs/reduction.pyi
 ${PYSITELIB}/pandas/_libs/reduction.pyx
 ${PYSITELIB}/pandas/_libs/reduction.so
 ${PYSITELIB}/pandas/_libs/reshape.pyi
 ${PYSITELIB}/pandas/_libs/reshape.pyx
 ${PYSITELIB}/pandas/_libs/reshape.so
+${PYSITELIB}/pandas/_libs/sparse.pyi
 ${PYSITELIB}/pandas/_libs/sparse.pyx
 ${PYSITELIB}/pandas/_libs/sparse.so
 ${PYSITELIB}/pandas/_libs/sparse_op_helper.pxi.in
-${PYSITELIB}/pandas/_libs/src/headers/cmath
-${PYSITELIB}/pandas/_libs/src/headers/ms_inttypes.h
-${PYSITELIB}/pandas/_libs/src/headers/ms_stdint.h
-${PYSITELIB}/pandas/_libs/src/headers/portable.h
-${PYSITELIB}/pandas/_libs/src/headers/stdint.h
-${PYSITELIB}/pandas/_libs/src/inline_helper.h
-${PYSITELIB}/pandas/_libs/src/klib/khash.h
-${PYSITELIB}/pandas/_libs/src/klib/khash_python.h
-${PYSITELIB}/pandas/_libs/src/parse_helper.h
-${PYSITELIB}/pandas/_libs/src/parser/io.c
-${PYSITELIB}/pandas/_libs/src/parser/io.h
-${PYSITELIB}/pandas/_libs/src/parser/tokenizer.c
-${PYSITELIB}/pandas/_libs/src/parser/tokenizer.h
-${PYSITELIB}/pandas/_libs/src/skiplist.h
-${PYSITELIB}/pandas/_libs/src/ujson/lib/ultrajson.h
-${PYSITELIB}/pandas/_libs/src/ujson/lib/ultrajsondec.c
-${PYSITELIB}/pandas/_libs/src/ujson/lib/ultrajsonenc.c
-${PYSITELIB}/pandas/_libs/src/ujson/python/JSONtoObj.c
-${PYSITELIB}/pandas/_libs/src/ujson/python/date_conversions.c
-${PYSITELIB}/pandas/_libs/src/ujson/python/date_conversions.h
-${PYSITELIB}/pandas/_libs/src/ujson/python/objToJSON.c
-${PYSITELIB}/pandas/_libs/src/ujson/python/ujson.c
-${PYSITELIB}/pandas/_libs/src/ujson/python/version.h
 ${PYSITELIB}/pandas/_libs/testing.pyi
 ${PYSITELIB}/pandas/_libs/testing.pyx
 ${PYSITELIB}/pandas/_libs/testing.so
@@ -148,9 +133,11 @@ ${PYSITELIB}/pandas/_libs/tslibs/nattype
 ${PYSITELIB}/pandas/_libs/tslibs/nattype.pyx
 ${PYSITELIB}/pandas/_libs/tslibs/nattype.so
 ${PYSITELIB}/pandas/_libs/tslibs/np_datetime.pxd
+${PYSITELIB}/pandas/_libs/tslibs/np_datetime.pyi
 ${PYSITELIB}/pandas/_libs/tslibs/np_datetime.pyx
 ${PYSITELIB}/pandas/_libs/tslibs/np_datetime.so
 ${PYSITELIB}/pandas/_libs/tslibs/offsets.pxd
+${PYSITELIB}/pandas/_libs/tslibs/offsets.pyi
 ${PYSITELIB}/pandas/_libs/tslibs/offsets.pyx
 ${PYSITELIB}/pandas/_libs/tslibs/offsets.so
 ${PYSITELIB}/pandas/_libs/tslibs/parsing.pxd
@@ -161,10 +148,6 @@ ${PYSITELIB}/pandas/_libs/tslibs/period.
 ${PYSITELIB}/pandas/_libs/tslibs/period.pyi
 ${PYSITELIB}/pandas/_libs/tslibs/period.pyx
 ${PYSITELIB}/pandas/_libs/tslibs/period.so
-${PYSITELIB}/pandas/_libs/tslibs/src/datetime/np_datetime.c
-${PYSITELIB}/pandas/_libs/tslibs/src/datetime/np_datetime.h
-${PYSITELIB}/pandas/_libs/tslibs/src/datetime/np_datetime_strings.c
-${PYSITELIB}/pandas/_libs/tslibs/src/datetime/np_datetime_strings.h
 ${PYSITELIB}/pandas/_libs/tslibs/strptime.pyi
 ${PYSITELIB}/pandas/_libs/tslibs/strptime.pyx
 ${PYSITELIB}/pandas/_libs/tslibs/strptime.so
@@ -204,6 +187,9 @@ ${PYSITELIB}/pandas/_libs/writers.so
 ${PYSITELIB}/pandas/_testing/__init__.py
 ${PYSITELIB}/pandas/_testing/__init__.pyc
 ${PYSITELIB}/pandas/_testing/__init__.pyo
+${PYSITELIB}/pandas/_testing/_hypothesis.py
+${PYSITELIB}/pandas/_testing/_hypothesis.pyc
+${PYSITELIB}/pandas/_testing/_hypothesis.pyo
 ${PYSITELIB}/pandas/_testing/_io.py
 ${PYSITELIB}/pandas/_testing/_io.pyc
 ${PYSITELIB}/pandas/_testing/_io.pyo
@@ -237,6 +223,9 @@ ${PYSITELIB}/pandas/api/extensions/__ini
 ${PYSITELIB}/pandas/api/indexers/__init__.py
 ${PYSITELIB}/pandas/api/indexers/__init__.pyc
 ${PYSITELIB}/pandas/api/indexers/__init__.pyo
+${PYSITELIB}/pandas/api/interchange/__init__.py
+${PYSITELIB}/pandas/api/interchange/__init__.pyc
+${PYSITELIB}/pandas/api/interchange/__init__.pyo
 ${PYSITELIB}/pandas/api/types/__init__.py
 ${PYSITELIB}/pandas/api/types/__init__.pyc
 ${PYSITELIB}/pandas/api/types/__init__.pyo
@@ -270,12 +259,33 @@ ${PYSITELIB}/pandas/conftest.pyo
 ${PYSITELIB}/pandas/core/__init__.py
 ${PYSITELIB}/pandas/core/__init__.pyc
 ${PYSITELIB}/pandas/core/__init__.pyo
+${PYSITELIB}/pandas/core/_numba/__init__.py
+${PYSITELIB}/pandas/core/_numba/__init__.pyc
+${PYSITELIB}/pandas/core/_numba/__init__.pyo
+${PYSITELIB}/pandas/core/_numba/executor.py
+${PYSITELIB}/pandas/core/_numba/executor.pyc
+${PYSITELIB}/pandas/core/_numba/executor.pyo
+${PYSITELIB}/pandas/core/_numba/kernels/__init__.py
+${PYSITELIB}/pandas/core/_numba/kernels/__init__.pyc
+${PYSITELIB}/pandas/core/_numba/kernels/__init__.pyo
+${PYSITELIB}/pandas/core/_numba/kernels/mean_.py
+${PYSITELIB}/pandas/core/_numba/kernels/mean_.pyc
+${PYSITELIB}/pandas/core/_numba/kernels/mean_.pyo
+${PYSITELIB}/pandas/core/_numba/kernels/min_max_.py
+${PYSITELIB}/pandas/core/_numba/kernels/min_max_.pyc
+${PYSITELIB}/pandas/core/_numba/kernels/min_max_.pyo
+${PYSITELIB}/pandas/core/_numba/kernels/shared.py
+${PYSITELIB}/pandas/core/_numba/kernels/shared.pyc
+${PYSITELIB}/pandas/core/_numba/kernels/shared.pyo
+${PYSITELIB}/pandas/core/_numba/kernels/sum_.py
+${PYSITELIB}/pandas/core/_numba/kernels/sum_.pyc
+${PYSITELIB}/pandas/core/_numba/kernels/sum_.pyo
+${PYSITELIB}/pandas/core/_numba/kernels/var_.py
+${PYSITELIB}/pandas/core/_numba/kernels/var_.pyc
+${PYSITELIB}/pandas/core/_numba/kernels/var_.pyo
 ${PYSITELIB}/pandas/core/accessor.py
 ${PYSITELIB}/pandas/core/accessor.pyc
 ${PYSITELIB}/pandas/core/accessor.pyo
-${PYSITELIB}/pandas/core/aggregation.py
-${PYSITELIB}/pandas/core/aggregation.pyc
-${PYSITELIB}/pandas/core/aggregation.pyo
 ${PYSITELIB}/pandas/core/algorithms.py
 ${PYSITELIB}/pandas/core/algorithms.pyc
 ${PYSITELIB}/pandas/core/algorithms.pyo
@@ -312,15 +322,27 @@ ${PYSITELIB}/pandas/core/arraylike.pyo
 ${PYSITELIB}/pandas/core/arrays/__init__.py
 ${PYSITELIB}/pandas/core/arrays/__init__.pyc
 ${PYSITELIB}/pandas/core/arrays/__init__.pyo
-${PYSITELIB}/pandas/core/arrays/_arrow_utils.py
-${PYSITELIB}/pandas/core/arrays/_arrow_utils.pyc
-${PYSITELIB}/pandas/core/arrays/_arrow_utils.pyo
 ${PYSITELIB}/pandas/core/arrays/_mixins.py
 ${PYSITELIB}/pandas/core/arrays/_mixins.pyc
 ${PYSITELIB}/pandas/core/arrays/_mixins.pyo
 ${PYSITELIB}/pandas/core/arrays/_ranges.py
 ${PYSITELIB}/pandas/core/arrays/_ranges.pyc
 ${PYSITELIB}/pandas/core/arrays/_ranges.pyo
+${PYSITELIB}/pandas/core/arrays/arrow/__init__.py
+${PYSITELIB}/pandas/core/arrays/arrow/__init__.pyc
+${PYSITELIB}/pandas/core/arrays/arrow/__init__.pyo
+${PYSITELIB}/pandas/core/arrays/arrow/_arrow_utils.py
+${PYSITELIB}/pandas/core/arrays/arrow/_arrow_utils.pyc
+${PYSITELIB}/pandas/core/arrays/arrow/_arrow_utils.pyo
+${PYSITELIB}/pandas/core/arrays/arrow/array.py
+${PYSITELIB}/pandas/core/arrays/arrow/array.pyc
+${PYSITELIB}/pandas/core/arrays/arrow/array.pyo
+${PYSITELIB}/pandas/core/arrays/arrow/dtype.py
+${PYSITELIB}/pandas/core/arrays/arrow/dtype.pyc
+${PYSITELIB}/pandas/core/arrays/arrow/dtype.pyo
+${PYSITELIB}/pandas/core/arrays/arrow/extension_types.py
+${PYSITELIB}/pandas/core/arrays/arrow/extension_types.pyc
+${PYSITELIB}/pandas/core/arrays/arrow/extension_types.pyo
 ${PYSITELIB}/pandas/core/arrays/base.py
 ${PYSITELIB}/pandas/core/arrays/base.pyc
 ${PYSITELIB}/pandas/core/arrays/base.pyo
@@ -441,6 +463,9 @@ ${PYSITELIB}/pandas/core/dtypes/__init__
 ${PYSITELIB}/pandas/core/dtypes/api.py
 ${PYSITELIB}/pandas/core/dtypes/api.pyc
 ${PYSITELIB}/pandas/core/dtypes/api.pyo
+${PYSITELIB}/pandas/core/dtypes/astype.py
+${PYSITELIB}/pandas/core/dtypes/astype.pyc
+${PYSITELIB}/pandas/core/dtypes/astype.pyo
 ${PYSITELIB}/pandas/core/dtypes/base.py
 ${PYSITELIB}/pandas/core/dtypes/base.pyc
 ${PYSITELIB}/pandas/core/dtypes/base.pyo
@@ -492,6 +517,9 @@ ${PYSITELIB}/pandas/core/groupby/groupby
 ${PYSITELIB}/pandas/core/groupby/grouper.py
 ${PYSITELIB}/pandas/core/groupby/grouper.pyc
 ${PYSITELIB}/pandas/core/groupby/grouper.pyo
+${PYSITELIB}/pandas/core/groupby/indexing.py
+${PYSITELIB}/pandas/core/groupby/indexing.pyc
+${PYSITELIB}/pandas/core/groupby/indexing.pyo
 ${PYSITELIB}/pandas/core/groupby/numba_.py
 ${PYSITELIB}/pandas/core/groupby/numba_.pyc
 ${PYSITELIB}/pandas/core/groupby/numba_.pyo
@@ -501,9 +529,15 @@ ${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/indexers/__init__.py
+${PYSITELIB}/pandas/core/indexers/__init__.pyc
+${PYSITELIB}/pandas/core/indexers/__init__.pyo
+${PYSITELIB}/pandas/core/indexers/objects.py
+${PYSITELIB}/pandas/core/indexers/objects.pyc
+${PYSITELIB}/pandas/core/indexers/objects.pyo
+${PYSITELIB}/pandas/core/indexers/utils.py
+${PYSITELIB}/pandas/core/indexers/utils.pyc
+${PYSITELIB}/pandas/core/indexers/utils.pyo
 ${PYSITELIB}/pandas/core/indexes/__init__.py
 ${PYSITELIB}/pandas/core/indexes/__init__.pyc
 ${PYSITELIB}/pandas/core/indexes/__init__.pyo
@@ -552,6 +586,27 @@ ${PYSITELIB}/pandas/core/indexes/timedel
 ${PYSITELIB}/pandas/core/indexing.py
 ${PYSITELIB}/pandas/core/indexing.pyc
 ${PYSITELIB}/pandas/core/indexing.pyo
+${PYSITELIB}/pandas/core/interchange/__init__.py
+${PYSITELIB}/pandas/core/interchange/__init__.pyc
+${PYSITELIB}/pandas/core/interchange/__init__.pyo
+${PYSITELIB}/pandas/core/interchange/buffer.py
+${PYSITELIB}/pandas/core/interchange/buffer.pyc
+${PYSITELIB}/pandas/core/interchange/buffer.pyo
+${PYSITELIB}/pandas/core/interchange/column.py
+${PYSITELIB}/pandas/core/interchange/column.pyc
+${PYSITELIB}/pandas/core/interchange/column.pyo
+${PYSITELIB}/pandas/core/interchange/dataframe.py
+${PYSITELIB}/pandas/core/interchange/dataframe.pyc
+${PYSITELIB}/pandas/core/interchange/dataframe.pyo
+${PYSITELIB}/pandas/core/interchange/dataframe_protocol.py
+${PYSITELIB}/pandas/core/interchange/dataframe_protocol.pyc
+${PYSITELIB}/pandas/core/interchange/dataframe_protocol.pyo
+${PYSITELIB}/pandas/core/interchange/from_dataframe.py
+${PYSITELIB}/pandas/core/interchange/from_dataframe.pyc
+${PYSITELIB}/pandas/core/interchange/from_dataframe.pyo
+${PYSITELIB}/pandas/core/interchange/utils.py
+${PYSITELIB}/pandas/core/interchange/utils.pyc
+${PYSITELIB}/pandas/core/interchange/utils.pyo
 ${PYSITELIB}/pandas/core/internals/__init__.py
 ${PYSITELIB}/pandas/core/internals/__init__.pyc
 ${PYSITELIB}/pandas/core/internals/__init__.pyo
@@ -624,6 +679,9 @@ ${PYSITELIB}/pandas/core/reshape/api.pyo
 ${PYSITELIB}/pandas/core/reshape/concat.py
 ${PYSITELIB}/pandas/core/reshape/concat.pyc
 ${PYSITELIB}/pandas/core/reshape/concat.pyo
+${PYSITELIB}/pandas/core/reshape/encoding.py
+${PYSITELIB}/pandas/core/reshape/encoding.pyc
+${PYSITELIB}/pandas/core/reshape/encoding.pyo
 ${PYSITELIB}/pandas/core/reshape/melt.py
 ${PYSITELIB}/pandas/core/reshape/melt.pyc
 ${PYSITELIB}/pandas/core/reshape/melt.pyo
@@ -645,6 +703,9 @@ ${PYSITELIB}/pandas/core/reshape/util.py
 ${PYSITELIB}/pandas/core/roperator.py
 ${PYSITELIB}/pandas/core/roperator.pyc
 ${PYSITELIB}/pandas/core/roperator.pyo
+${PYSITELIB}/pandas/core/sample.py
+${PYSITELIB}/pandas/core/sample.pyc
+${PYSITELIB}/pandas/core/sample.pyo
 ${PYSITELIB}/pandas/core/series.py
 ${PYSITELIB}/pandas/core/series.pyc
 ${PYSITELIB}/pandas/core/series.pyo
@@ -711,9 +772,6 @@ ${PYSITELIB}/pandas/core/window/ewm.pyo
 ${PYSITELIB}/pandas/core/window/expanding.py
 ${PYSITELIB}/pandas/core/window/expanding.pyc
 ${PYSITELIB}/pandas/core/window/expanding.pyo
-${PYSITELIB}/pandas/core/window/indexers.py
-${PYSITELIB}/pandas/core/window/indexers.pyc
-${PYSITELIB}/pandas/core/window/indexers.pyo
 ${PYSITELIB}/pandas/core/window/numba_.py
 ${PYSITELIB}/pandas/core/window/numba_.pyc
 ${PYSITELIB}/pandas/core/window/numba_.pyo
@@ -823,6 +881,9 @@ ${PYSITELIB}/pandas/io/formats/templates
 ${PYSITELIB}/pandas/io/formats/templates/html_style.tpl
 ${PYSITELIB}/pandas/io/formats/templates/html_table.tpl
 ${PYSITELIB}/pandas/io/formats/templates/latex.tpl
+${PYSITELIB}/pandas/io/formats/templates/latex_longtable.tpl
+${PYSITELIB}/pandas/io/formats/templates/latex_table.tpl
+${PYSITELIB}/pandas/io/formats/templates/string.tpl
 ${PYSITELIB}/pandas/io/formats/xml.py
 ${PYSITELIB}/pandas/io/formats/xml.pyc
 ${PYSITELIB}/pandas/io/formats/xml.pyo
@@ -853,6 +914,9 @@ ${PYSITELIB}/pandas/io/parquet.pyo
 ${PYSITELIB}/pandas/io/parsers/__init__.py
 ${PYSITELIB}/pandas/io/parsers/__init__.pyc
 ${PYSITELIB}/pandas/io/parsers/__init__.pyo
+${PYSITELIB}/pandas/io/parsers/arrow_parser_wrapper.py
+${PYSITELIB}/pandas/io/parsers/arrow_parser_wrapper.pyc
+${PYSITELIB}/pandas/io/parsers/arrow_parser_wrapper.pyo
 ${PYSITELIB}/pandas/io/parsers/base_parser.py
 ${PYSITELIB}/pandas/io/parsers/base_parser.pyc
 ${PYSITELIB}/pandas/io/parsers/base_parser.pyo
@@ -874,6 +938,7 @@ ${PYSITELIB}/pandas/io/pytables.pyo
 ${PYSITELIB}/pandas/io/sas/__init__.py
 ${PYSITELIB}/pandas/io/sas/__init__.pyc
 ${PYSITELIB}/pandas/io/sas/__init__.pyo
+${PYSITELIB}/pandas/io/sas/_sas.pyi
 ${PYSITELIB}/pandas/io/sas/_sas.so
 ${PYSITELIB}/pandas/io/sas/sas.pyx
 ${PYSITELIB}/pandas/io/sas/sas7bdat.py
@@ -921,6 +986,9 @@ ${PYSITELIB}/pandas/plotting/_matplotlib
 ${PYSITELIB}/pandas/plotting/_matplotlib/core.py
 ${PYSITELIB}/pandas/plotting/_matplotlib/core.pyc
 ${PYSITELIB}/pandas/plotting/_matplotlib/core.pyo
+${PYSITELIB}/pandas/plotting/_matplotlib/groupby.py
+${PYSITELIB}/pandas/plotting/_matplotlib/groupby.pyc
+${PYSITELIB}/pandas/plotting/_matplotlib/groupby.pyo
 ${PYSITELIB}/pandas/plotting/_matplotlib/hist.py
 ${PYSITELIB}/pandas/plotting/_matplotlib/hist.pyc
 ${PYSITELIB}/pandas/plotting/_matplotlib/hist.pyo
@@ -984,6 +1052,9 @@ ${PYSITELIB}/pandas/tests/apply/test_ser
 ${PYSITELIB}/pandas/tests/apply/test_series_transform.py
 ${PYSITELIB}/pandas/tests/apply/test_series_transform.pyc
 ${PYSITELIB}/pandas/tests/apply/test_series_transform.pyo
+${PYSITELIB}/pandas/tests/apply/test_str.py
+${PYSITELIB}/pandas/tests/apply/test_str.pyc
+${PYSITELIB}/pandas/tests/apply/test_str.pyo
 ${PYSITELIB}/pandas/tests/arithmetic/__init__.py
 ${PYSITELIB}/pandas/tests/arithmetic/__init__.pyc
 ${PYSITELIB}/pandas/tests/arithmetic/__init__.pyo
@@ -1056,9 +1127,6 @@ ${PYSITELIB}/pandas/tests/arrays/boolean
 ${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
@@ -1071,6 +1139,9 @@ ${PYSITELIB}/pandas/tests/arrays/categor
 ${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_astype.py
+${PYSITELIB}/pandas/tests/arrays/categorical/test_astype.pyc
+${PYSITELIB}/pandas/tests/arrays/categorical/test_astype.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
@@ -1197,6 +1268,21 @@ ${PYSITELIB}/pandas/tests/arrays/masked/
 ${PYSITELIB}/pandas/tests/arrays/masked/test_function.py
 ${PYSITELIB}/pandas/tests/arrays/masked/test_function.pyc
 ${PYSITELIB}/pandas/tests/arrays/masked/test_function.pyo
+${PYSITELIB}/pandas/tests/arrays/masked/test_indexing.py
+${PYSITELIB}/pandas/tests/arrays/masked/test_indexing.pyc
+${PYSITELIB}/pandas/tests/arrays/masked/test_indexing.pyo
+${PYSITELIB}/pandas/tests/arrays/masked_shared.py
+${PYSITELIB}/pandas/tests/arrays/masked_shared.pyc
+${PYSITELIB}/pandas/tests/arrays/masked_shared.pyo
+${PYSITELIB}/pandas/tests/arrays/numpy_/__init__.py
+${PYSITELIB}/pandas/tests/arrays/numpy_/__init__.pyc
+${PYSITELIB}/pandas/tests/arrays/numpy_/__init__.pyo
+${PYSITELIB}/pandas/tests/arrays/numpy_/test_indexing.py
+${PYSITELIB}/pandas/tests/arrays/numpy_/test_indexing.pyc
+${PYSITELIB}/pandas/tests/arrays/numpy_/test_indexing.pyo
+${PYSITELIB}/pandas/tests/arrays/numpy_/test_numpy.py
+${PYSITELIB}/pandas/tests/arrays/numpy_/test_numpy.pyc
+${PYSITELIB}/pandas/tests/arrays/numpy_/test_numpy.pyo
 ${PYSITELIB}/pandas/tests/arrays/period/__init__.py
 ${PYSITELIB}/pandas/tests/arrays/period/__init__.pyc
 ${PYSITELIB}/pandas/tests/arrays/period/__init__.pyo
@@ -1224,15 +1310,30 @@ ${PYSITELIB}/pandas/tests/arrays/sparse/
 ${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_astype.py
+${PYSITELIB}/pandas/tests/arrays/sparse/test_astype.pyc
+${PYSITELIB}/pandas/tests/arrays/sparse/test_astype.pyo
 ${PYSITELIB}/pandas/tests/arrays/sparse/test_combine_concat.py
 ${PYSITELIB}/pandas/tests/arrays/sparse/test_combine_concat.pyc
 ${PYSITELIB}/pandas/tests/arrays/sparse/test_combine_concat.pyo
+${PYSITELIB}/pandas/tests/arrays/sparse/test_constructors.py
+${PYSITELIB}/pandas/tests/arrays/sparse/test_constructors.pyc
+${PYSITELIB}/pandas/tests/arrays/sparse/test_constructors.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_indexing.py
+${PYSITELIB}/pandas/tests/arrays/sparse/test_indexing.pyc
+${PYSITELIB}/pandas/tests/arrays/sparse/test_indexing.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/sparse/test_reductions.py
+${PYSITELIB}/pandas/tests/arrays/sparse/test_reductions.pyc
+${PYSITELIB}/pandas/tests/arrays/sparse/test_reductions.pyo
+${PYSITELIB}/pandas/tests/arrays/sparse/test_unary.py
+${PYSITELIB}/pandas/tests/arrays/sparse/test_unary.pyc
+${PYSITELIB}/pandas/tests/arrays/sparse/test_unary.pyo
 ${PYSITELIB}/pandas/tests/arrays/string_/__init__.py
 ${PYSITELIB}/pandas/tests/arrays/string_/__init__.pyc
 ${PYSITELIB}/pandas/tests/arrays/string_/__init__.pyo
@@ -1254,9 +1355,6 @@ ${PYSITELIB}/pandas/tests/arrays/test_da
 ${PYSITELIB}/pandas/tests/arrays/test_ndarray_backed.py
 ${PYSITELIB}/pandas/tests/arrays/test_ndarray_backed.pyc
 ${PYSITELIB}/pandas/tests/arrays/test_ndarray_backed.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
@@ -1323,12 +1421,33 @@ ${PYSITELIB}/pandas/tests/construction/_
 ${PYSITELIB}/pandas/tests/construction/test_extract_array.py
 ${PYSITELIB}/pandas/tests/construction/test_extract_array.pyc
 ${PYSITELIB}/pandas/tests/construction/test_extract_array.pyo
+${PYSITELIB}/pandas/tests/copy_view/__init__.py
+${PYSITELIB}/pandas/tests/copy_view/__init__.pyc
+${PYSITELIB}/pandas/tests/copy_view/__init__.pyo
+${PYSITELIB}/pandas/tests/copy_view/test_indexing.py
+${PYSITELIB}/pandas/tests/copy_view/test_indexing.pyc
+${PYSITELIB}/pandas/tests/copy_view/test_indexing.pyo
+${PYSITELIB}/pandas/tests/copy_view/test_internals.py
+${PYSITELIB}/pandas/tests/copy_view/test_internals.pyc
+${PYSITELIB}/pandas/tests/copy_view/test_internals.pyo
+${PYSITELIB}/pandas/tests/copy_view/test_methods.py
+${PYSITELIB}/pandas/tests/copy_view/test_methods.pyc
+${PYSITELIB}/pandas/tests/copy_view/test_methods.pyo
+${PYSITELIB}/pandas/tests/copy_view/test_setitem.py
+${PYSITELIB}/pandas/tests/copy_view/test_setitem.pyc
+${PYSITELIB}/pandas/tests/copy_view/test_setitem.pyo
+${PYSITELIB}/pandas/tests/copy_view/util.py
+${PYSITELIB}/pandas/tests/copy_view/util.pyc
+${PYSITELIB}/pandas/tests/copy_view/util.pyo
 ${PYSITELIB}/pandas/tests/dtypes/__init__.py
 ${PYSITELIB}/pandas/tests/dtypes/__init__.pyc
 ${PYSITELIB}/pandas/tests/dtypes/__init__.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_can_hold_element.py
+${PYSITELIB}/pandas/tests/dtypes/cast/test_can_hold_element.pyc
+${PYSITELIB}/pandas/tests/dtypes/cast/test_can_hold_element.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
@@ -1380,6 +1499,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/array_with_attr/__init__.py
+${PYSITELIB}/pandas/tests/extension/array_with_attr/__init__.pyc
+${PYSITELIB}/pandas/tests/extension/array_with_attr/__init__.pyo
+${PYSITELIB}/pandas/tests/extension/array_with_attr/array.py
+${PYSITELIB}/pandas/tests/extension/array_with_attr/array.pyc
+${PYSITELIB}/pandas/tests/extension/array_with_attr/array.pyo
+${PYSITELIB}/pandas/tests/extension/array_with_attr/test_array_with_attr.py
+${PYSITELIB}/pandas/tests/extension/array_with_attr/test_array_with_attr.pyc
+${PYSITELIB}/pandas/tests/extension/array_with_attr/test_array_with_attr.pyo
 ${PYSITELIB}/pandas/tests/extension/arrow/__init__.py
 ${PYSITELIB}/pandas/tests/extension/arrow/__init__.pyc
 ${PYSITELIB}/pandas/tests/extension/arrow/__init__.pyo
@@ -1419,6 +1547,9 @@ ${PYSITELIB}/pandas/tests/extension/base
 ${PYSITELIB}/pandas/tests/extension/base/groupby.py
 ${PYSITELIB}/pandas/tests/extension/base/groupby.pyc
 ${PYSITELIB}/pandas/tests/extension/base/groupby.pyo
+${PYSITELIB}/pandas/tests/extension/base/index.py
+${PYSITELIB}/pandas/tests/extension/base/index.pyc
+${PYSITELIB}/pandas/tests/extension/base/index.pyo
 ${PYSITELIB}/pandas/tests/extension/base/interface.py
 ${PYSITELIB}/pandas/tests/extension/base/interface.pyc
 ${PYSITELIB}/pandas/tests/extension/base/interface.pyo
@@ -1449,6 +1580,12 @@ ${PYSITELIB}/pandas/tests/extension/base
 ${PYSITELIB}/pandas/tests/extension/conftest.py
 ${PYSITELIB}/pandas/tests/extension/conftest.pyc
 ${PYSITELIB}/pandas/tests/extension/conftest.pyo
+${PYSITELIB}/pandas/tests/extension/date/__init__.py
+${PYSITELIB}/pandas/tests/extension/date/__init__.pyc
+${PYSITELIB}/pandas/tests/extension/date/__init__.pyo
+${PYSITELIB}/pandas/tests/extension/date/array.py
+${PYSITELIB}/pandas/tests/extension/date/array.pyc
+${PYSITELIB}/pandas/tests/extension/date/array.pyo
 ${PYSITELIB}/pandas/tests/extension/decimal/__init__.py
 ${PYSITELIB}/pandas/tests/extension/decimal/__init__.pyc
 ${PYSITELIB}/pandas/tests/extension/decimal/__init__.pyo
@@ -1476,6 +1613,9 @@ ${PYSITELIB}/pandas/tests/extension/list
 ${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_arrow.py
+${PYSITELIB}/pandas/tests/extension/test_arrow.pyc
+${PYSITELIB}/pandas/tests/extension/test_arrow.pyo
 ${PYSITELIB}/pandas/tests/extension/test_boolean.py
 ${PYSITELIB}/pandas/tests/extension/test_boolean.pyc
 ${PYSITELIB}/pandas/tests/extension/test_boolean.pyo
@@ -1536,6 +1676,9 @@ ${PYSITELIB}/pandas/tests/frame/construc
 ${PYSITELIB}/pandas/tests/frame/indexing/__init__.py
 ${PYSITELIB}/pandas/tests/frame/indexing/__init__.pyc
 ${PYSITELIB}/pandas/tests/frame/indexing/__init__.pyo
+${PYSITELIB}/pandas/tests/frame/indexing/test_coercion.py
+${PYSITELIB}/pandas/tests/frame/indexing/test_coercion.pyc
+${PYSITELIB}/pandas/tests/frame/indexing/test_coercion.pyo
 ${PYSITELIB}/pandas/tests/frame/indexing/test_delitem.py
 ${PYSITELIB}/pandas/tests/frame/indexing/test_delitem.pyc
 ${PYSITELIB}/pandas/tests/frame/indexing/test_delitem.pyo
@@ -1938,6 +2081,9 @@ ${PYSITELIB}/pandas/tests/groupby/test_c
 ${PYSITELIB}/pandas/tests/groupby/test_filters.py
 ${PYSITELIB}/pandas/tests/groupby/test_filters.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_filters.pyo
+${PYSITELIB}/pandas/tests/groupby/test_frame_value_counts.py
+${PYSITELIB}/pandas/tests/groupby/test_frame_value_counts.pyc
+${PYSITELIB}/pandas/tests/groupby/test_frame_value_counts.pyo
 ${PYSITELIB}/pandas/tests/groupby/test_function.py
 ${PYSITELIB}/pandas/tests/groupby/test_function.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_function.pyo
@@ -1959,6 +2105,9 @@ ${PYSITELIB}/pandas/tests/groupby/test_g
 ${PYSITELIB}/pandas/tests/groupby/test_index_as_string.py
 ${PYSITELIB}/pandas/tests/groupby/test_index_as_string.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_index_as_string.pyo
+${PYSITELIB}/pandas/tests/groupby/test_indexing.py
+${PYSITELIB}/pandas/tests/groupby/test_indexing.pyc
+${PYSITELIB}/pandas/tests/groupby/test_indexing.pyo
 ${PYSITELIB}/pandas/tests/groupby/test_libgroupby.py
 ${PYSITELIB}/pandas/tests/groupby/test_libgroupby.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_libgroupby.pyo
@@ -1971,6 +2120,9 @@ ${PYSITELIB}/pandas/tests/groupby/test_m
 ${PYSITELIB}/pandas/tests/groupby/test_nth.py
 ${PYSITELIB}/pandas/tests/groupby/test_nth.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_nth.pyo
+${PYSITELIB}/pandas/tests/groupby/test_numba.py
+${PYSITELIB}/pandas/tests/groupby/test_numba.pyc
+${PYSITELIB}/pandas/tests/groupby/test_numba.pyo
 ${PYSITELIB}/pandas/tests/groupby/test_nunique.py
 ${PYSITELIB}/pandas/tests/groupby/test_nunique.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_nunique.pyo
@@ -2019,6 +2171,9 @@ ${PYSITELIB}/pandas/tests/indexes/base_c
 ${PYSITELIB}/pandas/tests/indexes/base_class/test_indexing.py
 ${PYSITELIB}/pandas/tests/indexes/base_class/test_indexing.pyc
 ${PYSITELIB}/pandas/tests/indexes/base_class/test_indexing.pyo
+${PYSITELIB}/pandas/tests/indexes/base_class/test_pickle.py
+${PYSITELIB}/pandas/tests/indexes/base_class/test_pickle.pyc
+${PYSITELIB}/pandas/tests/indexes/base_class/test_pickle.pyo
 ${PYSITELIB}/pandas/tests/indexes/base_class/test_reshape.py
 ${PYSITELIB}/pandas/tests/indexes/base_class/test_reshape.pyc
 ${PYSITELIB}/pandas/tests/indexes/base_class/test_reshape.pyo
@@ -2082,6 +2237,9 @@ ${PYSITELIB}/pandas/tests/indexes/dateti
 ${PYSITELIB}/pandas/tests/indexes/datetimelike_/test_indexing.py
 ${PYSITELIB}/pandas/tests/indexes/datetimelike_/test_indexing.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimelike_/test_indexing.pyo
+${PYSITELIB}/pandas/tests/indexes/datetimelike_/test_is_monotonic.py
+${PYSITELIB}/pandas/tests/indexes/datetimelike_/test_is_monotonic.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimelike_/test_is_monotonic.pyo
 ${PYSITELIB}/pandas/tests/indexes/datetimelike_/test_nat.py
 ${PYSITELIB}/pandas/tests/indexes/datetimelike_/test_nat.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimelike_/test_nat.pyo
@@ -2109,6 +2267,9 @@ ${PYSITELIB}/pandas/tests/indexes/dateti
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_insert.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_insert.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_insert.pyo
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_isocalendar.py
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_isocalendar.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_isocalendar.pyo
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_repeat.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_repeat.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_repeat.pyo
@@ -2148,6 +2309,9 @@ ${PYSITELIB}/pandas/tests/indexes/dateti
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_formats.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_formats.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_formats.pyo
+${PYSITELIB}/pandas/tests/indexes/datetimes/test_freq_attr.py
+${PYSITELIB}/pandas/tests/indexes/datetimes/test_freq_attr.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimes/test_freq_attr.pyo
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_indexing.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_indexing.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_indexing.pyo
@@ -2217,6 +2381,12 @@ ${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_join.py
+${PYSITELIB}/pandas/tests/indexes/interval/test_join.pyc
+${PYSITELIB}/pandas/tests/indexes/interval/test_join.pyo
+${PYSITELIB}/pandas/tests/indexes/interval/test_pickle.py
+${PYSITELIB}/pandas/tests/indexes/interval/test_pickle.pyc
+${PYSITELIB}/pandas/tests/indexes/interval/test_pickle.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
@@ -2289,6 +2459,9 @@ ${PYSITELIB}/pandas/tests/indexes/multi/
 ${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_pickle.py
+${PYSITELIB}/pandas/tests/indexes/multi/test_pickle.pyc
+${PYSITELIB}/pandas/tests/indexes/multi/test_pickle.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
@@ -2370,6 +2543,9 @@ ${PYSITELIB}/pandas/tests/indexes/period
 ${PYSITELIB}/pandas/tests/indexes/period/test_formats.py
 ${PYSITELIB}/pandas/tests/indexes/period/test_formats.pyc
 ${PYSITELIB}/pandas/tests/indexes/period/test_formats.pyo
+${PYSITELIB}/pandas/tests/indexes/period/test_freq_attr.py
+${PYSITELIB}/pandas/tests/indexes/period/test_freq_attr.pyc
+${PYSITELIB}/pandas/tests/indexes/period/test_freq_attr.pyo
 ${PYSITELIB}/pandas/tests/indexes/period/test_indexing.py
 ${PYSITELIB}/pandas/tests/indexes/period/test_indexing.pyc
 ${PYSITELIB}/pandas/tests/indexes/period/test_indexing.pyo
@@ -2379,9 +2555,6 @@ ${PYSITELIB}/pandas/tests/indexes/period
 ${PYSITELIB}/pandas/tests/indexes/period/test_monotonic.py
 ${PYSITELIB}/pandas/tests/indexes/period/test_monotonic.pyc
 ${PYSITELIB}/pandas/tests/indexes/period/test_monotonic.pyo
-${PYSITELIB}/pandas/tests/indexes/period/test_ops.py
-${PYSITELIB}/pandas/tests/indexes/period/test_ops.pyc
-${PYSITELIB}/pandas/tests/indexes/period/test_ops.pyo
 ${PYSITELIB}/pandas/tests/indexes/period/test_partial_slicing.py
 ${PYSITELIB}/pandas/tests/indexes/period/test_partial_slicing.pyc
 ${PYSITELIB}/pandas/tests/indexes/period/test_partial_slicing.pyo
@@ -2391,6 +2564,12 @@ ${PYSITELIB}/pandas/tests/indexes/period
 ${PYSITELIB}/pandas/tests/indexes/period/test_period_range.py
 ${PYSITELIB}/pandas/tests/indexes/period/test_period_range.pyc
 ${PYSITELIB}/pandas/tests/indexes/period/test_period_range.pyo
+${PYSITELIB}/pandas/tests/indexes/period/test_pickle.py
+${PYSITELIB}/pandas/tests/indexes/period/test_pickle.pyc
+${PYSITELIB}/pandas/tests/indexes/period/test_pickle.pyo
+${PYSITELIB}/pandas/tests/indexes/period/test_resolution.py
+${PYSITELIB}/pandas/tests/indexes/period/test_resolution.pyc
+${PYSITELIB}/pandas/tests/indexes/period/test_resolution.pyo
 ${PYSITELIB}/pandas/tests/indexes/period/test_scalar_compat.py
 ${PYSITELIB}/pandas/tests/indexes/period/test_scalar_compat.pyc
 ${PYSITELIB}/pandas/tests/indexes/period/test_scalar_compat.pyo
@@ -2448,6 +2627,9 @@ ${PYSITELIB}/pandas/tests/indexes/test_n
 ${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/test_subclass.py
+${PYSITELIB}/pandas/tests/indexes/test_subclass.pyc
+${PYSITELIB}/pandas/tests/indexes/test_subclass.pyo
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/__init__.py
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/__init__.pyc
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/__init__.pyo
@@ -2481,6 +2663,9 @@ ${PYSITELIB}/pandas/tests/indexes/timede
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_formats.py
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_formats.pyc
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_formats.pyo
+${PYSITELIB}/pandas/tests/indexes/timedeltas/test_freq_attr.py
+${PYSITELIB}/pandas/tests/indexes/timedeltas/test_freq_attr.pyc
+${PYSITELIB}/pandas/tests/indexes/timedeltas/test_freq_attr.pyo
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_indexing.py
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_indexing.pyc
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_indexing.pyo
@@ -2490,6 +2675,9 @@ ${PYSITELIB}/pandas/tests/indexes/timede
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_ops.py
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_ops.pyc
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_ops.pyo
+${PYSITELIB}/pandas/tests/indexes/timedeltas/test_pickle.py
+${PYSITELIB}/pandas/tests/indexes/timedeltas/test_pickle.pyc
+${PYSITELIB}/pandas/tests/indexes/timedeltas/test_pickle.pyo
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_scalar_compat.py
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_scalar_compat.pyc
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_scalar_compat.pyo
@@ -2601,6 +2789,21 @@ ${PYSITELIB}/pandas/tests/indexing/test_
 ${PYSITELIB}/pandas/tests/indexing/test_scalar.py
 ${PYSITELIB}/pandas/tests/indexing/test_scalar.pyc
 ${PYSITELIB}/pandas/tests/indexing/test_scalar.pyo
+${PYSITELIB}/pandas/tests/interchange/__init__.py
+${PYSITELIB}/pandas/tests/interchange/__init__.pyc
+${PYSITELIB}/pandas/tests/interchange/__init__.pyo
+${PYSITELIB}/pandas/tests/interchange/conftest.py
+${PYSITELIB}/pandas/tests/interchange/conftest.pyc
+${PYSITELIB}/pandas/tests/interchange/conftest.pyo
+${PYSITELIB}/pandas/tests/interchange/test_impl.py
+${PYSITELIB}/pandas/tests/interchange/test_impl.pyc
+${PYSITELIB}/pandas/tests/interchange/test_impl.pyo
+${PYSITELIB}/pandas/tests/interchange/test_spec_conformance.py
+${PYSITELIB}/pandas/tests/interchange/test_spec_conformance.pyc
+${PYSITELIB}/pandas/tests/interchange/test_spec_conformance.pyo
+${PYSITELIB}/pandas/tests/interchange/test_utils.py
+${PYSITELIB}/pandas/tests/interchange/test_utils.pyc
+${PYSITELIB}/pandas/tests/interchange/test_utils.pyo
 ${PYSITELIB}/pandas/tests/internals/__init__.py
 ${PYSITELIB}/pandas/tests/internals/__init__.pyc
 ${PYSITELIB}/pandas/tests/internals/__init__.pyo
@@ -2628,6 +2831,7 @@ ${PYSITELIB}/pandas/tests/io/data/pickle
 ${PYSITELIB}/pandas/tests/io/data/xml/baby_names.xml
 ${PYSITELIB}/pandas/tests/io/data/xml/books.xml
 ${PYSITELIB}/pandas/tests/io/data/xml/cta_rail_lines.kml
+${PYSITELIB}/pandas/tests/io/data/xml/doc_ch_utf.xml
 ${PYSITELIB}/pandas/tests/io/data/xml/flatten_doc.xsl
 ${PYSITELIB}/pandas/tests/io/data/xml/row_field_output.xsl
 ${PYSITELIB}/pandas/tests/io/excel/__init__.py
@@ -2669,9 +2873,15 @@ ${PYSITELIB}/pandas/tests/io/formats/__i
 ${PYSITELIB}/pandas/tests/io/formats/style/__init__.py
 ${PYSITELIB}/pandas/tests/io/formats/style/__init__.pyc
 ${PYSITELIB}/pandas/tests/io/formats/style/__init__.pyo
-${PYSITELIB}/pandas/tests/io/formats/style/test_align.py
-${PYSITELIB}/pandas/tests/io/formats/style/test_align.pyc
-${PYSITELIB}/pandas/tests/io/formats/style/test_align.pyo
+${PYSITELIB}/pandas/tests/io/formats/style/test_bar.py
+${PYSITELIB}/pandas/tests/io/formats/style/test_bar.pyc
+${PYSITELIB}/pandas/tests/io/formats/style/test_bar.pyo
+${PYSITELIB}/pandas/tests/io/formats/style/test_deprecated.py
+${PYSITELIB}/pandas/tests/io/formats/style/test_deprecated.pyc
+${PYSITELIB}/pandas/tests/io/formats/style/test_deprecated.pyo
+${PYSITELIB}/pandas/tests/io/formats/style/test_exceptions.py
+${PYSITELIB}/pandas/tests/io/formats/style/test_exceptions.pyc
+${PYSITELIB}/pandas/tests/io/formats/style/test_exceptions.pyo
 ${PYSITELIB}/pandas/tests/io/formats/style/test_format.py
 ${PYSITELIB}/pandas/tests/io/formats/style/test_format.pyc
 ${PYSITELIB}/pandas/tests/io/formats/style/test_format.pyo
@@ -2693,6 +2903,9 @@ ${PYSITELIB}/pandas/tests/io/formats/sty
 ${PYSITELIB}/pandas/tests/io/formats/style/test_to_latex.py
 ${PYSITELIB}/pandas/tests/io/formats/style/test_to_latex.pyc
 ${PYSITELIB}/pandas/tests/io/formats/style/test_to_latex.pyo
+${PYSITELIB}/pandas/tests/io/formats/style/test_to_string.py
+${PYSITELIB}/pandas/tests/io/formats/style/test_to_string.pyc
+${PYSITELIB}/pandas/tests/io/formats/style/test_to_string.pyo
 ${PYSITELIB}/pandas/tests/io/formats/style/test_tooltip.py
 ${PYSITELIB}/pandas/tests/io/formats/style/test_tooltip.pyc
 ${PYSITELIB}/pandas/tests/io/formats/style/test_tooltip.pyo
@@ -2714,6 +2927,9 @@ ${PYSITELIB}/pandas/tests/io/formats/tes
 ${PYSITELIB}/pandas/tests/io/formats/test_printing.py
 ${PYSITELIB}/pandas/tests/io/formats/test_printing.pyc
 ${PYSITELIB}/pandas/tests/io/formats/test_printing.pyo
+${PYSITELIB}/pandas/tests/io/formats/test_series_info.py
+${PYSITELIB}/pandas/tests/io/formats/test_series_info.pyc
+${PYSITELIB}/pandas/tests/io/formats/test_series_info.pyo
 ${PYSITELIB}/pandas/tests/io/formats/test_to_csv.py
 ${PYSITELIB}/pandas/tests/io/formats/test_to_csv.pyc
 ${PYSITELIB}/pandas/tests/io/formats/test_to_csv.pyo
@@ -2750,6 +2966,9 @@ ${PYSITELIB}/pandas/tests/io/json/test_d
 ${PYSITELIB}/pandas/tests/io/json/test_json_table_schema.py
 ${PYSITELIB}/pandas/tests/io/json/test_json_table_schema.pyc
 ${PYSITELIB}/pandas/tests/io/json/test_json_table_schema.pyo
+${PYSITELIB}/pandas/tests/io/json/test_json_table_schema_ext_dtype.py
+${PYSITELIB}/pandas/tests/io/json/test_json_table_schema_ext_dtype.pyc
+${PYSITELIB}/pandas/tests/io/json/test_json_table_schema_ext_dtype.pyo
 ${PYSITELIB}/pandas/tests/io/json/test_normalize.py
 ${PYSITELIB}/pandas/tests/io/json/test_normalize.pyc
 ${PYSITELIB}/pandas/tests/io/json/test_normalize.pyo
@@ -2978,9 +3197,6 @@ ${PYSITELIB}/pandas/tests/io/test_feathe
 ${PYSITELIB}/pandas/tests/io/test_fsspec.py
 ${PYSITELIB}/pandas/tests/io/test_fsspec.pyc
 ${PYSITELIB}/pandas/tests/io/test_fsspec.pyo
-${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
@@ -3011,12 +3227,18 @@ ${PYSITELIB}/pandas/tests/io/test_stata.
 ${PYSITELIB}/pandas/tests/io/test_user_agent.py
 ${PYSITELIB}/pandas/tests/io/test_user_agent.pyc
 ${PYSITELIB}/pandas/tests/io/test_user_agent.pyo
+${PYSITELIB}/pandas/tests/io/xml/__init__.py
+${PYSITELIB}/pandas/tests/io/xml/__init__.pyc
+${PYSITELIB}/pandas/tests/io/xml/__init__.pyo
 ${PYSITELIB}/pandas/tests/io/xml/test_to_xml.py
 ${PYSITELIB}/pandas/tests/io/xml/test_to_xml.pyc
 ${PYSITELIB}/pandas/tests/io/xml/test_to_xml.pyo
 ${PYSITELIB}/pandas/tests/io/xml/test_xml.py
 ${PYSITELIB}/pandas/tests/io/xml/test_xml.pyc
 ${PYSITELIB}/pandas/tests/io/xml/test_xml.pyo
+${PYSITELIB}/pandas/tests/io/xml/test_xml_dtypes.py
+${PYSITELIB}/pandas/tests/io/xml/test_xml_dtypes.pyc
+${PYSITELIB}/pandas/tests/io/xml/test_xml_dtypes.pyo
 ${PYSITELIB}/pandas/tests/libs/__init__.py
 ${PYSITELIB}/pandas/tests/libs/__init__.pyc
 ${PYSITELIB}/pandas/tests/libs/__init__.pyo
@@ -3035,6 +3257,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/conftest.py
+${PYSITELIB}/pandas/tests/plotting/conftest.pyc
+${PYSITELIB}/pandas/tests/plotting/conftest.pyo
 ${PYSITELIB}/pandas/tests/plotting/frame/__init__.py
 ${PYSITELIB}/pandas/tests/plotting/frame/__init__.pyc
 ${PYSITELIB}/pandas/tests/plotting/frame/__init__.pyo
@@ -3053,6 +3278,9 @@ ${PYSITELIB}/pandas/tests/plotting/frame
 ${PYSITELIB}/pandas/tests/plotting/frame/test_frame_subplots.py
 ${PYSITELIB}/pandas/tests/plotting/frame/test_frame_subplots.pyc
 ${PYSITELIB}/pandas/tests/plotting/frame/test_frame_subplots.pyo
+${PYSITELIB}/pandas/tests/plotting/frame/test_hist_box_by.py
+${PYSITELIB}/pandas/tests/plotting/frame/test_hist_box_by.pyc
+${PYSITELIB}/pandas/tests/plotting/frame/test_hist_box_by.pyo
 ${PYSITELIB}/pandas/tests/plotting/test_backend.py
 ${PYSITELIB}/pandas/tests/plotting/test_backend.pyc
 ${PYSITELIB}/pandas/tests/plotting/test_backend.pyo
@@ -3194,6 +3422,9 @@ ${PYSITELIB}/pandas/tests/reshape/test_c
 ${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_from_dummies.py
+${PYSITELIB}/pandas/tests/reshape/test_from_dummies.pyc
+${PYSITELIB}/pandas/tests/reshape/test_from_dummies.pyo
 ${PYSITELIB}/pandas/tests/reshape/test_get_dummies.py
 ${PYSITELIB}/pandas/tests/reshape/test_get_dummies.pyc
 ${PYSITELIB}/pandas/tests/reshape/test_get_dummies.pyo
@@ -3272,6 +3503,9 @@ ${PYSITELIB}/pandas/tests/scalar/timesta
 ${PYSITELIB}/pandas/tests/scalar/timestamp/test_constructors.py
 ${PYSITELIB}/pandas/tests/scalar/timestamp/test_constructors.pyc
 ${PYSITELIB}/pandas/tests/scalar/timestamp/test_constructors.pyo
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_formats.py
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_formats.pyc
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_formats.pyo
 ${PYSITELIB}/pandas/tests/scalar/timestamp/test_rendering.py
 ${PYSITELIB}/pandas/tests/scalar/timestamp/test_rendering.pyc
 ${PYSITELIB}/pandas/tests/scalar/timestamp/test_rendering.pyo
@@ -3350,9 +3584,6 @@ ${PYSITELIB}/pandas/tests/series/methods
 ${PYSITELIB}/pandas/tests/series/methods/test_argsort.py
 ${PYSITELIB}/pandas/tests/series/methods/test_argsort.pyc
 ${PYSITELIB}/pandas/tests/series/methods/test_argsort.pyo
-${PYSITELIB}/pandas/tests/series/methods/test_asfreq.py
-${PYSITELIB}/pandas/tests/series/methods/test_asfreq.pyc
-${PYSITELIB}/pandas/tests/series/methods/test_asfreq.pyo
 ${PYSITELIB}/pandas/tests/series/methods/test_asof.py
 ${PYSITELIB}/pandas/tests/series/methods/test_asof.pyc
 ${PYSITELIB}/pandas/tests/series/methods/test_asof.pyo
@@ -3500,9 +3731,6 @@ ${PYSITELIB}/pandas/tests/series/methods
 ${PYSITELIB}/pandas/tests/series/methods/test_set_name.py
 ${PYSITELIB}/pandas/tests/series/methods/test_set_name.pyc
 ${PYSITELIB}/pandas/tests/series/methods/test_set_name.pyo
-${PYSITELIB}/pandas/tests/series/methods/test_shift.py
-${PYSITELIB}/pandas/tests/series/methods/test_shift.pyc
-${PYSITELIB}/pandas/tests/series/methods/test_shift.pyo
 ${PYSITELIB}/pandas/tests/series/methods/test_sort_index.py
 ${PYSITELIB}/pandas/tests/series/methods/test_sort_index.pyc
 ${PYSITELIB}/pandas/tests/series/methods/test_sort_index.pyo
@@ -3521,9 +3749,6 @@ ${PYSITELIB}/pandas/tests/series/methods
 ${PYSITELIB}/pandas/tests/series/methods/test_truncate.py
 ${PYSITELIB}/pandas/tests/series/methods/test_truncate.pyc
 ${PYSITELIB}/pandas/tests/series/methods/test_truncate.pyo
-${PYSITELIB}/pandas/tests/series/methods/test_tz_convert.py
-${PYSITELIB}/pandas/tests/series/methods/test_tz_convert.pyc
-${PYSITELIB}/pandas/tests/series/methods/test_tz_convert.pyo
 ${PYSITELIB}/pandas/tests/series/methods/test_tz_localize.py
 ${PYSITELIB}/pandas/tests/series/methods/test_tz_localize.pyc
 ${PYSITELIB}/pandas/tests/series/methods/test_tz_localize.pyo
@@ -3719,15 +3944,36 @@ ${PYSITELIB}/pandas/tests/tseries/offset
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_business_hour.py
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_business_hour.pyc
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_business_hour.pyo
+${PYSITELIB}/pandas/tests/tseries/offsets/test_business_month.py
+${PYSITELIB}/pandas/tests/tseries/offsets/test_business_month.pyc
+${PYSITELIB}/pandas/tests/tseries/offsets/test_business_month.pyo
+${PYSITELIB}/pandas/tests/tseries/offsets/test_business_quarter.py
+${PYSITELIB}/pandas/tests/tseries/offsets/test_business_quarter.pyc
+${PYSITELIB}/pandas/tests/tseries/offsets/test_business_quarter.pyo
+${PYSITELIB}/pandas/tests/tseries/offsets/test_business_year.py
+${PYSITELIB}/pandas/tests/tseries/offsets/test_business_year.pyc
+${PYSITELIB}/pandas/tests/tseries/offsets/test_business_year.pyo
+${PYSITELIB}/pandas/tests/tseries/offsets/test_custom_business_day.py
+${PYSITELIB}/pandas/tests/tseries/offsets/test_custom_business_day.pyc
+${PYSITELIB}/pandas/tests/tseries/offsets/test_custom_business_day.pyo
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_custom_business_hour.py
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_custom_business_hour.pyc
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_custom_business_hour.pyo
+${PYSITELIB}/pandas/tests/tseries/offsets/test_custom_business_month.py
+${PYSITELIB}/pandas/tests/tseries/offsets/test_custom_business_month.pyc
+${PYSITELIB}/pandas/tests/tseries/offsets/test_custom_business_month.pyo
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_dst.py
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_dst.pyc
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_dst.pyo
+${PYSITELIB}/pandas/tests/tseries/offsets/test_easter.py
+${PYSITELIB}/pandas/tests/tseries/offsets/test_easter.pyc
+${PYSITELIB}/pandas/tests/tseries/offsets/test_easter.pyo
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_fiscal.py
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_fiscal.pyc
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_fiscal.pyo
+${PYSITELIB}/pandas/tests/tseries/offsets/test_index.py
+${PYSITELIB}/pandas/tests/tseries/offsets/test_index.pyc
+${PYSITELIB}/pandas/tests/tseries/offsets/test_index.pyo
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_month.py
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_month.pyc
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_month.pyo
@@ -3737,18 +3983,18 @@ ${PYSITELIB}/pandas/tests/tseries/offset
 ${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_opening_times.py
-${PYSITELIB}/pandas/tests/tseries/offsets/test_opening_times.pyc
-${PYSITELIB}/pandas/tests/tseries/offsets/test_opening_times.pyo
+${PYSITELIB}/pandas/tests/tseries/offsets/test_quarter.py
+${PYSITELIB}/pandas/tests/tseries/offsets/test_quarter.pyc
+${PYSITELIB}/pandas/tests/tseries/offsets/test_quarter.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
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_week.py
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_week.pyc
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_week.pyo
-${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/offsets/test_year.py
+${PYSITELIB}/pandas/tests/tseries/offsets/test_year.pyc
+${PYSITELIB}/pandas/tests/tseries/offsets/test_year.pyo
 ${PYSITELIB}/pandas/tests/tslibs/__init__.py
 ${PYSITELIB}/pandas/tests/tslibs/__init__.pyc
 ${PYSITELIB}/pandas/tests/tslibs/__init__.pyo
@@ -3773,6 +4019,9 @@ ${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_np_datetime.py
+${PYSITELIB}/pandas/tests/tslibs/test_np_datetime.pyc
+${PYSITELIB}/pandas/tests/tslibs/test_np_datetime.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
@@ -3782,6 +4031,9 @@ ${PYSITELIB}/pandas/tests/tslibs/test_pa
 ${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_resolution.py
+${PYSITELIB}/pandas/tests/tslibs/test_resolution.pyc
+${PYSITELIB}/pandas/tests/tslibs/test_resolution.pyo
 ${PYSITELIB}/pandas/tests/tslibs/test_timedeltas.py
 ${PYSITELIB}/pandas/tests/tslibs/test_timedeltas.pyc
 ${PYSITELIB}/pandas/tests/tslibs/test_timedeltas.pyo
@@ -3791,6 +4043,9 @@ ${PYSITELIB}/pandas/tests/tslibs/test_ti
 ${PYSITELIB}/pandas/tests/tslibs/test_to_offset.py
 ${PYSITELIB}/pandas/tests/tslibs/test_to_offset.pyc
 ${PYSITELIB}/pandas/tests/tslibs/test_to_offset.pyo
+${PYSITELIB}/pandas/tests/tslibs/test_tzconversion.py
+${PYSITELIB}/pandas/tests/tslibs/test_tzconversion.pyc
+${PYSITELIB}/pandas/tests/tslibs/test_tzconversion.pyo
 ${PYSITELIB}/pandas/tests/util/__init__.py
 ${PYSITELIB}/pandas/tests/util/__init__.pyc
 ${PYSITELIB}/pandas/tests/util/__init__.pyo
@@ -3842,12 +4097,21 @@ ${PYSITELIB}/pandas/tests/util/test_doc.
 ${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_make_objects.py
+${PYSITELIB}/pandas/tests/util/test_make_objects.pyc
+${PYSITELIB}/pandas/tests/util/test_make_objects.pyo
 ${PYSITELIB}/pandas/tests/util/test_numba.py
 ${PYSITELIB}/pandas/tests/util/test_numba.pyc
 ${PYSITELIB}/pandas/tests/util/test_numba.pyo
+${PYSITELIB}/pandas/tests/util/test_rewrite_warning.py
+${PYSITELIB}/pandas/tests/util/test_rewrite_warning.pyc
+${PYSITELIB}/pandas/tests/util/test_rewrite_warning.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_shares_memory.py
+${PYSITELIB}/pandas/tests/util/test_shares_memory.pyc
+${PYSITELIB}/pandas/tests/util/test_shares_memory.pyo
 ${PYSITELIB}/pandas/tests/util/test_show_versions.py
 ${PYSITELIB}/pandas/tests/util/test_show_versions.pyc
 ${PYSITELIB}/pandas/tests/util/test_show_versions.pyo
@@ -3860,6 +4124,9 @@ ${PYSITELIB}/pandas/tests/util/test_vali
 ${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_inclusive.py
+${PYSITELIB}/pandas/tests/util/test_validate_inclusive.pyc
+${PYSITELIB}/pandas/tests/util/test_validate_inclusive.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
@@ -3884,24 +4151,6 @@ ${PYSITELIB}/pandas/tests/window/moments
 ${PYSITELIB}/pandas/tests/window/moments/test_moments_consistency_rolling.py
 ${PYSITELIB}/pandas/tests/window/moments/test_moments_consistency_rolling.pyc
 ${PYSITELIB}/pandas/tests/window/moments/test_moments_consistency_rolling.pyo
-${PYSITELIB}/pandas/tests/window/moments/test_moments_ewm.py
-${PYSITELIB}/pandas/tests/window/moments/test_moments_ewm.pyc
-${PYSITELIB}/pandas/tests/window/moments/test_moments_ewm.pyo
-${PYSITELIB}/pandas/tests/window/moments/test_moments_rolling.py
-${PYSITELIB}/pandas/tests/window/moments/test_moments_rolling.pyc
-${PYSITELIB}/pandas/tests/window/moments/test_moments_rolling.pyo
-${PYSITELIB}/pandas/tests/window/moments/test_moments_rolling_apply.py
-${PYSITELIB}/pandas/tests/window/moments/test_moments_rolling_apply.pyc
-${PYSITELIB}/pandas/tests/window/moments/test_moments_rolling_apply.pyo
-${PYSITELIB}/pandas/tests/window/moments/test_moments_rolling_functions.py
-${PYSITELIB}/pandas/tests/window/moments/test_moments_rolling_functions.pyc
-${PYSITELIB}/pandas/tests/window/moments/test_moments_rolling_functions.pyo
-${PYSITELIB}/pandas/tests/window/moments/test_moments_rolling_quantile.py
-${PYSITELIB}/pandas/tests/window/moments/test_moments_rolling_quantile.pyc
-${PYSITELIB}/pandas/tests/window/moments/test_moments_rolling_quantile.pyo
-${PYSITELIB}/pandas/tests/window/moments/test_moments_rolling_skew_kurt.py
-${PYSITELIB}/pandas/tests/window/moments/test_moments_rolling_skew_kurt.pyc
-${PYSITELIB}/pandas/tests/window/moments/test_moments_rolling_skew_kurt.pyo
 ${PYSITELIB}/pandas/tests/window/test_api.py
 ${PYSITELIB}/pandas/tests/window/test_api.pyc
 ${PYSITELIB}/pandas/tests/window/test_api.pyo
@@ -3911,6 +4160,9 @@ ${PYSITELIB}/pandas/tests/window/test_ap
 ${PYSITELIB}/pandas/tests/window/test_base_indexer.py
 ${PYSITELIB}/pandas/tests/window/test_base_indexer.pyc
 ${PYSITELIB}/pandas/tests/window/test_base_indexer.pyo
+${PYSITELIB}/pandas/tests/window/test_cython_aggregations.py
+${PYSITELIB}/pandas/tests/window/test_cython_aggregations.pyc
+${PYSITELIB}/pandas/tests/window/test_cython_aggregations.pyo
 ${PYSITELIB}/pandas/tests/window/test_dtypes.py
 ${PYSITELIB}/pandas/tests/window/test_dtypes.pyc
 ${PYSITELIB}/pandas/tests/window/test_dtypes.pyo
@@ -3935,6 +4187,15 @@ ${PYSITELIB}/pandas/tests/window/test_pa
 ${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_rolling_functions.py
+${PYSITELIB}/pandas/tests/window/test_rolling_functions.pyc
+${PYSITELIB}/pandas/tests/window/test_rolling_functions.pyo
+${PYSITELIB}/pandas/tests/window/test_rolling_quantile.py
+${PYSITELIB}/pandas/tests/window/test_rolling_quantile.pyc
+${PYSITELIB}/pandas/tests/window/test_rolling_quantile.pyo
+${PYSITELIB}/pandas/tests/window/test_rolling_skew_kurt.py
+${PYSITELIB}/pandas/tests/window/test_rolling_skew_kurt.pyc
+${PYSITELIB}/pandas/tests/window/test_rolling_skew_kurt.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
@@ -3962,9 +4223,6 @@ ${PYSITELIB}/pandas/util/__init__.pyo
 ${PYSITELIB}/pandas/util/_decorators.py
 ${PYSITELIB}/pandas/util/_decorators.pyc
 ${PYSITELIB}/pandas/util/_decorators.pyo
-${PYSITELIB}/pandas/util/_depr_module.py
-${PYSITELIB}/pandas/util/_depr_module.pyc
-${PYSITELIB}/pandas/util/_depr_module.pyo
 ${PYSITELIB}/pandas/util/_doctools.py
 ${PYSITELIB}/pandas/util/_doctools.pyc
 ${PYSITELIB}/pandas/util/_doctools.pyo

Index: pkgsrc/math/py-pandas/distinfo
diff -u pkgsrc/math/py-pandas/distinfo:1.28 pkgsrc/math/py-pandas/distinfo:1.29
--- pkgsrc/math/py-pandas/distinfo:1.28 Sun Dec 12 20:30:49 2021
+++ pkgsrc/math/py-pandas/distinfo      Mon Nov 28 21:46:51 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2021/12/12 20:30:49 adam Exp $
+$NetBSD: distinfo,v 1.29 2022/11/28 21:46:51 adam Exp $
 
-BLAKE2s (pandas-1.3.5.tar.gz) = b49f313a6213116ef5577f9110e1560186337fff9e2d663c6788b2e91d1e86d6
-SHA512 (pandas-1.3.5.tar.gz) = cf3f76894cae19784af6393d4a575d114b55621a3d594edd7e95ac6d5c8588a580135789c859c618acfeceeb710d2a1fdd94188a839a90be6b58af929e00a726
-Size (pandas-1.3.5.tar.gz) = 4736591 bytes
+BLAKE2s (pandas-1.5.2.tar.gz) = 5ee5120f9fc4dd00099ee31f6c3db250366704dba6f9982f4607a51731a485ea
+SHA512 (pandas-1.5.2.tar.gz) = 1e6b653ff418c839895946123f90fffcfafd57f24dfbd6bae4e9988893b7d57d6276ed101112c8f9730af53f600d006fe3a53bbed597c0376856f2cfc90c1f05
+Size (pandas-1.5.2.tar.gz) = 5201551 bytes



Home | Main Index | Thread Index | Old Index