python3Packages.aioamazondevices: 13.4.3 -> 13.5.0 (#518851)
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
{
|
||||
aiohttp,
|
||||
anyio,
|
||||
beautifulsoup4,
|
||||
buildPythonPackage,
|
||||
colorlog,
|
||||
fetchFromGitHub,
|
||||
httpx,
|
||||
langcodes,
|
||||
lib,
|
||||
orjson,
|
||||
@@ -16,27 +15,27 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aioamazondevices";
|
||||
version = "13.4.3";
|
||||
version = "13.5.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "chemelli74";
|
||||
repo = "aioamazondevices";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-AH5edWwVEMo/TpnVbcOEC/oYI4DOQ5nqFfoFKeoI3Ok=";
|
||||
hash = "sha256-+71t47H4/idWeef8Nf+4TVHB0xEe5mWCQ271ECm3jOg=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
anyio
|
||||
beautifulsoup4
|
||||
colorlog
|
||||
httpx
|
||||
langcodes
|
||||
orjson
|
||||
python-dateutil
|
||||
];
|
||||
]
|
||||
++ httpx.optional-dependencies.http2;
|
||||
|
||||
pythonImportsCheck = [ "aioamazondevices" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user