2022-11-18T00:43:40 apprise 0.9.9 -> 1.2.0 https://pypi.org/project/apprise/ 2022-11-18T00:43:43 attrpath: apprise 2022-11-18T00:43:43 Checking auto update branch... 2022-11-18T00:43:43 No auto update branch exists 2022-11-18T00:43:44 Old version 0.9.9" not present in master derivation file with contents: { lib , babel , buildPythonPackage , click , cryptography , fetchPypi , gntp , installShellFiles , markdown , mock , paho-mqtt , pytestCheckHook , pythonOlder , pyyaml , requests , requests-oauthlib , slixmpp }: buildPythonPackage rec { pname = "apprise"; version = "1.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-92eoBwp3fcKb9zCBeeC2ndLeZeZpM+2JsZmef/5yO2A="; }; nativeBuildInputs = [ babel installShellFiles ]; propagatedBuildInputs = [ click cryptography markdown pyyaml requests requests-oauthlib ]; checkInputs = [ gntp mock paho-mqtt pytestCheckHook slixmpp ]; disabledTests = [ "test_apprise_cli_nux_env" "test_plugin_mqtt_general" ]; disabledTestPaths = [ # AttributeError: module 'apprise.plugins' has no attribute 'NotifyBulkSMS' "test/test_plugin_bulksms.py" ]; postInstall = '' installManPage packaging/man/apprise.1 ''; pythonImportsCheck = [ "apprise" ]; meta = with lib; { description = "Push Notifications that work with just about every platform"; homepage = "https://github.com/caronc/apprise"; license = licenses.mit; maintainers = with maintainers; [ marsam ]; }; } 2022-11-18T14:55:01 apprise 1.1.0 -> 1.2.0 https://github.com/caronc/apprise/releases 2022-11-18T14:55:03 attrpath: apprise 2022-11-18T14:55:04 Checking auto update branch... 2022-11-18T14:55:04 No auto update branch exists 2022-11-18T14:55:09 [version] 2022-11-18T14:55:11 [version] updated version and sha256 2022-11-18T14:55:11 [rustCrateVersion] 2022-11-18T14:55:11 [rustCrateVersion] No cargoSha256 found 2022-11-18T14:55:11 [golangModuleVersion] 2022-11-18T14:55:11 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-18T14:55:11 [updateScript] 2022-11-18T14:55:11 [updateScript] skipping because derivation has no updateScript 2022-11-18T14:55:11 2022-11-18T14:55:11 [quotedUrls] 2022-11-18T14:55:12 [quotedUrls] nothing found to replace 2022-11-18T14:55:12 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-18T14:56:53 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.74s =================