upsies: 2025.04.21 -> 2025.09.20

+6 -7
+6 -7
pkgs/by-name/up/upsies/package.nix
··· 17 17 in 18 18 python3Packages.buildPythonApplication rec { 19 19 pname = "upsies"; 20 - version = "2025.04.21"; 20 + version = "2025.09.20"; 21 21 pyproject = true; 22 22 23 23 src = fetchFromGitea { ··· 25 25 owner = "plotski"; 26 26 repo = "upsies"; 27 27 tag = "v${version}"; 28 - hash = "sha256-gjv0HOFV1VdfhVejGbV2+bMxP9BPfB3/3p6nOAYMS34="; 28 + hash = "sha256-g6LS/kJ13IfmDxPJ6hnX4rSxr6TroPM+sIwQeqdHNVs="; 29 29 }; 30 30 31 31 patches = [ ··· 37 37 }) 38 38 ]; 39 39 40 - build-system = with python3Packages; [ 41 - setuptools 42 - ]; 40 + build-system = with python3Packages; [ setuptools ]; 43 41 44 42 dependencies = with python3Packages; [ 45 43 aiobtclientapi ··· 65 63 with python3Packages; 66 64 [ 67 65 pytest-asyncio 66 + pytest-cov-stub 67 + pytest-httpserver 68 68 pytest-mock 69 69 pytest-timeout 70 - pytest-httpserver 71 70 pytestCheckHook 72 71 trustme 73 72 ] ··· 94 93 meta = with lib; { 95 94 description = "Toolkit for collecting, generating, normalizing and sharing video metadata"; 96 95 homepage = "https://upsies.readthedocs.io/"; 97 - license = with licenses; [ gpl3Plus ]; 96 + license = licenses.gpl3Plus; 98 97 mainProgram = "upsies"; 99 98 maintainers = with maintainers; [ ambroisie ]; 100 99 };