python312Packages.aioswitcher: 3.4.3 -> 4.0.3
Diff: https://github.com/TomerFi/aioswitcher/compare/refs/tags/3.4.3...4.0.3 Changelog: https://github.com/TomerFi/aioswitcher/releases/tag/4.0.0 https://github.com/TomerFi/aioswitcher/releases/tag/4.0.1 https://github.com/TomerFi/aioswitcher/releases/tag/4.0.2 https://github.com/TomerFi/aioswitcher/releases/tag/4.0.3
This commit is contained in:
committed by
Robert Schütz
parent
e7950393af
commit
2e5066e870
@@ -1,13 +1,15 @@
|
||||
{
|
||||
lib,
|
||||
aiohttp,
|
||||
assertpy,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
freezegun,
|
||||
poetry-core,
|
||||
pycryptodome,
|
||||
pytest-asyncio,
|
||||
pytest-mockservers,
|
||||
pytest-resource-path,
|
||||
pytest-sugar,
|
||||
pytestCheckHook,
|
||||
pythonAtLeast,
|
||||
pythonOlder,
|
||||
@@ -16,21 +18,28 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aioswitcher";
|
||||
version = "3.4.3";
|
||||
version = "4.0.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "TomerFi";
|
||||
repo = pname;
|
||||
repo = "aioswitcher";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-yKHSExtnO9m8Tc3BmCqV8tJs59ynKOqUmekaOatGRTc=";
|
||||
hash = "sha256-QSnroxVHlfZd6QDaqUTMyoctiEsxWmGmFxzql1YIAD0=";
|
||||
};
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
pythonRelaxDeps = [ "aiohttp" ];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
pycryptodome
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
export TZ=Asia/Jerusalem
|
||||
@@ -38,10 +47,10 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
assertpy
|
||||
freezegun
|
||||
pytest-asyncio
|
||||
pytest-mockservers
|
||||
pytest-resource-path
|
||||
pytest-sugar
|
||||
pytestCheckHook
|
||||
time-machine
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user