Merge pull request #306166 from r-ryantm/auto-update/python311Packages.pydrawise

python311Packages.pydrawise: 2024.3.0 -> 2024.4.0
This commit is contained in:
Fabian Affolter 2024-04-23 09:34:31 +02:00 committed by GitHub
commit 9384740b92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 22 additions and 23 deletions

View File

@ -1,24 +1,25 @@
{ lib
, aiohttp
, aioresponses
, apischema
, buildPythonPackage
, fetchFromGitHub
, freezegun
, gql
, graphql-core
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, requests
, setuptools
, setuptools-scm
{
lib,
aiohttp,
aioresponses,
apischema,
buildPythonPackage,
fetchFromGitHub,
freezegun,
gql,
graphql-core,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
requests,
setuptools,
setuptools-scm,
}:
buildPythonPackage rec {
pname = "pydrawise";
version = "2024.3.0";
format = "pyproject";
version = "2024.4.0";
pyproject = true;
disabled = pythonOlder "3.10";
@ -26,15 +27,15 @@ buildPythonPackage rec {
owner = "dknowles2";
repo = "pydrawise";
rev = "refs/tags/${version}";
hash = "sha256-sL0/LZ7ggUg2OGkIauNLHR7i3l3k4NGvyY2ea1O1m3E=";
hash = "sha256-krePSrMMrMgKDHQSjzH7hSNnRmwyRe0qTDXc0r0+CPU=";
};
nativeBuildInputs = [
build-system = [
setuptools
setuptools-scm
];
propagatedBuildInputs = [
dependencies = [
aiohttp
apischema
gql
@ -49,9 +50,7 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"pydrawise"
];
pythonImportsCheck = [ "pydrawise" ];
meta = with lib; {
description = "Library for interacting with Hydrawise sprinkler controllers through the GraphQL API";