python3Packages.rokuecp: 0.13.2 -> 0.14.0

This commit is contained in:
Fabian Affolter
2022-02-16 00:41:12 +01:00
parent 13adc1b694
commit 9919982599
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "rokuecp";
version = "0.13.2";
version = "0.14.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "ctalkington";
repo = "python-rokuecp";
rev = version;
hash = "sha256-TWjONAGUwcCaWiaCxgR1xV1R+Ouy7FvMUewZa3z1mBc=";
hash = "sha256-B8tcYcBtgPkT6REDC7vhHmfO/MjMRQgR3PkF0pfjbyk=";
};
nativeBuildInputs = [
@@ -56,6 +56,8 @@ buildPythonPackage rec {
disabledTests = [
# https://github.com/ctalkington/python-rokuecp/issues/249
"test_resolve_hostname"
# Assertion issue
"test_guess_stream_format"
];
pythonImportsCheck = [