python312Packages.pyiceberg: 0.8.1 -> 0.9.0 (#387827)

authored by Gaétan Lepage and committed by GitHub 35ce9705 dbcbf49d

+11 -2
+11 -2
pkgs/development/python-modules/pyiceberg/default.nix
··· 42 42 # tests 43 43 azure-core, 44 44 azure-storage-blob, 45 + datafusion, 45 46 fastavro, 46 47 moto, 47 48 pyspark, ··· 54 55 55 56 buildPythonPackage rec { 56 57 pname = "iceberg-python"; 57 - version = "0.8.1"; 58 + version = "0.9.0"; 58 59 pyproject = true; 59 60 60 61 src = fetchFromGitHub { 61 62 owner = "apache"; 62 63 repo = "iceberg-python"; 63 64 tag = "pyiceberg-${version}"; 64 - hash = "sha256-L3YlOtzJv9R4TLeJGzfMQ+0nYtQEsqmgNZpW9B6vVAI="; 65 + hash = "sha256-PLxYe6MpKR6qILTNt0arujyx/nlVorwjhwokbXvdwb0="; 65 66 }; 66 67 67 68 patches = [ ··· 161 162 azure-core 162 163 azure-storage-blob 163 164 boto3 165 + datafusion 164 166 fastavro 165 167 moto 166 168 mypy-boto3-glue ··· 187 189 188 190 disabledTests = 189 191 [ 192 + # Require unpackaged pyiceberg_core 193 + "test_bucket_pyarrow_transforms" 194 + "test_transform_consistency_with_pyarrow_transform" 195 + "test_truncate_pyarrow_transforms" 196 + 190 197 # botocore.exceptions.EndpointConnectionError: Could not connect to the endpoint URL 191 198 "test_checking_if_a_file_exists" 192 199 "test_closing_a_file" ··· 209 216 "test_fsspec_new_abfss_output_file_adls" 210 217 "test_fsspec_new_input_file_adls" 211 218 "test_fsspec_pickle_round_trip_aldfs" 219 + "test_partitioned_write" 220 + "test_token_200_w_oauth2_server_uri" 212 221 213 222 # TypeError: pyarrow.lib.large_list() takes no keyword argument 214 223 # From tests/io/test_pyarrow_stats.py: