python310Packages.apprise: 1.1.0 -> 1.2.0

This commit is contained in:
Sandro Jäckel 2022-11-28 03:31:17 +01:00
parent 2ee70acb86
commit 9b5fafa4d3
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -7,30 +7,29 @@
, gntp
, installShellFiles
, markdown
, mock
, paho-mqtt
, pytest-mock
, pytest-xdist
, pytestCheckHook
, pythonOlder
, pyyaml
, requests
, requests-oauthlib
, slixmpp
}:
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 = [
babel
installShellFiles
];
@ -44,11 +43,12 @@ buildPythonPackage rec {
];
checkInputs = [
babel
gntp
mock
paho-mqtt
pytest-mock
pytest-xdist
pytestCheckHook
slixmpp
];
disabledTests = [