python3Packages.python-izone: 1.1.5 -> 1.1.6

https://github.com/Swamp-Ig/pizone/releases/tag/v1.1.6
This commit is contained in:
Robert Schütz 2021-06-27 00:09:33 +02:00
parent 42cadf5a76
commit 81285f4cf3

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "python-izone";
version = "1.1.5";
version = "1.1.6";
disabled = pythonOlder "3.5";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Swamp-Ig";
repo = "pizone";
rev = "v${version}";
sha256 = "0ilvawlhyg5p08ri26zbcvgysrfsmza23scy4ijrx3jbc3669r2c";
sha256 = "sha256-zgE1ccEPSa9nX0SEMN02VEGfnHexk/+jCJe7ugUL5UA=";
};
propagatedBuildInputs = [
@ -33,13 +33,6 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# attempt network connection
"test_fail_on_connect"
"test_connection_lost"
"test_ip_addr_change"
];
pythonImportsCheck = [ "pizone" ];
meta = with lib; {