python311Packages.pandas-stubs: 1.5.3.230321 -> 2.0.3.230814

Diff: https://github.com/pandas-dev/pandas-stubs/compare/refs/tags/v1.5.3.230321...v2.0.3.230814
This commit is contained in:
Fabian Affolter 2023-08-15 09:53:32 +02:00
parent 750fc50bfd
commit ff00450695

View File

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "pandas-stubs";
version = "1.5.3.230321";
version = "2.0.3.230814";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "pandas-dev";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-RjU762VyDPy86Cvmr8hfPkqLtmntB3F6tf2OAgqmnK4=";
hash = "sha256-V/igL+vPJADOL7LwBJljqs2a1BB3vDVYTWXIkK/ImYY=";
};
nativeBuildInputs = [
@ -66,6 +66,7 @@ buildPythonPackage rec {
# AttributeErrors, missing dependencies, error and warning checks
"test_aggregate_frame_combinations"
"test_aggregate_series_combinations"
"test_all_read_without_lxml_dtype_backend"
"test_arrow_dtype"
"test_attribute_conflict_warning"
"test_categorical_conversion_warning"
@ -79,6 +80,8 @@ buildPythonPackage rec {
"test_database_error"
"test_dummies"
"test_from_dummies_args"
"test_hdf_context_manager"
"test_hdfstore"
"test_incompatibility_warning"
"test_index_astype"
"test_indexing_error"
@ -95,6 +98,9 @@ buildPythonPackage rec {
"test_possible_precision_loss"
"test_pyperclip_exception"
"test_quantile_150_changes"
"test_read_hdf_iterator"
"test_read_sql_via_sqlalchemy_connection"
"test_read_sql_via_sqlalchemy_engine"
"test_resample_150_changes"
"test_reset_index_150_changes"
"test_reset_index"
@ -107,8 +113,6 @@ buildPythonPackage rec {
"test_types_rank"
"test_undefined_variable_error"
"test_value_label_type_mismatch"
"test_read_sql_via_sqlalchemy_connection"
"test_read_sql_via_sqlalchemy_engine"
] ++ lib.optionals stdenv.isDarwin [
"test_plotting" # Fatal Python error: Illegal instruction
];