Merge pull request #208821 from fabaff/reolink-aio

python310Packages.reolink-aio: init at 0.1.1

authored by Fabian Affolter and committed by GitHub 1f72e857 0f01ae78

+72 -2
+3 -2
pkgs/development/python-modules/reolink/default.nix
··· 20 20 owner = "fwestenberg"; 21 21 repo = pname; 22 22 rev = "refs/tags/v${version}"; 23 - sha256 = "sha256-XUYTDHh0oTro6BT+h4LjRdMukOZTlWP+giFpjLciZNQ="; 23 + hash = "sha256-XUYTDHh0oTro6BT+h4LjRdMukOZTlWP+giFpjLciZNQ="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [ ··· 61 61 ]; 62 62 63 63 meta = with lib; { 64 - description = "Python module to interact with the Reolink IP camera API"; 64 + description = "Module to interact with the Reolink IP camera API"; 65 65 homepage = "https://github.com/fwestenberg/reolink"; 66 + changelog = "https://github.com/fwestenberg/reolink/releases/tag/v${version}"; 66 67 license = with licenses; [ mit ]; 67 68 maintainers = with maintainers; [ fab ]; 68 69 };
+2
pkgs/top-level/python-packages.nix
··· 9759 9759 9760 9760 reolink = callPackage ../development/python-modules/reolink { }; 9761 9761 9762 + reolink-aio = callPackage ../development/python-modules/reolink-aio { }; 9763 + 9762 9764 reparser = callPackage ../development/python-modules/reparser { }; 9763 9765 9764 9766 repeated-test = callPackage ../development/python-modules/repeated-test { };