about summary refs log tree commit diff
path: root/pkgs/development/python-modules/apache-beam
AgeCommit message (Collapse)AuthorFilesLines
2024-03-12python3Packages.apache-beam: 2.52.0 -> 2.54.0Martin Weinelt1-2/+2
2024-01-30treewide: replace `lib/${python.libPrefix}/site-packages` with its shorthand ↵Sandro Jäckel1-1/+1
`${python.sitePackages}` which should be always preferred
2023-12-20python3Packages.apache-beam: 2.50.0 -> 2.52.0Martin Weinelt1-3/+5
2023-12-07python3.pkgs.*: Explicitly pass buildPythonPackage format parameteradisbladis1-0/+1
Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda
2023-09-27python3Packages.apache-beam: 2.45.0 -> 2.50.0Martin Weinelt1-2/+2
2023-08-17python310Packages.apache-beam: mark as brokennatsukium1-0/+2
apache-beam has no compatibility with pandas>=2 see https://github.com/apache/beam/issues/27221
2023-08-03treewide: noop: refer to `src.name` or similar in `sourceRoot` where ↵Jan Malakhovski1-1/+1
appropriate, part 1: trivial cases
2023-03-27python3Packages.apache-beam: fix buildSamuel Ainsworth1-1/+2
Package was recently marked broken by https://github.com/NixOS/nixpkgs/commit/f8264a5b1e7832d93d8a22816f5133ff891724b6.
2023-03-13tree-wide: mark broken packages as suchAtemu1-0/+1
Found while changing ffmpeg from 4 to 5; these all depend on ffmpeg either directly or transitively.
2023-02-22python3Packages.apache-beam: 2.44.0 -> 2.45.0Samuel Ainsworth1-3/+7
Fix https://github.com/NixOS/nixpkgs/issues/217266
2023-02-08python3Packages.apache-beam: skip failing tests samuela/apache-beamSamuel Ainsworth1-0/+7
2023-02-08python3Packages.apache-beam: relaxing pyarrow dep no longer necessarySamuel Ainsworth1-1/+0
2023-02-08python3Packages.apache-beam: 2.43.0 -> 2.44.0Samuel Ainsworth1-16/+21
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2023-01-05python3Packages.apache-beam: 2.40.0 -> 2.43.0Martin Weinelt1-3/+3
2022-12-07python310Packages.apache-beam: add compatibility with httplib2 0.21.0Theodore Ni1-0/+7
2022-11-15python310Packages.apache-beam: fix for dill 0.3.6Theodore Ni1-0/+15
2022-10-24python3Packages.apache-beam: relax protobuf dependency to fix buildSamuel Ainsworth1-11/+16
2022-08-08python3Packages.apache-beam: set `enableParallelBuilding` to `true`Phillip Cloud1-0/+2
2022-08-08python3Packages.apache-beam: unrestrict `pymongo` dependencyPhillip Cloud1-1/+2
2022-08-08python3Packages.apache-beam: remove numpy constraintPhillip Cloud1-1/+2
2022-07-23python310Packages.apache-beam: Add missing test dependencyJonas Heinrich1-4/+3
2022-07-16python310Packages.apache-beam: 2.37.0 -> 2.40.0Jonas Heinrich1-15/+20
2022-05-10python3Packages.apache-beam: patch in upstream deprecation fixPhillip Cloud1-0/+10
2022-04-09python3Packages.apache-beam: 2.36.0 -> 2.37.0Samuel Ainsworth3-80/+16
2022-03-14python3Packages.apache-beam: 2.35.0 -> 2.36.0Martin Weinelt1-2/+2
2022-02-06apache-beam: mark as broken on 3.10Phillip Cloud1-0/+2
2022-02-06apache-beam: patch out pyarrow constraintPhillip Cloud1-1/+2
2022-01-28python3Packages.apache-beam: fix buildSamuel Ainsworth1-0/+6
2022-01-07python3Packages.apache-beam: init at 2.35.0Alexander Tsvyashchenko3-0/+206