2022-10-31T00:49:53 apprise 0.9.9 -> 1.1.0 https://pypi.org/project/apprise/ 2022-10-31T00:49:55 attrpath: apprise 2022-10-31T00:49:56 Checking auto update branch... 2022-10-31T00:49:56 No auto update branch exists 2022-10-31T00:49:56 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 , six , 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 six ]; checkInputs = [ gntp mock paho-mqtt pytestCheckHook slixmpp ]; disabledTests = [ "test_apprise_cli_nux_env" "test_plugin_mqtt_general" ]; 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 ]; }; }