2022-12-29T20:16:17 python3.10-slackclient 2.9.3 -> 2.9.4 https://pypi.org/project/slackclient/ 2022-12-29T20:16:20 attrpath: python310Packages.slackclient 2022-12-29T20:16:20 Checking auto update branch... 2022-12-29T20:16:24 [version] 2022-12-29T20:16:24 [version] skipping because derivation has updateScript 2022-12-29T20:16:24 [rustCrateVersion] 2022-12-29T20:16:24 [rustCrateVersion] No cargoSha256 found 2022-12-29T20:16:24 [golangModuleVersion] 2022-12-29T20:16:24 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-29T20:16:24 [updateScript] 2022-12-29T20:16:28 [updateScript] Success 2022-12-29T20:16:28 [updateScript] this derivation will be built: /nix/store/nxyiq6ys7w7fzazilsfxsrj9mvpj6h19-packages.json.drv building '/nix/store/nxyiq6ys7w7fzazilsfxsrj9mvpj6h19-packages.json.drv'... Going to be running update for following packages: - python3.10-slackclient-2.9.3 Press Enter key to continue... Running update for: - python3.10-slackclient-2.9.3: UPDATING ... - python3.10-slackclient-2.9.3: DONE. Packages updated! 2022-12-29T20:16:28 2022-12-29T20:16:28 [quotedUrls] 2022-12-29T20:16:28 [quotedUrls] nothing found to replace 2022-12-29T20:16:28 Diff after rewrites: diff --git a/pkgs/development/python-modules/slackclient/default.nix b/pkgs/development/python-modules/slackclient/default.nix index 1c02d592d67..3e1c5e64b9d 100644 --- a/pkgs/development/python-modules/slackclient/default.nix +++ b/pkgs/development/python-modules/slackclient/default.nix @@ -20,15 +20,15 @@ buildPythonPackage rec { pname = "slackclient"; - version = "2.9.3"; + version = "3.19.5"; disabled = !isPy3k; src = fetchFromGitHub { owner = "slackapi"; repo = "python-slack-sdk"; - rev = "v${version}"; - sha256 = "1rfb7izgddv28ag37gdnv3sd8z2zysrxs7ad8x20x690zshpaq16"; + rev = "refs/tags/v${version}"; + sha256 = "sha256-/DVcnfHjvmRreHSlZbzxz6pbqytEUdqbaGbQVxIW4Qk="; }; propagatedBuildInputs = [ 2022-12-29T20:17:55 No auto update branch exists 2022-12-29T20:18:02 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.slackclient nix build failed. slack/deprecation.py:14 /build/source/slack/deprecation.py:14: UserWarning: slack package is deprecated. Please use slack_sdk.web/webhook/rtm package instead. For more info, go to https://slack.dev/python-slack-sdk/v3-migration/ warnings.warn(message) slack/deprecation.py:14 /build/source/slack/deprecation.py:14: UserWarning: slack.errors package is deprecated. Please use slack_sdk.errors package instead. For more info, go to https://slack.dev/python-slack-sdk/v3-migration/ warnings.warn(message) slack/deprecation.py:14 /build/source/slack/deprecation.py:14: UserWarning: slack.signature package is deprecated. Please use slack_sdk.signature package instead. For more info, go to https://slack.dev/python-slack-sdk/v3-migration/ warnings.warn(message) slack/deprecation.py:14 /build/source/slack/deprecation.py:14: UserWarning: slack_sdk.models.dialoags package is deprecated. Please use slack_sdk.models.dialogs package instead. For more info, go to https://slack.dev/python-slack-sdk/v3-migration/ warnings.warn(message) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ ERROR tests/slack_sdk/oauth/installation_store/test_amazon_s3.py ERROR tests/slack_sdk/oauth/installation_store/test_sqlalchemy.py ERROR tests/slack_sdk/oauth/state_store/test_amazon_s3.py ERROR tests/slack_sdk/oauth/state_store/test_sqlalchemy.py ERROR tests/slack_sdk/socket_mode/test_interactions_builtin.py ERROR tests/slack_sdk/socket_mode/test_interactions_websocket_client.py ERROR tests/slack_sdk_async/socket_mode/test_interactions_aiohttp.py ERROR tests/slack_sdk_async/socket_mode/test_interactions_websockets.py ERROR tests/slack_sdk_async/socket_mode/test_websockets.py !!!!!!!!!!!!!!!!!!! Interrupted: 9 errors during collection !!!!!!!!!!!!!!!!!!!! ================= 3 deselected, 5 warnings, 9 errors in 1.11s ==================