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:           Sat Jan 20 08:18:55 UTC 2024

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

Log Message:
py-pandas: updated to 2.2.0

Pandas 2.2.0

This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.
https://pandas.pydata.org/pandas-docs/version/2.2.0/whatsnew/v2.2.0.html


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/math/py-pandas/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/math/py-pandas/PLIST
cvs rdiff -u -r1.39 -r1.40 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.56 pkgsrc/math/py-pandas/Makefile:1.57
--- pkgsrc/math/py-pandas/Makefile:1.56 Fri Dec 15 09:29:59 2023
+++ pkgsrc/math/py-pandas/Makefile      Sat Jan 20 08:18:55 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2023/12/15 09:29:59 adam Exp $
+# $NetBSD: Makefile,v 1.57 2024/01/20 08:18:55 adam Exp $
 
-DISTNAME=      pandas-2.1.4
+DISTNAME=      pandas-2.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pandas/}

Index: pkgsrc/math/py-pandas/PLIST
diff -u pkgsrc/math/py-pandas/PLIST:1.25 pkgsrc/math/py-pandas/PLIST:1.26
--- pkgsrc/math/py-pandas/PLIST:1.25    Sat Oct 28 19:57:11 2023
+++ pkgsrc/math/py-pandas/PLIST Sat Jan 20 08:18:55 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2023/10/28 19:57:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.26 2024/01/20 08:18:55 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -203,6 +203,9 @@ ${PYSITELIB}/pandas/core/_numba/__init__
 ${PYSITELIB}/pandas/core/_numba/executor.py
 ${PYSITELIB}/pandas/core/_numba/executor.pyc
 ${PYSITELIB}/pandas/core/_numba/executor.pyo
+${PYSITELIB}/pandas/core/_numba/extensions.py
+${PYSITELIB}/pandas/core/_numba/extensions.pyc
+${PYSITELIB}/pandas/core/_numba/extensions.pyo
 ${PYSITELIB}/pandas/core/_numba/kernels/__init__.py
 ${PYSITELIB}/pandas/core/_numba/kernels/__init__.pyc
 ${PYSITELIB}/pandas/core/_numba/kernels/__init__.pyo
@@ -275,12 +278,18 @@ ${PYSITELIB}/pandas/core/arrays/_mixins.
 ${PYSITELIB}/pandas/core/arrays/_ranges.py
 ${PYSITELIB}/pandas/core/arrays/_ranges.pyc
 ${PYSITELIB}/pandas/core/arrays/_ranges.pyo
+${PYSITELIB}/pandas/core/arrays/_utils.py
+${PYSITELIB}/pandas/core/arrays/_utils.pyc
+${PYSITELIB}/pandas/core/arrays/_utils.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/accessors.py
+${PYSITELIB}/pandas/core/arrays/arrow/accessors.pyc
+${PYSITELIB}/pandas/core/arrays/arrow/accessors.pyo
 ${PYSITELIB}/pandas/core/arrays/arrow/array.py
 ${PYSITELIB}/pandas/core/arrays/arrow/array.pyc
 ${PYSITELIB}/pandas/core/arrays/arrow/array.pyo
@@ -749,6 +758,9 @@ ${PYSITELIB}/pandas/io/excel/__init__.py
 ${PYSITELIB}/pandas/io/excel/_base.py
 ${PYSITELIB}/pandas/io/excel/_base.pyc
 ${PYSITELIB}/pandas/io/excel/_base.pyo
+${PYSITELIB}/pandas/io/excel/_calamine.py
+${PYSITELIB}/pandas/io/excel/_calamine.pyc
+${PYSITELIB}/pandas/io/excel/_calamine.pyo
 ${PYSITELIB}/pandas/io/excel/_odfreader.py
 ${PYSITELIB}/pandas/io/excel/_odfreader.pyc
 ${PYSITELIB}/pandas/io/excel/_odfreader.pyo
@@ -958,9 +970,6 @@ ${PYSITELIB}/pandas/tests/apply/__init__
 ${PYSITELIB}/pandas/tests/apply/common.py
 ${PYSITELIB}/pandas/tests/apply/common.pyc
 ${PYSITELIB}/pandas/tests/apply/common.pyo
-${PYSITELIB}/pandas/tests/apply/conftest.py
-${PYSITELIB}/pandas/tests/apply/conftest.pyc
-${PYSITELIB}/pandas/tests/apply/conftest.pyo
 ${PYSITELIB}/pandas/tests/apply/test_frame_apply.py
 ${PYSITELIB}/pandas/tests/apply/test_frame_apply.pyc
 ${PYSITELIB}/pandas/tests/apply/test_frame_apply.pyo
@@ -973,6 +982,9 @@ ${PYSITELIB}/pandas/tests/apply/test_fra
 ${PYSITELIB}/pandas/tests/apply/test_invalid_arg.py
 ${PYSITELIB}/pandas/tests/apply/test_invalid_arg.pyc
 ${PYSITELIB}/pandas/tests/apply/test_invalid_arg.pyo
+${PYSITELIB}/pandas/tests/apply/test_numba.py
+${PYSITELIB}/pandas/tests/apply/test_numba.pyc
+${PYSITELIB}/pandas/tests/apply/test_numba.pyo
 ${PYSITELIB}/pandas/tests/apply/test_series_apply.py
 ${PYSITELIB}/pandas/tests/apply/test_series_apply.pyc
 ${PYSITELIB}/pandas/tests/apply/test_series_apply.pyo
