python310Packages.opensensemap-api: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-25 10:51:22 +01:00
parent fde05a82c4
commit f6cf2ae8a5
@@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-KSukSPpSbfbEEqTq4zqqo8OT7ptdPrGy2QyQYjErQWI=";
hash = "sha256-KSukSPpSbfbEEqTq4zqqo8OT7ptdPrGy2QyQYjErQWI=";
};
propagatedBuildInputs = [
@@ -23,7 +23,7 @@ buildPythonPackage rec {
async-timeout
];
# no tests are present
# Module has no tests
doCheck = false;
pythonImportsCheck = [
@@ -37,6 +37,7 @@ buildPythonPackage rec {
available information from the sensor can be retrieved.
'';
homepage = "https://github.com/home-assistant-ecosystem/python-opensensemap-api";
changelog = "https://github.com/home-assistant-ecosystem/python-opensensemap-api/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};