python311Packages.volvooncall: update disabled

- add changelog to meta
This commit is contained in:
Fabian Affolter 2023-05-11 05:24:11 +02:00
parent 1785a17fbd
commit 36593330c7

View File

@ -20,7 +20,7 @@ buildPythonPackage rec {
version = "0.10.3";
format = "setuptools";
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "molobrakos";
@ -30,7 +30,7 @@ buildPythonPackage rec {
};
patches = [
# Remove async, https://github.com/molobrakos/volvooncall/pull/92
# Remove asynctest, https://github.com/molobrakos/volvooncall/pull/92
(fetchpatch {
name = "remove-asnyc.patch";
url = "https://github.com/molobrakos/volvooncall/commit/ef0df403250288c00ed4c600e9dfa79dcba8941e.patch";
@ -67,6 +67,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Retrieve information from the Volvo On Call web service";
homepage = "https://github.com/molobrakos/volvooncall";
changelog = "https://github.com/molobrakos/volvooncall/releases/tag/v${version}";
license = licenses.unlicense;
maintainers = with maintainers; [ dotlambda ];
};