2022-11-26T08:27:47 python310Packages.apache-beam 0 -> 1 2022-11-26T08:27:49 attrpath: python310Packages.apache-beam 2022-11-26T08:27:49 Checking auto update branch... 2022-11-26T08:27:54 [version] 2022-11-26T08:27:54 [version] generic version rewriter does not support multiple hashes 2022-11-26T08:27:54 [rustCrateVersion] 2022-11-26T08:27:54 [rustCrateVersion] No cargoSha256 found 2022-11-26T08:27:54 [golangModuleVersion] 2022-11-26T08:27:54 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-26T08:27:54 [updateScript] 2022-11-26T08:28:01 [updateScript] Success 2022-11-26T08:28:01 [updateScript] this derivation will be built: /nix/store/n045bhmwgh9gaxi11lqgd6mkksn1vi7q-packages.json.drv building '/nix/store/n045bhmwgh9gaxi11lqgd6mkksn1vi7q-packages.json.drv'... Going to be running update for following packages: - python3.10-apache-beam-2.40.0 Press Enter key to continue... Running update for: - python3.10-apache-beam-2.40.0: UPDATING ... - python3.10-apache-beam-2.40.0: DONE. Packages updated! 2022-11-26T08:28:01 2022-11-26T08:28:01 [quotedUrls] 2022-11-26T08:28:01 [quotedUrls] nothing found to replace 2022-11-26T08:28:02 Diff after rewrites: diff --git a/pkgs/development/python-modules/apache-beam/default.nix b/pkgs/development/python-modules/apache-beam/default.nix index 612cb70d6f6..fc2ca75469b 100644 --- a/pkgs/development/python-modules/apache-beam/default.nix +++ b/pkgs/development/python-modules/apache-beam/default.nix @@ -45,13 +45,13 @@ buildPythonPackage rec { pname = "apache-beam"; - version = "2.40.0"; + version = "2.43.0"; src = fetchFromGitHub { owner = "apache"; repo = "beam"; - rev = "v${version}"; - sha256 = "sha256-0S7Dj6PMSbZkEAY6ZLUpKVfe/tFxsq60TTAFj0Qhtv0="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-lqGXCC66eyBnHcK06k9knggX5C+2d0m6xBAI5sh0RHo="; }; patches = [ 2022-11-26T08:29:32 An auto update branch exists with message `python310Packages.apache-beam: 2.40.0 -> 2.41.0`. New version is 2.43.0. 2022-11-26T08:29:32 The auto update branch does not match or exceed the new version. 2022-11-26T08:30:36 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.apache-beam nix build failed. adding 'apache_beam/utils/windowed_value.py' adding 'apache_beam/utils/windowed_value_test.py' adding 'apache_beam-2.43.0.dist-info/METADATA' adding 'apache_beam-2.43.0.dist-info/WHEEL' adding 'apache_beam-2.43.0.dist-info/top_level.txt' adding 'apache_beam-2.43.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel /build/source/sdks/python/dist /build/source/sdks/python Unpacking to: unpacked/apache_beam-2.43.0...OK Repacking wheel as ./apache_beam-2.43.0-cp310-cp310-linux_x86_64.whl...OK /build/source/sdks/python Finished executing setuptoolsBuildPhase buildPhase completed in 47 seconds @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/source/sdks/python/dist /build/source/sdks/python Processing ./apache_beam-2.43.0-cp310-cp310-linux_x86_64.whl Requirement already satisfied: typing-extensions>=3.7.0 in /nix/store/j2nhmx4nbiqdg7nzbi9jxwjqym2q3fr3-python3.10-typing-extensions-4.3.0/lib/python3.10/site-packages (from apache-beam==2.43.0) (4.3.0) Requirement already satisfied: requests<3.0.0,>=2.24.0 in /nix/store/msn1w5hapjnckz4dnkjpmjwp88421a5z-python3.10-requests-2.28.1/lib/python3.10/site-packages (from apache-beam==2.43.0) (2.28.1) Requirement already satisfied: grpcio!=1.48.0,<2,>=1.33.1 in /nix/store/y38yidyikp0gdvviqvbwyn2x4qxkvg03-python3.10-grpcio-1.51.0/lib/python3.10/site-packages (from apache-beam==2.43.0) (1.51.0) Requirement already satisfied: dill in /nix/store/r7vmga5bl0wpk7mr6nibq61xmi0sw8wd-python3.10-dill-0.3.6/lib/python3.10/site-packages (from apache-beam==2.43.0) (0.3.6) Requirement already satisfied: pytz>=2018.3 in /nix/store/26js2759khvrpx0qhx6gwzpygirr6xb0-python3.10-pytz-2022.2.1/lib/python3.10/site-packages (from apache-beam==2.43.0) (2022.2.1) Requirement already satisfied: protobuf in /nix/store/f231zi73srqdc47pvfardycz83b29slv-python3.10-protobuf-4.21.8/lib/python3.10/site-packages (from apache-beam==2.43.0) (4.21.8) Requirement already satisfied: pyarrow in /nix/store/5s9a4blggh6jabbb97r77a85z8pamdr4-python3.10-pyarrow-9.0.0/lib/python3.10/site-packages (from apache-beam==2.43.0) (9.0.0) Requirement already satisfied: proto-plus<2,>=1.7.1 in /nix/store/8i5f070mnqxkyif8gv2jd94sizm1i143-python3.10-proto-plus-1.22.1/lib/python3.10/site-packages (from apache-beam==2.43.0) (1.22.1) Requirement already satisfied: python-dateutil<3,>=2.8.0 in /nix/store/c3886ckq1vhb2b604q91b6g4siqjsk06-python3.10-python-dateutil-2.8.2/lib/python3.10/site-packages (from apache-beam==2.43.0) (2.8.2) ERROR: Could not find a version that satisfies the requirement fasteners<1.0,>=0.3 (from apache-beam) (from versions: none) ERROR: No matching distribution found for fasteners<1.0,>=0.3