summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/apache-beam/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.apache-beam: 2.70.0 -> 2.71.0•••Diff: https://github.com/apache/beam/compare/v2.70.0...v2.71.0 Changelog: https://github.com/apache/beam/blob/v2.71.0/CHANGES.md Gaetan Lepage2026-02-011-30/+62
* python3Packages.beartype: 0.21.0 -> 0.22.9 (#481705)dotlambda2026-01-191-0/+1
|\
| * python3Packages.apache-beam: unpin beartypeRobert Schütz2026-01-191-0/+1
* | python3Packages.apache-beam: 2.69.0 -> 2.70.0 (#481721)dotlambda2026-01-191-2/+7
|\ \
| * | python3Packages.apache-beam: 2.69.0 -> 2.70.0•••Diff: https://github.com/apache/beam/compare/v2.69.0...v2.70.0 Changelog: https://github.com/apache/beam/blob/v2.70.0/CHANGES.md Robert Schütz2026-01-191-2/+7
| |/
* / python3Packages.apache-beam: unpin objsizeRobert Schütz2026-01-191-0/+1
|/
* python3Packages.apache-beam: 2.68.0 -> 2.69.0•••Diff: https://github.com/apache/beam/compare/v2.68.0...v2.69.0 Changelog: https://github.com/apache/beam/blob/v2.69.0/CHANGES.md Gaetan Lepage2025-10-301-4/+11
* python3Packages.apache-beam: 2.67.0 -> 2.68.0•••Diff: https://github.com/apache/beam/compare/v2.67.0...v2.68.0 Changelog: https://github.com/apache/beam/blob/v2.68.0/CHANGES.md Gaetan Lepage2025-09-231-102/+38
* python3Packages.apache-beam: 2.66.0 -> 2.67.0•••Diff: https://github.com/apache/beam/compare/v2.66.0...v2.67.0 Changelog: https://github.com/apache/beam/blob/release-v2.67.0/CHANGES.md Gaetan Lepage2025-08-281-16/+27
* python3Packages.apache-beam: 2.65.0 -> 2.66.0•••https://github.com/apache/beam/blob/release-v2.66.0/CHANGES.md This commit was automatically generated using update-python-libraries. Martin Weinelt2025-08-091-3/+3
* treewide: run nixfmt 1.0.0Wolfgang Walther2025-07-241-181/+179
* python3Packages.apache-beam: skip failing testsGaetan Lepage2025-06-191-1/+8
* python3Packages.apache-beam: relax numpyGaetan Lepage2025-06-191-0/+2
* python313Packages.apache-beam: relax redis constraintMartin Weinelt2025-05-231-0/+1
* python312Packages.apache-beam: 2.63.0 -> 2.65.0•••Diff: https://github.com/apache/beam/compare/refs/tags/v2.63.0...refs/tags/v2.65.0 Changelog: https://github.com/apache/beam/blob/release-2.65.0/CHANGES.md Gaetan Lepage2025-05-201-4/+2
* python312Packages.apache-beam: fix build by relaxing protobuf dependencyGaetan Lepage2025-05-051-0/+2
* python312Packages.apache-beam: 2.62.0 -> 2.63.0•••Diff: https://github.com/apache/beam/compare/refs/tags/v2.62.0...v2.63.0 Changelog: https://github.com/apache/beam/blob/release-2.63.0/CHANGES.md Gaetan Lepage2025-02-181-157/+182
* python312Packages.apache-beam: 2.61.0 -> 2.62.0•••Diff: https://github.com/apache/beam/compare/v2.61.0...v2.62.0 Changelog: https://github.com/apache/beam/blob/v2.62.0/CHANGES.md Alexis Praga2025-02-061-78/+209
* python3Packages.apache-beam: 2.59.0 -> 2.61.0Martin Weinelt2025-01-271-2/+2
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python3Packages.apache-beam: 2.56.0 -> 2.59.0Martin Weinelt2024-10-131-2/+2
* python3Packages.apache-beam: 2.54.0 -> 2.56.0Martin Weinelt2024-06-241-2/+2
* treewide: remove pythonRelaxDepsHook references•••It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`. Martin Weinelt2024-06-141-2/+0
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-50/+49
* python3Packages.apache-beam: 2.52.0 -> 2.54.0Martin Weinelt2024-03-121-2/+2
* treewide: replace `lib/${python.libPrefix}/site-packages` with its shorthand ...•••which should be always preferred Sandro Jäckel2024-01-301-1/+1
* python3Packages.apache-beam: 2.50.0 -> 2.52.0Martin Weinelt2023-12-201-3/+5
* python3.pkgs.*: Explicitly pass buildPythonPackage format parameter•••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 adisbladis2023-12-071-0/+1
* python3Packages.apache-beam: 2.45.0 -> 2.50.0Martin Weinelt2023-09-271-2/+2
* python310Packages.apache-beam: mark as broken•••apache-beam has no compatibility with pandas>=2 see https://github.com/apache/beam/issues/27221 natsukium2023-08-171-0/+2
* treewide: noop: refer to `src.name` or similar in `sourceRoot` where appropri...Jan Malakhovski2023-08-031-1/+1
* python3Packages.apache-beam: fix build•••Package was recently marked broken by https://github.com/NixOS/nixpkgs/commit/f8264a5b1e7832d93d8a22816f5133ff891724b6. Samuel Ainsworth2023-03-271-1/+2
* tree-wide: mark broken packages as such•••Found while changing ffmpeg from 4 to 5; these all depend on ffmpeg either directly or transitively. Atemu2023-03-131-0/+1
* python3Packages.apache-beam: 2.44.0 -> 2.45.0•••Fix https://github.com/NixOS/nixpkgs/issues/217266 Samuel Ainsworth2023-02-221-3/+7
* python3Packages.apache-beam: skip failing testsorigin/samuela/apache-beamSamuel Ainsworth2023-02-081-0/+7
* python3Packages.apache-beam: relaxing pyarrow dep no longer necessarySamuel Ainsworth2023-02-081-1/+0
* python3Packages.apache-beam: 2.43.0 -> 2.44.0Samuel Ainsworth2023-02-081-16/+21
* treewide: switch to nativeCheckInputs•••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. Guillaume Girol2023-01-211-1/+1
* python3Packages.apache-beam: 2.40.0 -> 2.43.0Martin Weinelt2023-01-051-3/+3
* python310Packages.apache-beam: add compatibility with httplib2 0.21.0Theodore Ni2022-12-071-0/+7
* python310Packages.apache-beam: fix for dill 0.3.6Theodore Ni2022-11-151-0/+15
* python3Packages.apache-beam: relax protobuf dependency to fix buildSamuel Ainsworth2022-10-241-11/+16
* python3Packages.apache-beam: set `enableParallelBuilding` to `true`Phillip Cloud2022-08-081-0/+2
* python3Packages.apache-beam: unrestrict `pymongo` dependencyPhillip Cloud2022-08-081-1/+2
* python3Packages.apache-beam: remove numpy constraintPhillip Cloud2022-08-081-1/+2
* python310Packages.apache-beam: Add missing test dependencyJonas Heinrich2022-07-231-4/+3
* python310Packages.apache-beam: 2.37.0 -> 2.40.0Jonas Heinrich2022-07-161-15/+20
* python3Packages.apache-beam: patch in upstream deprecation fixPhillip Cloud2022-05-101-0/+10
* python3Packages.apache-beam: 2.36.0 -> 2.37.0Samuel Ainsworth2022-04-091-19/+16
* python3Packages.apache-beam: 2.35.0 -> 2.36.0Martin Weinelt2022-03-141-2/+2