mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.pyoverkiz: 1.20.6 -> 2.0.3
https://github.com/iMicknl/python-overkiz-api/releases/tag/v2.0.3
This commit is contained in:
parent
b1c4d54550
commit
22fcb50a33
1 changed files with 11 additions and 6 deletions
|
|
@ -5,9 +5,9 @@
|
|||
backoff,
|
||||
boto3,
|
||||
buildPythonPackage,
|
||||
cattrs,
|
||||
fetchFromGitHub,
|
||||
hatchling,
|
||||
pyhumps,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
warrant-lite,
|
||||
|
|
@ -15,14 +15,14 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pyoverkiz";
|
||||
version = "1.20.6";
|
||||
version = "2.0.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "iMicknl";
|
||||
repo = "python-overkiz-api";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-Zbz4l5bPvFQaek6/Nbn+PzAzLS3l2PyetuxOBVsuLPk=";
|
||||
hash = "sha256-kKaT9YimH9o5yI7x9T9TSrcvwKEQ5M/HRnZp5S4xbGE=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
|
@ -31,11 +31,16 @@ buildPythonPackage (finalAttrs: {
|
|||
aiohttp
|
||||
attrs
|
||||
backoff
|
||||
boto3
|
||||
pyhumps
|
||||
warrant-lite
|
||||
cattrs
|
||||
];
|
||||
|
||||
optional-dependencies = {
|
||||
nexity = [
|
||||
boto3
|
||||
warrant-lite
|
||||
];
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue