2023-01-01T21:59:29 apprise 0.9.9 -> 1.2.1 https://pypi.org/project/apprise/ 2023-01-01T21:59:31 attrpath: apprise 2023-01-01T21:59:32 Checking auto update branch... 2023-01-01T21:59:32 No auto update branch exists 2023-01-01T21:59:32 Old version 0.9.9" not present in master derivation file with contents: { lib , babel , buildPythonPackage , click , cryptography , fetchPypi , gntp , installShellFiles , markdown , paho-mqtt , pytest-mock , pytest-xdist , pytestCheckHook , pythonOlder , pyyaml , requests , requests-oauthlib }: buildPythonPackage rec { pname = "apprise"; version = "1.2.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-Z+DCJ+7O4mAACYDbv4uh5e69vklPRzCAgpfJ5kXANXk="; }; nativeBuildInputs = [ installShellFiles ]; propagatedBuildInputs = [ click cryptography markdown pyyaml requests requests-oauthlib ]; checkInputs = [ babel gntp paho-mqtt pytest-mock pytest-xdist pytestCheckHook ]; 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"; changelog = "https://github.com/caronc/apprise/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ marsam ]; }; }