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.
This commit is contained in:
Martin Weinelt
2025-08-05 04:34:43 +02:00
parent 09b5bdb6c1
commit 2285a75f1f
@@ -62,14 +62,14 @@
buildPythonPackage rec {
pname = "apache-beam";
version = "2.65.0";
version = "2.66.0";
pyproject = true;
src = fetchFromGitHub {
owner = "apache";
repo = "beam";
tag = "v${version}";
hash = "sha256-vDW0PVNep+egIZBe4t8IPwLgsQDmoO4rrA4wUoAHzfg=";
hash = "sha256-nRofy9pvhO5SUvkIk73ViFm1gPWxEhj1rAUeCVYIpYs=";
};
pythonRelaxDeps = [
@@ -372,7 +372,7 @@ buildPythonPackage rec {
meta = {
description = "Unified model for defining both batch and streaming data-parallel processing pipelines";
homepage = "https://beam.apache.org/";
changelog = "https://github.com/apache/beam/blob/release-${version}/CHANGES.md";
changelog = "https://github.com/apache/beam/blob/release-${src.tag}/CHANGES.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ ndl ];
};