From 0fdc0090a28013956141672ba3d87a1df486b283 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 22 Jul 2024 12:02:52 +0200 Subject: [PATCH 1/2] python312Packages.playwrightcapture: 1.25.4 -> 1.25.8 Diff: https://github.com/Lookyloo/PlaywrightCapture/compare/refs/tags/v1.25.4...v1.25.8 Changelog: https://github.com/Lookyloo/PlaywrightCapture/releases/tag/v1.25.8 --- pkgs/development/python-modules/playwrightcapture/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/playwrightcapture/default.nix b/pkgs/development/python-modules/playwrightcapture/default.nix index 7304c79a8741..784ba319a271 100644 --- a/pkgs/development/python-modules/playwrightcapture/default.nix +++ b/pkgs/development/python-modules/playwrightcapture/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "playwrightcapture"; - version = "1.25.4"; + version = "1.25.8"; pyproject = true; disabled = pythonOlder "3.8"; @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "Lookyloo"; repo = "PlaywrightCapture"; rev = "refs/tags/v${version}"; - hash = "sha256-PKox2vfmqyjdsvV7O/exPu7Y7ArzpiywfkTHucRTudo="; + hash = "sha256-KuhcAhnpvM9pEzqr7Ke7aFuQ3WLbaAHEzThr5Idl+zU="; }; pythonRelaxDeps = [ From 4f47d50ea4c6f2572ad69a6a50d7259a2ef02a93 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 22 Jul 2024 12:05:55 +0200 Subject: [PATCH 2/2] python312Packages.lacuscore: 1.10.0 -> 1.10.6 Diff: https://github.com/ail-project/LacusCore/compare/refs/tags/v1.10.0...v1.10.6 Changelog: https://github.com/ail-project/LacusCore/releases/tag/v1.10.6 --- pkgs/development/python-modules/lacuscore/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/lacuscore/default.nix b/pkgs/development/python-modules/lacuscore/default.nix index 9a6db9930256..5525419d46ad 100644 --- a/pkgs/development/python-modules/lacuscore/default.nix +++ b/pkgs/development/python-modules/lacuscore/default.nix @@ -7,6 +7,7 @@ fetchFromGitHub, playwrightcapture, poetry-core, + pydantic, pythonOlder, redis, requests, @@ -16,7 +17,7 @@ buildPythonPackage rec { pname = "lacuscore"; - version = "1.10.0"; + version = "1.10.6"; pyproject = true; disabled = pythonOlder "3.8"; @@ -25,10 +26,11 @@ buildPythonPackage rec { owner = "ail-project"; repo = "LacusCore"; rev = "refs/tags/v${version}"; - hash = "sha256-hbMMKV/LJSfCgl293Tm4kkpwoYYpgydV/reri9ONj+4="; + hash = "sha256-lFtj1xIvKnXMtb/fcQWSXKKV8Ne6cSHbKYwLFY4M07M="; }; pythonRelaxDeps = [ + "pydantic" "redis" "requests" ]; @@ -41,6 +43,7 @@ buildPythonPackage rec { defang dnspython playwrightcapture + pydantic redis requests sphinx