nemorosa: 0.4.1 -> 0.4.3 (#498779)

This commit is contained in:
Bruno BELANYI
2026-03-11 15:07:37 +00:00
committed by GitHub
+8 -3
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "nemorosa";
version = "0.4.1";
version = "0.4.3";
pyproject = true;
src = fetchFromGitHub {
owner = "KyokoMiki";
repo = "nemorosa";
tag = finalAttrs.version;
hash = "sha256-AqFjpEakEZ21iXmIIxhX+ez2aI/RMsLaUoECipQcaM4=";
hash = "sha256-1mP+sdAScXAFp4wjPiSCez6BvzCDgOt/MtGWQv0PD0E=";
};
# Upstream uses overly strict, fresh version specifiers
@@ -29,24 +29,29 @@ python3Packages.buildPythonApplication (finalAttrs: {
dependencies =
with python3Packages;
[
aiohttp
aiolimiter
anyio
apprise
apscheduler
asyncer
beautifulsoup4
defusedxml
deluge-client
fastapi
httpx
humanfriendly
msgspec
platformdirs
qbittorrent-api
reflink-copy
sqlalchemy
tenacity
torf
transmission-rpc
uvicorn
uvloop
]
++ aiohttp.optional-dependencies.speedups
++ beautifulsoup4.optional-dependencies.lxml
++ msgspec.optional-dependencies.yaml
++ sqlalchemy.optional-dependencies.aiosqlite