@@ -1057,9 +1069,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/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
@@ -1192,12 +1201,18 @@ ${PYSITELIB}/pandas/tests/arrays/interva
 ${PYSITELIB}/pandas/tests/arrays/interval/test_astype.py
 ${PYSITELIB}/pandas/tests/arrays/interval/test_astype.pyc
 ${PYSITELIB}/pandas/tests/arrays/interval/test_astype.pyo
+${PYSITELIB}/pandas/tests/arrays/interval/test_formats.py
+${PYSITELIB}/pandas/tests/arrays/interval/test_formats.pyc
+${PYSITELIB}/pandas/tests/arrays/interval/test_formats.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/interval/test_interval_pyarrow.py
+${PYSITELIB}/pandas/tests/arrays/interval/test_interval_pyarrow.pyc
+${PYSITELIB}/pandas/tests/arrays/interval/test_interval_pyarrow.pyo
+${PYSITELIB}/pandas/tests/arrays/interval/test_overlaps.py
+${PYSITELIB}/pandas/tests/arrays/interval/test_overlaps.pyc
+${PYSITELIB}/pandas/tests/arrays/interval/test_overlaps.pyo
 ${PYSITELIB}/pandas/tests/arrays/masked/__init__.py
 ${PYSITELIB}/pandas/tests/arrays/masked/__init__.pyc
 ${PYSITELIB}/pandas/tests/arrays/masked/__init__.pyo
@@ -1390,6 +1405,9 @@ ${PYSITELIB}/pandas/tests/copy_view/test
 ${PYSITELIB}/pandas/tests/copy_view/test_astype.py
 ${PYSITELIB}/pandas/tests/copy_view/test_astype.pyc
 ${PYSITELIB}/pandas/tests/copy_view/test_astype.pyo
+${PYSITELIB}/pandas/tests/copy_view/test_chained_assignment_deprecation.py
+${PYSITELIB}/pandas/tests/copy_view/test_chained_assignment_deprecation.pyc
+${PYSITELIB}/pandas/tests/copy_view/test_chained_assignment_deprecation.pyo
 ${PYSITELIB}/pandas/tests/copy_view/test_clip.py
 ${PYSITELIB}/pandas/tests/copy_view/test_clip.pyc
 ${PYSITELIB}/pandas/tests/copy_view/test_clip.pyo
@@ -1786,6 +1804,9 @@ ${PYSITELIB}/pandas/tests/frame/methods/
 ${PYSITELIB}/pandas/tests/frame/methods/test_infer_objects.py
 ${PYSITELIB}/pandas/tests/frame/methods/test_infer_objects.pyc
 ${PYSITELIB}/pandas/tests/frame/methods/test_infer_objects.pyo
+${PYSITELIB}/pandas/tests/frame/methods/test_info.py
+${PYSITELIB}/pandas/tests/frame/methods/test_info.pyc
+${PYSITELIB}/pandas/tests/frame/methods/test_info.pyo
 ${PYSITELIB}/pandas/tests/frame/methods/test_interpolate.py
 ${PYSITELIB}/pandas/tests/frame/methods/test_interpolate.pyc
 ${PYSITELIB}/pandas/tests/frame/methods/test_interpolate.pyo
@@ -1933,6 +1954,9 @@ ${PYSITELIB}/pandas/tests/frame/test_api
 ${PYSITELIB}/pandas/tests/frame/test_arithmetic.py
 ${PYSITELIB}/pandas/tests/frame/test_arithmetic.pyc
 ${PYSITELIB}/pandas/tests/frame/test_arithmetic.pyo
+${PYSITELIB}/pandas/tests/frame/test_arrow_interface.py
+${PYSITELIB}/pandas/tests/frame/test_arrow_interface.pyc
+${PYSITELIB}/pandas/tests/frame/test_arrow_interface.pyo
 ${PYSITELIB}/pandas/tests/frame/test_block_internals.py
 ${PYSITELIB}/pandas/tests/frame/test_block_internals.pyc
 ${PYSITELIB}/pandas/tests/frame/test_block_internals.pyo
@@ -1960,9 +1984,9 @@ ${PYSITELIB}/pandas/tests/frame/test_que
 ${PYSITELIB}/pandas/tests/frame/test_reductions.py
 ${PYSITELIB}/pandas/tests/frame/test_reductions.pyc
 ${PYSITELIB}/pandas/tests/frame/test_reductions.pyo
-${PYSITELIB}/pandas/tests/frame/test_repr_info.py
-${PYSITELIB}/pandas/tests/frame/test_repr_info.pyc
-${PYSITELIB}/pandas/tests/frame/test_repr_info.pyo
+${PYSITELIB}/pandas/tests/frame/test_repr.py
+${PYSITELIB}/pandas/tests/frame/test_repr.pyc
+${PYSITELIB}/pandas/tests/frame/test_repr.pyo
 ${PYSITELIB}/pandas/tests/frame/test_stack_unstack.py
 ${PYSITELIB}/pandas/tests/frame/test_stack_unstack.pyc
 ${PYSITELIB}/pandas/tests/frame/test_stack_unstack.pyo
@@ -2023,9 +2047,48 @@ ${PYSITELIB}/pandas/tests/groupby/aggreg
 ${PYSITELIB}/pandas/tests/groupby/conftest.py
 ${PYSITELIB}/pandas/tests/groupby/conftest.pyc
 ${PYSITELIB}/pandas/tests/groupby/conftest.pyo
