Merge pull request #220255 from dotlambda/fritzconnection-1.12.0

python310Packages.fritzconnection: 1.11.0 -> 1.12.0

authored by Robert Scott and committed by GitHub 643b9afc 5106aa20

+7 -3
+7 -3
pkgs/development/python-modules/fritzconnection/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "fritzconnection"; 11 - version = "1.11.0"; 12 format = "setuptools"; 13 14 disabled = pythonOlder "3.6"; ··· 17 owner = "kbr"; 18 repo = pname; 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-BHlOX5STnKaIOM5tiBZ9JHNQIYVZfIPDMuSw6DAJliA="; 21 }; 22 23 propagatedBuildInputs = [ ··· 28 pytestCheckHook 29 ]; 30 31 pythonImportsCheck = [ 32 "fritzconnection" 33 ]; ··· 35 meta = with lib; { 36 description = "Python module to communicate with the AVM Fritz!Box"; 37 homepage = "https://github.com/kbr/fritzconnection"; 38 - changelog = "https://fritzconnection.readthedocs.io/en/${version}/sources/changes.html"; 39 license = licenses.mit; 40 maintainers = with maintainers; [ dotlambda valodim ]; 41 };
··· 8 9 buildPythonPackage rec { 10 pname = "fritzconnection"; 11 + version = "1.12.0"; 12 format = "setuptools"; 13 14 disabled = pythonOlder "3.6"; ··· 17 owner = "kbr"; 18 repo = pname; 19 rev = "refs/tags/${version}"; 20 + hash = "sha256-1giXmmyuy+qrY6xV3yZn4kcDd6w6l8uCL4ozcZE4N00="; 21 }; 22 23 propagatedBuildInputs = [ ··· 28 pytestCheckHook 29 ]; 30 31 + preCheck = '' 32 + export HOME=$TEMP 33 + ''; 34 + 35 pythonImportsCheck = [ 36 "fritzconnection" 37 ]; ··· 39 meta = with lib; { 40 description = "Python module to communicate with the AVM Fritz!Box"; 41 homepage = "https://github.com/kbr/fritzconnection"; 42 + changelog = "https://fritzconnection.readthedocs.io/en/${version}/sources/version_history.html"; 43 license = licenses.mit; 44 maintainers = with maintainers; [ dotlambda valodim ]; 45 };