python312Packages.apache-beam: 2.63.0 -> 2.65.0 (#408537)

authored by

Gaétan Lepage and committed by
GitHub
d461f620 e0f0b8be

+11 -4
+2 -4
pkgs/development/python-modules/apache-beam/default.nix
··· 17 17 yapf, 18 18 19 19 # dependencies 20 - cloudpickle, 21 20 crcmod, 22 21 dill, 23 22 fastavro, ··· 63 62 64 63 buildPythonPackage rec { 65 64 pname = "apache-beam"; 66 - version = "2.63.0"; 65 + version = "2.65.0"; 67 66 pyproject = true; 68 67 69 68 src = fetchFromGitHub { 70 69 owner = "apache"; 71 70 repo = "beam"; 72 71 tag = "v${version}"; 73 - hash = "sha256-ixJstawgU3UGtNKVzkwMCLkdY7QKTbxNe6JJ7vG+vmA="; 72 + hash = "sha256-vDW0PVNep+egIZBe4t8IPwLgsQDmoO4rrA4wUoAHzfg="; 74 73 }; 75 74 76 75 pythonRelaxDeps = [ ··· 109 108 ]; 110 109 111 110 dependencies = [ 112 - cloudpickle 113 111 crcmod 114 112 dill 115 113 fastavro
+9
pkgs/development/python-modules/tensorflow-datasets/default.nix
··· 26 26 apache-beam, 27 27 beautifulsoup4, 28 28 click, 29 + cloudpickle, 29 30 datasets, 30 31 ffmpeg, 31 32 imagemagick, ··· 101 102 apache-beam 102 103 beautifulsoup4 103 104 click 105 + cloudpickle 104 106 datasets 105 107 ffmpeg 106 108 imagemagick ··· 134 136 # AttributeError: 'NoneType' object has no attribute 'Table' 135 137 "--deselect=tensorflow_datasets/core/file_adapters_test.py::test_read_write" 136 138 "--deselect=tensorflow_datasets/text/c4_wsrs/c4_wsrs_test.py::C4WSRSTest" 139 + ]; 140 + 141 + disabledTests = [ 142 + # Since updating apache-beam to 2.65.0 143 + # RuntimeError: Unable to pickle fn CallableWrapperDoFn...: maximum recursion depth exceeded 144 + # https://github.com/tensorflow/datasets/issues/11055 145 + "test_download_and_prepare_as_dataset" 137 146 ]; 138 147 139 148 disabledTestPaths = [