-${PYSITELIB}/pandas/tests/groupby/test_any_all.py
-${PYSITELIB}/pandas/tests/groupby/test_any_all.pyc
-${PYSITELIB}/pandas/tests/groupby/test_any_all.pyo
+${PYSITELIB}/pandas/tests/groupby/methods/__init__.py
+${PYSITELIB}/pandas/tests/groupby/methods/__init__.pyc
+${PYSITELIB}/pandas/tests/groupby/methods/__init__.pyo
+${PYSITELIB}/pandas/tests/groupby/methods/test_corrwith.py
+${PYSITELIB}/pandas/tests/groupby/methods/test_corrwith.pyc
+${PYSITELIB}/pandas/tests/groupby/methods/test_corrwith.pyo
+${PYSITELIB}/pandas/tests/groupby/methods/test_describe.py
+${PYSITELIB}/pandas/tests/groupby/methods/test_describe.pyc
+${PYSITELIB}/pandas/tests/groupby/methods/test_describe.pyo
+${PYSITELIB}/pandas/tests/groupby/methods/test_groupby_shift_diff.py
+${PYSITELIB}/pandas/tests/groupby/methods/test_groupby_shift_diff.pyc
+${PYSITELIB}/pandas/tests/groupby/methods/test_groupby_shift_diff.pyo
+${PYSITELIB}/pandas/tests/groupby/methods/test_is_monotonic.py
+${PYSITELIB}/pandas/tests/groupby/methods/test_is_monotonic.pyc
+${PYSITELIB}/pandas/tests/groupby/methods/test_is_monotonic.pyo
+${PYSITELIB}/pandas/tests/groupby/methods/test_nlargest_nsmallest.py
+${PYSITELIB}/pandas/tests/groupby/methods/test_nlargest_nsmallest.pyc
+${PYSITELIB}/pandas/tests/groupby/methods/test_nlargest_nsmallest.pyo
+${PYSITELIB}/pandas/tests/groupby/methods/test_nth.py
+${PYSITELIB}/pandas/tests/groupby/methods/test_nth.pyc
+${PYSITELIB}/pandas/tests/groupby/methods/test_nth.pyo
+${PYSITELIB}/pandas/tests/groupby/methods/test_quantile.py
+${PYSITELIB}/pandas/tests/groupby/methods/test_quantile.pyc
+${PYSITELIB}/pandas/tests/groupby/methods/test_quantile.pyo
+${PYSITELIB}/pandas/tests/groupby/methods/test_rank.py
+${PYSITELIB}/pandas/tests/groupby/methods/test_rank.pyc
+${PYSITELIB}/pandas/tests/groupby/methods/test_rank.pyo
+${PYSITELIB}/pandas/tests/groupby/methods/test_sample.py
+${PYSITELIB}/pandas/tests/groupby/methods/test_sample.pyc
+${PYSITELIB}/pandas/tests/groupby/methods/test_sample.pyo
+${PYSITELIB}/pandas/tests/groupby/methods/test_size.py
+${PYSITELIB}/pandas/tests/groupby/methods/test_size.pyc
+${PYSITELIB}/pandas/tests/groupby/methods/test_size.pyo
+${PYSITELIB}/pandas/tests/groupby/methods/test_skew.py
+${PYSITELIB}/pandas/tests/groupby/methods/test_skew.pyc
+${PYSITELIB}/pandas/tests/groupby/methods/test_skew.pyo
+${PYSITELIB}/pandas/tests/groupby/methods/test_value_counts.py
+${PYSITELIB}/pandas/tests/groupby/methods/test_value_counts.pyc
+${PYSITELIB}/pandas/tests/groupby/methods/test_value_counts.pyo
+${PYSITELIB}/pandas/tests/groupby/test_all_methods.py
+${PYSITELIB}/pandas/tests/groupby/test_all_methods.pyc
+${PYSITELIB}/pandas/tests/groupby/test_all_methods.pyo
 ${PYSITELIB}/pandas/tests/groupby/test_api.py
 ${PYSITELIB}/pandas/tests/groupby/test_api.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_api.pyo
@@ -2044,21 +2107,18 @@ ${PYSITELIB}/pandas/tests/groupby/test_c
 ${PYSITELIB}/pandas/tests/groupby/test_counting.py
 ${PYSITELIB}/pandas/tests/groupby/test_counting.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_counting.pyo
+${PYSITELIB}/pandas/tests/groupby/test_cumulative.py
+${PYSITELIB}/pandas/tests/groupby/test_cumulative.pyc
+${PYSITELIB}/pandas/tests/groupby/test_cumulative.pyo
 ${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_function.py
-${PYSITELIB}/pandas/tests/groupby/test_function.pyc
-${PYSITELIB}/pandas/tests/groupby/test_function.pyo
 ${PYSITELIB}/pandas/tests/groupby/test_groupby.py
 ${PYSITELIB}/pandas/tests/groupby/test_groupby.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_groupby.pyo
 ${PYSITELIB}/pandas/tests/groupby/test_groupby_dropna.py
 ${PYSITELIB}/pandas/tests/groupby/test_groupby_dropna.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_groupby_dropna.pyo
-${PYSITELIB}/pandas/tests/groupby/test_groupby_shift_diff.py
-${PYSITELIB}/pandas/tests/groupby/test_groupby_shift_diff.pyc
-${PYSITELIB}/pandas/tests/groupby/test_groupby_shift_diff.pyo
 ${PYSITELIB}/pandas/tests/groupby/test_groupby_subclass.py
 ${PYSITELIB}/pandas/tests/groupby/test_groupby_subclass.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_groupby_subclass.pyo
@@ -2074,48 +2134,27 @@ ${PYSITELIB}/pandas/tests/groupby/test_i
 ${PYSITELIB}/pandas/tests/groupby/test_libgroupby.py
 ${PYSITELIB}/pandas/tests/groupby/test_libgroupby.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_libgroupby.pyo
-${PYSITELIB}/pandas/tests/groupby/test_min_max.py
-${PYSITELIB}/pandas/tests/groupby/test_min_max.pyc
-${PYSITELIB}/pandas/tests/groupby/test_min_max.pyo
 ${PYSITELIB}/pandas/tests/groupby/test_missing.py
 ${PYSITELIB}/pandas/tests/groupby/test_missing.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_missing.pyo
-${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
+${PYSITELIB}/pandas/tests/groupby/test_numeric_only.py
+${PYSITELIB}/pandas/tests/groupby/test_numeric_only.pyc
+${PYSITELIB}/pandas/tests/groupby/test_numeric_only.pyo
 ${PYSITELIB}/pandas/tests/groupby/test_pipe.py
 ${PYSITELIB}/pandas/tests/groupby/test_pipe.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_pipe.pyo
-${PYSITELIB}/pandas/tests/groupby/test_quantile.py
-${PYSITELIB}/pandas/tests/groupby/test_quantile.pyc
-${PYSITELIB}/pandas/tests/groupby/test_quantile.pyo
 ${PYSITELIB}/pandas/tests/groupby/test_raises.py
 ${PYSITELIB}/pandas/tests/groupby/test_raises.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_raises.pyo
-${PYSITELIB}/pandas/tests/groupby/test_rank.py
-${PYSITELIB}/pandas/tests/groupby/test_rank.pyc
-${PYSITELIB}/pandas/tests/groupby/test_rank.pyo
-${PYSITELIB}/pandas/tests/groupby/test_sample.py
-${PYSITELIB}/pandas/tests/groupby/test_sample.pyc
-${PYSITELIB}/pandas/tests/groupby/test_sample.pyo
-${PYSITELIB}/pandas/tests/groupby/test_size.py
-${PYSITELIB}/pandas/tests/groupby/test_size.pyc
-${PYSITELIB}/pandas/tests/groupby/test_size.pyo
-${PYSITELIB}/pandas/tests/groupby/test_skew.py
-${PYSITELIB}/pandas/tests/groupby/test_skew.pyc
-${PYSITELIB}/pandas/tests/groupby/test_skew.pyo
+${PYSITELIB}/pandas/tests/groupby/test_reductions.py
+${PYSITELIB}/pandas/tests/groupby/test_reductions.pyc
+${PYSITELIB}/pandas/tests/groupby/test_reductions.pyo
 ${PYSITELIB}/pandas/tests/groupby/test_timegrouper.py
 ${PYSITELIB}/pandas/tests/groupby/test_timegrouper.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_timegrouper.pyo
-${PYSITELIB}/pandas/tests/groupby/test_value_counts.py
-${PYSITELIB}/pandas/tests/groupby/test_value_counts.pyc
-${PYSITELIB}/pandas/tests/groupby/test_value_counts.pyo
 ${PYSITELIB}/pandas/tests/groupby/transform/__init__.py
 ${PYSITELIB}/pandas/tests/groupby/transform/__init__.pyc
 ${PYSITELIB}/pandas/tests/groupby/transform/__init__.pyo
@@ -2218,9 +2257,15 @@ ${PYSITELIB}/pandas/tests/indexes/dateti
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/__init__.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/__init__.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/__init__.pyo
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_asof.py
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_asof.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_asof.pyo
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_astype.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_astype.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_astype.pyo
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_delete.py
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_delete.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_delete.pyo
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_factorize.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_factorize.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_factorize.pyo
@@ -2233,9 +2278,21 @@ ${PYSITELIB}/pandas/tests/indexes/dateti
 ${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_map.py
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_map.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_map.pyo
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_normalize.py
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_normalize.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_normalize.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
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_resolution.py
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_resolution.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_resolution.pyo
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_round.py
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_round.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_round.pyo
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_shift.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_shift.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_shift.pyo
@@ -2245,15 +2302,30 @@ ${PYSITELIB}/pandas/tests/indexes/dateti
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_to_frame.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_to_frame.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_to_frame.pyo
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_to_julian_date.py
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_to_julian_date.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_to_julian_date.pyo
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_to_period.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_to_period.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_to_period.pyo
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_to_pydatetime.py
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_to_pydatetime.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_to_pydatetime.pyo
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_to_series.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_to_series.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_to_series.pyo
-${PYSITELIB}/pandas/tests/indexes/datetimes/test_asof.py
-${PYSITELIB}/pandas/tests/indexes/datetimes/test_asof.pyc
-${PYSITELIB}/pandas/tests/indexes/datetimes/test_asof.pyo
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_tz_convert.py
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_tz_convert.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_tz_convert.pyo
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_tz_localize.py
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_tz_localize.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_tz_localize.pyo
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_unique.py
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_unique.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimes/methods/test_unique.pyo
+${PYSITELIB}/pandas/tests/indexes/datetimes/test_arithmetic.py
+${PYSITELIB}/pandas/tests/indexes/datetimes/test_arithmetic.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimes/test_arithmetic.pyo
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_constructors.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_constructors.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_constructors.pyo
@@ -2263,12 +2335,6 @@ ${PYSITELIB}/pandas/tests/indexes/dateti
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_datetime.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_datetime.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_datetime.pyo
-${PYSITELIB}/pandas/tests/indexes/datetimes/test_datetimelike.py
-${PYSITELIB}/pandas/tests/indexes/datetimes/test_datetimelike.pyc
-${PYSITELIB}/pandas/tests/indexes/datetimes/test_datetimelike.pyo
-${PYSITELIB}/pandas/tests/indexes/datetimes/test_delete.py
-${PYSITELIB}/pandas/tests/indexes/datetimes/test_delete.pyc
-${PYSITELIB}/pandas/tests/indexes/datetimes/test_delete.pyo
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_formats.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_formats.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_formats.pyo
@@ -2278,15 +2344,12 @@ ${PYSITELIB}/pandas/tests/indexes/dateti
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_indexing.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_indexing.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_indexing.pyo
+${PYSITELIB}/pandas/tests/indexes/datetimes/test_iter.py
+${PYSITELIB}/pandas/tests/indexes/datetimes/test_iter.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimes/test_iter.pyo
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_join.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_join.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_join.pyo
-${PYSITELIB}/pandas/tests/indexes/datetimes/test_map.py
-${PYSITELIB}/pandas/tests/indexes/datetimes/test_map.pyc
-${PYSITELIB}/pandas/tests/indexes/datetimes/test_map.pyo
-${PYSITELIB}/pandas/tests/indexes/datetimes/test_misc.py
-${PYSITELIB}/pandas/tests/indexes/datetimes/test_misc.pyc
-${PYSITELIB}/pandas/tests/indexes/datetimes/test_misc.pyo
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_npfuncs.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_npfuncs.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_npfuncs.pyo
@@ -2311,18 +2374,12 @@ ${PYSITELIB}/pandas/tests/indexes/dateti
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_timezones.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_timezones.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_timezones.pyo
-${PYSITELIB}/pandas/tests/indexes/datetimes/test_unique.py
-${PYSITELIB}/pandas/tests/indexes/datetimes/test_unique.pyc
-${PYSITELIB}/pandas/tests/indexes/datetimes/test_unique.pyo
 ${PYSITELIB}/pandas/tests/indexes/interval/__init__.py
 ${PYSITELIB}/pandas/tests/indexes/interval/__init__.pyc
 ${PYSITELIB}/pandas/tests/indexes/interval/__init__.pyo
 ${PYSITELIB}/pandas/tests/indexes/interval/test_astype.py
 ${PYSITELIB}/pandas/tests/indexes/interval/test_astype.pyc
 ${PYSITELIB}/pandas/tests/indexes/interval/test_astype.pyo
-${PYSITELIB}/pandas/tests/indexes/interval/test_base.py
-${PYSITELIB}/pandas/tests/indexes/interval/test_base.pyc
-${PYSITELIB}/pandas/tests/indexes/interval/test_base.pyo
 ${PYSITELIB}/pandas/tests/indexes/interval/test_constructors.py
 ${PYSITELIB}/pandas/tests/indexes/interval/test_constructors.pyc
 ${PYSITELIB}/pandas/tests/indexes/interval/test_constructors.pyo
@@ -2623,6 +2680,9 @@ ${PYSITELIB}/pandas/tests/indexes/timede
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/methods/test_shift.py
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/methods/test_shift.pyc
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/methods/test_shift.pyo
+${PYSITELIB}/pandas/tests/indexes/timedeltas/test_arithmetic.py
+${PYSITELIB}/pandas/tests/indexes/timedeltas/test_arithmetic.pyc
+${PYSITELIB}/pandas/tests/indexes/timedeltas/test_arithmetic.pyo
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_constructors.py
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_constructors.pyc
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_constructors.pyo
@@ -2794,9 +2854,6 @@ ${PYSITELIB}/pandas/tests/io/conftest.py
 ${PYSITELIB}/pandas/tests/io/excel/__init__.py
 ${PYSITELIB}/pandas/tests/io/excel/__init__.pyc
 ${PYSITELIB}/pandas/tests/io/excel/__init__.pyo
-${PYSITELIB}/pandas/tests/io/excel/conftest.py
-${PYSITELIB}/pandas/tests/io/excel/conftest.pyc
-${PYSITELIB}/pandas/tests/io/excel/conftest.pyo
 ${PYSITELIB}/pandas/tests/io/excel/test_odf.py
 ${PYSITELIB}/pandas/tests/io/excel/test_odf.pyc
 ${PYSITELIB}/pandas/tests/io/excel/test_odf.pyo
@@ -2872,15 +2929,12 @@ ${PYSITELIB}/pandas/tests/io/formats/tes
 ${PYSITELIB}/pandas/tests/io/formats/test_format.py
 ${PYSITELIB}/pandas/tests/io/formats/test_format.pyc
 ${PYSITELIB}/pandas/tests/io/formats/test_format.pyo
-${PYSITELIB}/pandas/tests/io/formats/test_info.py
-${PYSITELIB}/pandas/tests/io/formats/test_info.pyc
-${PYSITELIB}/pandas/tests/io/formats/test_info.pyo
+${PYSITELIB}/pandas/tests/io/formats/test_ipython_compat.py
+${PYSITELIB}/pandas/tests/io/formats/test_ipython_compat.pyc
+${PYSITELIB}/pandas/tests/io/formats/test_ipython_compat.pyo
 ${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
@@ -3154,12 +3208,18 @@ ${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
 ${PYSITELIB}/pandas/tests/io/test_html.py
 ${PYSITELIB}/pandas/tests/io/test_html.pyc
 ${PYSITELIB}/pandas/tests/io/test_html.pyo
+${PYSITELIB}/pandas/tests/io/test_http_headers.py
+${PYSITELIB}/pandas/tests/io/test_http_headers.pyc
+${PYSITELIB}/pandas/tests/io/test_http_headers.pyo
 ${PYSITELIB}/pandas/tests/io/test_orc.py
 ${PYSITELIB}/pandas/tests/io/test_orc.pyc
 ${PYSITELIB}/pandas/tests/io/test_orc.pyo
@@ -3181,9 +3241,6 @@ ${PYSITELIB}/pandas/tests/io/test_sql.py
 ${PYSITELIB}/pandas/tests/io/test_stata.py
 ${PYSITELIB}/pandas/tests/io/test_stata.pyc
 ${PYSITELIB}/pandas/tests/io/test_stata.pyo
-${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
@@ -3211,6 +3268,9 @@ ${PYSITELIB}/pandas/tests/libs/test_join
 ${PYSITELIB}/pandas/tests/libs/test_lib.py
 ${PYSITELIB}/pandas/tests/libs/test_lib.pyc
 ${PYSITELIB}/pandas/tests/libs/test_lib.pyo
+${PYSITELIB}/pandas/tests/libs/test_libalgos.py
+${PYSITELIB}/pandas/tests/libs/test_libalgos.pyc
+${PYSITELIB}/pandas/tests/libs/test_libalgos.pyo
 ${PYSITELIB}/pandas/tests/plotting/__init__.py
 ${PYSITELIB}/pandas/tests/plotting/__init__.pyc
 ${PYSITELIB}/pandas/tests/plotting/__init__.pyo
@@ -3412,15 +3472,27 @@ ${PYSITELIB}/pandas/tests/scalar/interva
 ${PYSITELIB}/pandas/tests/scalar/interval/test_arithmetic.py
 ${PYSITELIB}/pandas/tests/scalar/interval/test_arithmetic.pyc
 ${PYSITELIB}/pandas/tests/scalar/interval/test_arithmetic.pyo
+${PYSITELIB}/pandas/tests/scalar/interval/test_constructors.py
+${PYSITELIB}/pandas/tests/scalar/interval/test_constructors.pyc
+${PYSITELIB}/pandas/tests/scalar/interval/test_constructors.pyo
+${PYSITELIB}/pandas/tests/scalar/interval/test_contains.py
+${PYSITELIB}/pandas/tests/scalar/interval/test_contains.pyc
+${PYSITELIB}/pandas/tests/scalar/interval/test_contains.pyo
+${PYSITELIB}/pandas/tests/scalar/interval/test_formats.py
+${PYSITELIB}/pandas/tests/scalar/interval/test_formats.pyc
+${PYSITELIB}/pandas/tests/scalar/interval/test_formats.pyo
 ${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/interval/test_overlaps.py
+${PYSITELIB}/pandas/tests/scalar/interval/test_overlaps.pyc
+${PYSITELIB}/pandas/tests/scalar/interval/test_overlaps.pyo
 ${PYSITELIB}/pandas/tests/scalar/period/__init__.py
 ${PYSITELIB}/pandas/tests/scalar/period/__init__.pyc
 ${PYSITELIB}/pandas/tests/scalar/period/__init__.pyo
+${PYSITELIB}/pandas/tests/scalar/period/test_arithmetic.py
+${PYSITELIB}/pandas/tests/scalar/period/test_arithmetic.pyc
+${PYSITELIB}/pandas/tests/scalar/period/test_arithmetic.pyo
 ${PYSITELIB}/pandas/tests/scalar/period/test_asfreq.py
 ${PYSITELIB}/pandas/tests/scalar/period/test_asfreq.pyc
 ${PYSITELIB}/pandas/tests/scalar/period/test_asfreq.pyo
@@ -3436,6 +3508,15 @@ ${PYSITELIB}/pandas/tests/scalar/test_na
 ${PYSITELIB}/pandas/tests/scalar/timedelta/__init__.py
 ${PYSITELIB}/pandas/tests/scalar/timedelta/__init__.pyc
 ${PYSITELIB}/pandas/tests/scalar/timedelta/__init__.pyo
+${PYSITELIB}/pandas/tests/scalar/timedelta/methods/__init__.py
+${PYSITELIB}/pandas/tests/scalar/timedelta/methods/__init__.pyc
+${PYSITELIB}/pandas/tests/scalar/timedelta/methods/__init__.pyo
+${PYSITELIB}/pandas/tests/scalar/timedelta/methods/test_as_unit.py
+${PYSITELIB}/pandas/tests/scalar/timedelta/methods/test_as_unit.pyc
+${PYSITELIB}/pandas/tests/scalar/timedelta/methods/test_as_unit.pyo
+${PYSITELIB}/pandas/tests/scalar/timedelta/methods/test_round.py
+${PYSITELIB}/pandas/tests/scalar/timedelta/methods/test_round.pyc
+${PYSITELIB}/pandas/tests/scalar/timedelta/methods/test_round.pyo
 ${PYSITELIB}/pandas/tests/scalar/timedelta/test_arithmetic.py
 ${PYSITELIB}/pandas/tests/scalar/timedelta/test_arithmetic.pyc
 ${PYSITELIB}/pandas/tests/scalar/timedelta/test_arithmetic.pyo
@@ -3451,6 +3532,36 @@ ${PYSITELIB}/pandas/tests/scalar/timedel
 ${PYSITELIB}/pandas/tests/scalar/timestamp/__init__.py
 ${PYSITELIB}/pandas/tests/scalar/timestamp/__init__.pyc
 ${PYSITELIB}/pandas/tests/scalar/timestamp/__init__.pyo
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/__init__.py
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/__init__.pyc
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/__init__.pyo
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_as_unit.py
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_as_unit.pyc
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_as_unit.pyo
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_normalize.py
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_normalize.pyc
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_normalize.pyo
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_replace.py
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_replace.pyc
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_replace.pyo
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_round.py
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_round.pyc
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_round.pyo
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_timestamp_method.py
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_timestamp_method.pyc
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_timestamp_method.pyo
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_to_julian_date.py
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_to_julian_date.pyc
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_to_julian_date.pyo
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_to_pydatetime.py
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_to_pydatetime.pyc
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_to_pydatetime.pyo
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_tz_convert.py
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_tz_convert.pyc
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_tz_convert.pyo
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_tz_localize.py
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_tz_localize.pyc
+${PYSITELIB}/pandas/tests/scalar/timestamp/methods/test_tz_localize.pyo
 ${PYSITELIB}/pandas/tests/scalar/timestamp/test_arithmetic.py
 ${PYSITELIB}/pandas/tests/scalar/timestamp/test_arithmetic.pyc
 ${PYSITELIB}/pandas/tests/scalar/timestamp/test_arithmetic.pyo
@@ -3463,18 +3574,12 @@ ${PYSITELIB}/pandas/tests/scalar/timesta
 ${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
 ${PYSITELIB}/pandas/tests/scalar/timestamp/test_timestamp.py
 ${PYSITELIB}/pandas/tests/scalar/timestamp/test_timestamp.pyc
 ${PYSITELIB}/pandas/tests/scalar/timestamp/test_timestamp.pyo
 ${PYSITELIB}/pandas/tests/scalar/timestamp/test_timezones.py
 ${PYSITELIB}/pandas/tests/scalar/timestamp/test_timezones.pyc
 ${PYSITELIB}/pandas/tests/scalar/timestamp/test_timezones.pyo
-${PYSITELIB}/pandas/tests/scalar/timestamp/test_unary_ops.py
-${PYSITELIB}/pandas/tests/scalar/timestamp/test_unary_ops.pyc
-${PYSITELIB}/pandas/tests/scalar/timestamp/test_unary_ops.pyo
 ${PYSITELIB}/pandas/tests/series/__init__.py
 ${PYSITELIB}/pandas/tests/series/__init__.pyc
 ${PYSITELIB}/pandas/tests/series/__init__.pyo
@@ -3487,12 +3592,18 @@ ${PYSITELIB}/pandas/tests/series/accesso
 ${PYSITELIB}/pandas/tests/series/accessors/test_dt_accessor.py
 ${PYSITELIB}/pandas/tests/series/accessors/test_dt_accessor.pyc
 ${PYSITELIB}/pandas/tests/series/accessors/test_dt_accessor.pyo
+${PYSITELIB}/pandas/tests/series/accessors/test_list_accessor.py
+${PYSITELIB}/pandas/tests/series/accessors/test_list_accessor.pyc
+${PYSITELIB}/pandas/tests/series/accessors/test_list_accessor.pyo
 ${PYSITELIB}/pandas/tests/series/accessors/test_sparse_accessor.py
 ${PYSITELIB}/pandas/tests/series/accessors/test_sparse_accessor.pyc
 ${PYSITELIB}/pandas/tests/series/accessors/test_sparse_accessor.pyo
 ${PYSITELIB}/pandas/tests/series/accessors/test_str_accessor.py
 ${PYSITELIB}/pandas/tests/series/accessors/test_str_accessor.pyc
 ${PYSITELIB}/pandas/tests/series/accessors/test_str_accessor.pyo
+${PYSITELIB}/pandas/tests/series/accessors/test_struct_accessor.py
+${PYSITELIB}/pandas/tests/series/accessors/test_struct_accessor.pyc
+${PYSITELIB}/pandas/tests/series/accessors/test_struct_accessor.pyo
 ${PYSITELIB}/pandas/tests/series/indexing/__init__.py
 ${PYSITELIB}/pandas/tests/series/indexing/__init__.pyc
 ${PYSITELIB}/pandas/tests/series/indexing/__init__.pyo
@@ -3553,6 +3664,9 @@ ${PYSITELIB}/pandas/tests/series/methods
 ${PYSITELIB}/pandas/tests/series/methods/test_between.py
 ${PYSITELIB}/pandas/tests/series/methods/test_between.pyc
 ${PYSITELIB}/pandas/tests/series/methods/test_between.pyo
+${PYSITELIB}/pandas/tests/series/methods/test_case_when.py
+${PYSITELIB}/pandas/tests/series/methods/test_case_when.pyc
+${PYSITELIB}/pandas/tests/series/methods/test_case_when.pyo
 ${PYSITELIB}/pandas/tests/series/methods/test_clip.py
 ${PYSITELIB}/pandas/tests/series/methods/test_clip.pyc
 ${PYSITELIB}/pandas/tests/series/methods/test_clip.pyo
@@ -3616,6 +3730,9 @@ ${PYSITELIB}/pandas/tests/series/methods
 ${PYSITELIB}/pandas/tests/series/methods/test_infer_objects.py
 ${PYSITELIB}/pandas/tests/series/methods/test_infer_objects.pyc
 ${PYSITELIB}/pandas/tests/series/methods/test_infer_objects.pyo
+${PYSITELIB}/pandas/tests/series/methods/test_info.py
+${PYSITELIB}/pandas/tests/series/methods/test_info.pyc
+${PYSITELIB}/pandas/tests/series/methods/test_info.pyo
 ${PYSITELIB}/pandas/tests/series/methods/test_interpolate.py
 ${PYSITELIB}/pandas/tests/series/methods/test_interpolate.pyc
 ${PYSITELIB}/pandas/tests/series/methods/test_interpolate.pyo
@@ -3748,6 +3865,9 @@ ${PYSITELIB}/pandas/tests/series/test_co
 ${PYSITELIB}/pandas/tests/series/test_cumulative.py
 ${PYSITELIB}/pandas/tests/series/test_cumulative.pyc
 ${PYSITELIB}/pandas/tests/series/test_cumulative.pyo
+${PYSITELIB}/pandas/tests/series/test_formats.py
+${PYSITELIB}/pandas/tests/series/test_formats.pyc
+${PYSITELIB}/pandas/tests/series/test_formats.pyo
 ${PYSITELIB}/pandas/tests/series/test_iteration.py
 ${PYSITELIB}/pandas/tests/series/test_iteration.pyc
 ${PYSITELIB}/pandas/tests/series/test_iteration.pyo
@@ -3763,9 +3883,6 @@ ${PYSITELIB}/pandas/tests/series/test_np
 ${PYSITELIB}/pandas/tests/series/test_reductions.py
 ${PYSITELIB}/pandas/tests/series/test_reductions.pyc
 ${PYSITELIB}/pandas/tests/series/test_reductions.pyo
-${PYSITELIB}/pandas/tests/series/test_repr.py
-${PYSITELIB}/pandas/tests/series/test_repr.pyc
-${PYSITELIB}/pandas/tests/series/test_repr.pyo
 ${PYSITELIB}/pandas/tests/series/test_subclass.py
 ${PYSITELIB}/pandas/tests/series/test_subclass.pyc
 ${PYSITELIB}/pandas/tests/series/test_subclass.pyo
@@ -3901,9 +4018,6 @@ ${PYSITELIB}/pandas/tests/tseries/offset
 ${PYSITELIB}/pandas/tests/tseries/offsets/common.py
 ${PYSITELIB}/pandas/tests/tseries/offsets/common.pyc
 ${PYSITELIB}/pandas/tests/tseries/offsets/common.pyo
-${PYSITELIB}/pandas/tests/tseries/offsets/conftest.py
-${PYSITELIB}/pandas/tests/tseries/offsets/conftest.pyc
-${PYSITELIB}/pandas/tests/tseries/offsets/conftest.pyo
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_business_day.py
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_business_day.pyc
 ${PYSITELIB}/pandas/tests/tseries/offsets/test_business_day.pyo
@@ -3991,18 +4105,24 @@ ${PYSITELIB}/pandas/tests/tslibs/test_li
 ${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_npy_units.py
+${PYSITELIB}/pandas/tests/tslibs/test_npy_units.pyc
+${PYSITELIB}/pandas/tests/tslibs/test_npy_units.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_period.py
+${PYSITELIB}/pandas/tests/tslibs/test_period.pyc
+${PYSITELIB}/pandas/tests/tslibs/test_period.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_strptime.py
+${PYSITELIB}/pandas/tests/tslibs/test_strptime.pyc
+${PYSITELIB}/pandas/tests/tslibs/test_strptime.pyo
 ${PYSITELIB}/pandas/tests/tslibs/test_timedeltas.py
 ${PYSITELIB}/pandas/tests/tslibs/test_timedeltas.pyc
 ${PYSITELIB}/pandas/tests/tslibs/test_timedeltas.pyo
@@ -4066,18 +4186,12 @@ ${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

Index: pkgsrc/math/py-pandas/distinfo
diff -u pkgsrc/math/py-pandas/distinfo:1.39 pkgsrc/math/py-pandas/distinfo:1.40
--- pkgsrc/math/py-pandas/distinfo:1.39 Fri Dec 15 09:29:59 2023
+++ pkgsrc/math/py-pandas/distinfo      Sat Jan 20 08:18:55 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.39 2023/12/15 09:29:59 adam Exp $
+$NetBSD: distinfo,v 1.40 2024/01/20 08:18:55 adam Exp $
 
-BLAKE2s (pandas-2.1.4.tar.gz) = a4ec46f3c5b5705ea455dfd57e229020a65732b9e1e0304371a2ca061d782ef5
-SHA512 (pandas-2.1.4.tar.gz) = de02944829ea4df6a3913788c2ae30683504d70a1cef5789c927245dab8700981edd50de18af3619d30ac97f4658fce67f6c7637acf496bd464ad3a4109bfd1c
-Size (pandas-2.1.4.tar.gz) = 4274800 bytes
+BLAKE2s (pandas-2.2.0.tar.gz) = d2d9e5a1536af4cbb1409e66f86a30b9e0825b48d094337fb0db399e5a44534a
+SHA512 (pandas-2.2.0.tar.gz) = 6de7f6941f08d412d5e6e3b33e7ad569afce4ade2eda9a68f2883e8ccefe8373212a1b80ac384e68522fb5a9c043de0b944b3920d07131ed6625363f2a4b0b5b
+Size (pandas-2.2.0.tar.gz) = 4390211 bytes
 SHA1 (patch-meson.build) = f802806a1ec2de5f466eb29c3037c54cbf9971b1
 SHA1 (patch-pandas___libs_window_aggregations.pyx) = 65e3ec2b165de00b23550a989c5eb77c81c759f3



Home | Main Index | Thread Index | Old Index