From 5ca627ad2b43c104d6d9960106bf918fe93ae3ca Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Dec 2023 21:08:49 +0100 Subject: [PATCH 1/3] python311Packages.dissect-util: 3.12 -> 3.13 Diff: https://github.com/fox-it/dissect.util/compare/refs/tags/3.12...3.13 Changelog: https://github.com/fox-it/dissect.util/releases/tag/3.13 --- pkgs/development/python-modules/dissect-util/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dissect-util/default.nix b/pkgs/development/python-modules/dissect-util/default.nix index bfbc76b73c92..94c193b5b191 100644 --- a/pkgs/development/python-modules/dissect-util/default.nix +++ b/pkgs/development/python-modules/dissect-util/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "dissect-util"; - version = "3.12"; + version = "3.13"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.util"; rev = "refs/tags/${version}"; - hash = "sha256-rso6TIw8cQnkb58KtGKOfzIzpqJLW05L9sRWIGX3teA="; + hash = "sha256-GUDYr3lP0BV7zJaaUen78CplRA7jfn1zYes7kczNGEU="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; From 994fc1f931869d8c01096ee5099141c6f87c04ef Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Dec 2023 21:14:39 +0100 Subject: [PATCH 2/3] python311Packages.dissect-target: 3.13 -> 3.14 Diff: https://github.com/fox-it/dissect.target/compare/refs/tags/3.13...3.14 Changelog: https://github.com/fox-it/dissect.target/releases/tag/3.14 --- .../development/python-modules/dissect-target/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/dissect-target/default.nix b/pkgs/development/python-modules/dissect-target/default.nix index dfb7f7867534..3aa4c39b9f52 100644 --- a/pkgs/development/python-modules/dissect-target/default.nix +++ b/pkgs/development/python-modules/dissect-target/default.nix @@ -39,8 +39,8 @@ buildPythonPackage rec { pname = "dissect-target"; - version = "3.13"; - format = "pyproject"; + version = "3.14"; + pyproject = true; disabled = pythonOlder "3.9"; @@ -48,7 +48,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.target"; rev = "refs/tags/${version}"; - hash = "sha256-4dtKAFhxaS8PRoeLY6ZYrE/4P1pbcii1gWQ9RRVOBzs="; + hash = "sha256-vp1upVwohMXFKxlHy5lWmigdq9MUk1UknSsPpCXt50s="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; @@ -123,7 +123,7 @@ buildPythonPackage rec { disabledTestPaths = [ # Tests are using Windows paths - "tests/test_plugins_browsers.py" + "tests/plugins/apps/browser/test_browser.py" ]; meta = with lib; { From 3e4e8411244ca4e3969ab71deeff33330634b53a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Dec 2023 21:15:36 +0100 Subject: [PATCH 3/3] python311Packages.acquire: 3.10 -> 3.11 Changelog: https://github.com/fox-it/acquire/releases/tag/3.11 --- pkgs/development/python-modules/acquire/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/acquire/default.nix b/pkgs/development/python-modules/acquire/default.nix index 87e1ef293071..4aacc5c46b21 100644 --- a/pkgs/development/python-modules/acquire/default.nix +++ b/pkgs/development/python-modules/acquire/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "acquire"; - version = "3.10"; + version = "3.11"; pyproject = true; disabled = pythonOlder "3.9"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "acquire"; rev = "refs/tags/${version}"; - hash = "sha256-8fvVK/mH+pgPaaxNKvKOw1qU0ElWAmNVP6YAqvBTwio="; + hash = "sha256-0aLPDh9lrKpHo97VFFwCmPXyXXNFGgkdjoppzm3BCTo="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version;