lol

Merge pull request #146216 from fabaff/bump-pytibber

python3Packages.pytibber: 0.20.0 -> 0.21.0

authored by

Fabian Affolter and committed by
GitHub
690af63d 9502678f

+9 -4
+9 -4
pkgs/development/python-modules/pytibber/default.nix
··· 12 13 buildPythonPackage rec { 14 pname = "pytibber"; 15 - version = "0.20.0"; 16 17 disabled = pythonOlder "3.7"; 18 ··· 20 owner = "Danielhiversen"; 21 repo = "pyTibber"; 22 rev = version; 23 - sha256 = "sha256-q7DNRCJrt4B/u7QV4MocxmlfEdLmJMP7umv3+PJjIoE="; 24 }; 25 26 propagatedBuildInputs = [ ··· 35 pytestCheckHook 36 ]; 37 38 - pytestFlagsArray = [ "test/test.py" ]; 39 40 # tests access network 41 doCheck = false; 42 43 - pythonImportsCheck = [ "tibber" ]; 44 45 meta = with lib; { 46 description = "Python library to communicate with Tibber";
··· 12 13 buildPythonPackage rec { 14 pname = "pytibber"; 15 + version = "0.21.0"; 16 + format = "setuptools"; 17 18 disabled = pythonOlder "3.7"; 19 ··· 21 owner = "Danielhiversen"; 22 repo = "pyTibber"; 23 rev = version; 24 + sha256 = "sha256-lUe79VHlK/2/1SZfC+Ha+27NUoIKoTlqn75XA/mPCNU="; 25 }; 26 27 propagatedBuildInputs = [ ··· 36 pytestCheckHook 37 ]; 38 39 + pytestFlagsArray = [ 40 + "test/test.py" 41 + ]; 42 43 # tests access network 44 doCheck = false; 45 46 + pythonImportsCheck = [ 47 + "tibber" 48 + ]; 49 50 meta = with lib; { 51 description = "Python library to communicate with Tibber";