2022-11-20T18:25:27 apprise 1.1.0 -> 1.2.0 https://github.com/caronc/apprise/releases 2022-11-20T18:25:30 attrpath: apprise 2022-11-20T18:25:30 Checking auto update branch... 2022-11-20T18:25:30 No auto update branch exists 2022-11-20T18:25:35 [version] 2022-11-20T18:25:38 [version] updated version and sha256 2022-11-20T18:25:38 [rustCrateVersion] 2022-11-20T18:25:38 [rustCrateVersion] No cargoSha256 found 2022-11-20T18:25:38 [golangModuleVersion] 2022-11-20T18:25:38 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-20T18:25:38 [updateScript] 2022-11-20T18:25:38 [updateScript] skipping because derivation has no updateScript 2022-11-20T18:25:38 2022-11-20T18:25:38 [quotedUrls] 2022-11-20T18:25:38 [quotedUrls] nothing found to replace 2022-11-20T18:25:38 Diff after rewrites: diff --git a/pkgs/development/python-modules/apprise/default.nix b/pkgs/development/python-modules/apprise/default.nix index 864dd570209..fc6c4fa149a 100644 --- a/pkgs/development/python-modules/apprise/default.nix +++ b/pkgs/development/python-modules/apprise/default.nix @@ -19,14 +19,14 @@ buildPythonPackage rec { pname = "apprise"; - version = "1.1.0"; + version = "1.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-92eoBwp3fcKb9zCBeeC2ndLeZeZpM+2JsZmef/5yO2A="; + hash = "sha256-bjGvoY9HRS6szVb7fug9kkUsU00V85JAftGg48RlJEs="; }; nativeBuildInputs = [ 2022-11-20T18:27:18 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 apprise nix build failed. ERROR test/test_plugin_syslog.py::test_plugin_syslog_remote ERROR test/test_plugin_techululs_push.py::test_plugin_techulus_push_urls ERROR test/test_plugin_telegram.py::test_plugin_telegram_urls ERROR test/test_plugin_telegram.py::test_plugin_telegram_general ERROR test/test_plugin_telegram.py::test_plugin_telegram_formatting ERROR test/test_plugin_telegram.py::test_plugin_telegram_html_formatting ERROR test/test_plugin_twilio.py::test_plugin_twilio_urls ERROR test/test_plugin_twilio.py::test_plugin_twilio_auth ERROR test/test_plugin_twilio.py::test_plugin_twilio_edge_cases ERROR test/test_plugin_twist.py::test_plugin_twist_urls ERROR test/test_plugin_twist.py::test_plugin_twist_init ERROR test/test_plugin_twist.py::test_plugin_twist_auth ERROR test/test_plugin_twist.py::test_plugin_twist_cache ERROR test/test_plugin_twist.py::test_plugin_twist_fetch ERROR test/test_plugin_twitter.py::test_plugin_twitter_urls ERROR test/test_plugin_twitter.py::test_plugin_twitter_general ERROR test/test_plugin_twitter.py::test_plugin_twitter_edge_cases ERROR test/test_plugin_twitter.py::test_plugin_twitter_dm_attachments ERROR test/test_plugin_twitter.py::test_plugin_twitter_tweet_attachments ERROR test/test_plugin_vonage.py::test_plugin_vonage_urls ERROR test/test_plugin_vonage.py::test_plugin_vonage_edge_cases ERROR test/test_plugin_webex_teams.py::test_plugin_webex_teams_urls ERROR test/test_plugin_windows.py::test_plugin_windows_mocked ERROR test/test_plugin_xbmc_kodi.py::test_plugin_xbmc_kodi_urls ERROR test/test_plugin_zulip.py::test_plugin_zulip_urls ERROR test/test_plugin_zulip.py::test_plugin_zulip_edge_cases ERROR test/test_rest_plugins.py::test_notify_overflow_truncate ERROR test/test_rest_plugins.py::test_notify_overflow_split ERROR test/test_rest_plugins.py::test_notify_overflow_general ================= 7 skipped, 1 deselected, 347 errors in 4.63s =================