python312Packages.denonavr: 0.11.6 -> 1.0.0 (#344352)

This commit is contained in:
OTABI Tomoya 2024-09-29 12:22:11 +09:00 committed by GitHub
commit c9e3e5ae7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "denonavr";
version = "0.11.6";
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -28,14 +28,14 @@ buildPythonPackage rec {
owner = "ol-iver";
repo = "denonavr";
rev = "refs/tags/${version}";
hash = "sha256-VxoRK1qeGrIunsiCzeZJUHxW/sxk+PFpntInL+G/yI8=";
hash = "sha256-/K2pz3B4H205grDeuMWZmEeA4wJqKhP0XdpmbqFguTM=";
};
pythonRelaxDeps = [ "defusedxml" ];
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
asyncstdlib
attrs
defusedxml
@ -57,7 +57,7 @@ buildPythonPackage rec {
description = "Automation Library for Denon AVR receivers";
homepage = "https://github.com/ol-iver/denonavr";
changelog = "https://github.com/ol-iver/denonavr/releases/tag/${version}";
license = with licenses; [ mit ];
license = licenses.mit;
maintainers = with maintainers; [ colemickens ];
};
}