Unverified Commit 9b5fafa4 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

python310Packages.apprise: 1.1.0 -> 1.2.0

parent 2ee70acb
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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 = [