python312Packages.dissect: 3.16.1 -> 3.17 (#357064)

This commit is contained in:
Fabian Affolter 2024-11-19 18:24:30 +01:00 committed by GitHub
commit 17840289bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 28 additions and 21 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dissect-btrfs"; pname = "dissect-btrfs";
version = "1.5"; version = "1.6";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "fox-it"; owner = "fox-it";
repo = "dissect.btrfs"; repo = "dissect.btrfs";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-k5GckcnWsXM6WC129zLXjUxNVcNRmLPp72gSUJBtExo="; hash = "sha256-p7gtzZhKOovA+BcM7jYdicP301ueMS1IMGkBbmOxaIA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [

View File

@ -10,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dissect-cstruct"; pname = "dissect-cstruct";
version = "4.2"; version = "4.3";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it"; owner = "fox-it";
repo = "dissect.cstruct"; repo = "dissect.cstruct";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-HYBt1ok2ytqBodHwpBPQqjm9fNPkE6ID2j9Bn2sm7wA="; hash = "sha256-Y6maLjugnso3cc9zyiZ/6AdrftYAAImYNBDXPJdTuWc=";
}; };
build-system = [ build-system = [

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
version = "3.12"; version = "3.12";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.11"; disabled = pythonOlder "3.12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fox-it"; owner = "fox-it";

View File

@ -14,7 +14,7 @@ buildPythonPackage rec {
version = "3.11"; version = "3.11";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.10"; disabled = pythonOlder "3.11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fox-it"; owner = "fox-it";

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
version = "3.10"; version = "3.10";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fox-it"; owner = "fox-it";

View File

@ -38,12 +38,19 @@ buildPythonPackage rec {
pythonImportsCheck = [ "dissect.shellitem" ]; pythonImportsCheck = [ "dissect.shellitem" ];
disabledTests = [
# Windows-specific tests
"test_xp_remote_lnk_file"
"test_xp_remote_lnk_dir"
"test_win7_local_lnk_dir"
];
meta = with lib; { meta = with lib; {
description = "Dissect module implementing a parser for the Shellitem structures"; description = "Dissect module implementing a parser for the Shellitem structures";
mainProgram = "parse-lnk";
homepage = "https://github.com/fox-it/dissect.shellitem"; homepage = "https://github.com/fox-it/dissect.shellitem";
changelog = "https://github.com/fox-it/dissect.shellitem/releases/tag/${version}"; changelog = "https://github.com/fox-it/dissect.shellitem/releases/tag/${version}";
license = licenses.agpl3Only; license = licenses.agpl3Only;
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
mainProgram = "parse-lnk";
}; };
} }

View File

@ -44,7 +44,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dissect-target"; pname = "dissect-target";
version = "3.19"; version = "3.20";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "fox-it"; owner = "fox-it";
repo = "dissect.target"; repo = "dissect.target";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-D5YgCAKcnPyBrZTpcSuvKfWfIIcCxKGxn+mj8Jqzmws="; hash = "sha256-/7pXOyhhFAKZJYgeW8QLriSicR1mB8pwK8EHkTz0Gko=";
}; };
postPatch = '' postPatch = ''

View File

@ -10,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dissect-util"; pname = "dissect-util";
version = "3.18"; version = "3.19";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it"; owner = "fox-it";
repo = "dissect.util"; repo = "dissect.util";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-w7anXPlZZgGtpGhBuu+sA7mz02QgpUdePyJp7f03jOA="; hash = "sha256-z/dYYC3s4R7j2c5HBFlAStcur2AS57AOYndsRlj/Htw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
version = "3.10"; version = "3.10";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fox-it"; owner = "fox-it";

View File

@ -12,16 +12,16 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dissect-volume"; pname = "dissect-volume";
version = "3.12"; version = "3.13";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.12"; disabled = pythonOlder "3.13";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fox-it"; owner = "fox-it";
repo = "dissect.volume"; repo = "dissect.volume";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-IhG2FZdCmYrGxHc2i+ERhphxP/uGgOY67epHEWnQXb0="; hash = "sha256-uTbXvJ8lP4ir9rTToDGYXD837Z1fzi+Eh6cASg+jxdc=";
}; };
build-system = [ build-system = [

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
version = "3.11"; version = "3.11";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.10"; disabled = pythonOlder "3.11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fox-it"; owner = "fox-it";

View File

@ -35,7 +35,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dissect"; pname = "dissect";
version = "3.16.1"; version = "3.17";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -44,7 +44,7 @@ buildPythonPackage rec {
owner = "fox-it"; owner = "fox-it";
repo = "dissect"; repo = "dissect";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-OpTznjOVV3hyreJv4WCHwP09ULMTz+vjjcmBtYL685E="; hash = "sha256-0AVdihnnH3LMqHKwX5Ll4Nwt8LYfW4GktECvVCyyex8=";
}; };
pythonRelaxDeps = true; pythonRelaxDeps = true;

View File

@ -20,7 +20,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "flow-record"; pname = "flow-record";
version = "3.17"; version = "3.18";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "fox-it"; owner = "fox-it";
repo = "flow.record"; repo = "flow.record";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-fFP2bdO4wTR9Y+9no3FabtVmLicTD76Jw5aWDMPOB0w="; hash = "sha256-tEKmwDZOoGIXfJqxIat6WTbEv4EkiwkJGMpNxfv2Zd0=";
}; };
build-system = [ build-system = [