python3Packages.python-ecobee-api: 0.2.20 -> 0.3.0 (#410809)

authored by dotlambda and committed by GitHub c2a06a27 199f40f7

+3 -3
+3 -3
pkgs/development/python-modules/python-ecobee-api/default.nix
··· 9 10 buildPythonPackage rec { 11 pname = "python-ecobee-api"; 12 - version = "0.2.20"; 13 pyproject = true; 14 15 disabled = pythonOlder "3.8"; ··· 18 owner = "nkgilley"; 19 repo = "python-ecobee-api"; 20 tag = version; 21 - hash = "sha256-ffCd109hweeKJn+nnsVo/kDVg3bam/WONZWJOA2EibE="; 22 }; 23 24 build-system = [ setuptools ]; ··· 33 meta = with lib; { 34 description = "Python API for talking to Ecobee thermostats"; 35 homepage = "https://github.com/nkgilley/python-ecobee-api"; 36 - changelog = "https://github.com/nkgilley/python-ecobee-api/releases/tag/${version}"; 37 license = licenses.mit; 38 maintainers = with maintainers; [ dotlambda ]; 39 };
··· 9 10 buildPythonPackage rec { 11 pname = "python-ecobee-api"; 12 + version = "0.3.0"; 13 pyproject = true; 14 15 disabled = pythonOlder "3.8"; ··· 18 owner = "nkgilley"; 19 repo = "python-ecobee-api"; 20 tag = version; 21 + hash = "sha256-dJ7dVceYfmJHvk2OEXtRW/U8h2jFDc2aC58WmqhyP+k="; 22 }; 23 24 build-system = [ setuptools ]; ··· 33 meta = with lib; { 34 description = "Python API for talking to Ecobee thermostats"; 35 homepage = "https://github.com/nkgilley/python-ecobee-api"; 36 + changelog = "https://github.com/nkgilley/python-ecobee-api/releases/tag/${src.tag}"; 37 license = licenses.mit; 38 maintainers = with maintainers; [ dotlambda ]; 39 };