python312Packages.sfrbox-api: 0.0.11 -> 0.0.11
https://github.com/hacf-fr/sfrbox-api/releases/tag/v0.0.11
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
defusedxml,
|
||||
fetchFromGitHub,
|
||||
httpx,
|
||||
mashumaro,
|
||||
poetry-core,
|
||||
pydantic,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sfrbox-api";
|
||||
version = "0.0.10";
|
||||
version = "0.0.11";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@@ -24,20 +24,19 @@ buildPythonPackage rec {
|
||||
owner = "hacf-fr";
|
||||
repo = "sfrbox-api";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-xvtusgqCseXAmiPQBFFZnRS9KmuhzHhZUAj5aaqyFrE=";
|
||||
hash = "sha256-Ec3UOserFijBK6goyM6AMOekfLgjBq8l/9sMKYnj240=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"defusedxml"
|
||||
"pydantic"
|
||||
];
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
dependencies = [
|
||||
defusedxml
|
||||
mashumaro
|
||||
httpx
|
||||
pydantic
|
||||
];
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
|
||||
Reference in New Issue
Block a user