Skip to content

Commit

Permalink
python312Packages.dissect: 3.16.1 -> 3.17 (#357064)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Nov 19, 2024
2 parents b5b85d0 + b172e87 commit 1784028
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 21 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/dissect-btrfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "dissect-btrfs";
version = "1.5";
version = "1.6";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.btrfs";
rev = "refs/tags/${version}";
hash = "sha256-k5GckcnWsXM6WC129zLXjUxNVcNRmLPp72gSUJBtExo=";
hash = "sha256-p7gtzZhKOovA+BcM7jYdicP301ueMS1IMGkBbmOxaIA=";
};

nativeBuildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/dissect-cstruct/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

buildPythonPackage rec {
pname = "dissect-cstruct";
version = "4.2";
version = "4.3";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.cstruct";
rev = "refs/tags/${version}";
hash = "sha256-HYBt1ok2ytqBodHwpBPQqjm9fNPkE6ID2j9Bn2sm7wA=";
hash = "sha256-Y6maLjugnso3cc9zyiZ/6AdrftYAAImYNBDXPJdTuWc=";
};

build-system = [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/dissect-extfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildPythonPackage rec {
version = "3.12";
format = "pyproject";

disabled = pythonOlder "3.11";
disabled = pythonOlder "3.12";

src = fetchFromGitHub {
owner = "fox-it";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/dissect-fat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildPythonPackage rec {
version = "3.11";
pyproject = true;

disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";

src = fetchFromGitHub {
owner = "fox-it";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/dissect-ffs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildPythonPackage rec {
version = "3.10";
pyproject = true;

disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";

src = fetchFromGitHub {
owner = "fox-it";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,19 @@ buildPythonPackage rec {

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; {
description = "Dissect module implementing a parser for the Shellitem structures";
mainProgram = "parse-lnk";
homepage = "https://github.com/fox-it/dissect.shellitem";
changelog = "https://github.com/fox-it/dissect.shellitem/releases/tag/${version}";
license = licenses.agpl3Only;
maintainers = with maintainers; [ fab ];
mainProgram = "parse-lnk";
};
}
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/dissect-target/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

buildPythonPackage rec {
pname = "dissect-target";
version = "3.19";
version = "3.20";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.target";
rev = "refs/tags/${version}";
hash = "sha256-D5YgCAKcnPyBrZTpcSuvKfWfIIcCxKGxn+mj8Jqzmws=";
hash = "sha256-/7pXOyhhFAKZJYgeW8QLriSicR1mB8pwK8EHkTz0Gko=";
};

postPatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/dissect-util/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

buildPythonPackage rec {
pname = "dissect-util";
version = "3.18";
version = "3.19";
format = "pyproject";

disabled = pythonOlder "3.9";
Expand All @@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.util";
rev = "refs/tags/${version}";
hash = "sha256-w7anXPlZZgGtpGhBuu+sA7mz02QgpUdePyJp7f03jOA=";
hash = "sha256-z/dYYC3s4R7j2c5HBFlAStcur2AS57AOYndsRlj/Htw=";
};

nativeBuildInputs = [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/dissect-vmfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildPythonPackage rec {
version = "3.10";
format = "pyproject";

disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";

src = fetchFromGitHub {
owner = "fox-it";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/dissect-volume/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

buildPythonPackage rec {
pname = "dissect-volume";
version = "3.12";
version = "3.13";
pyproject = true;

disabled = pythonOlder "3.12";
disabled = pythonOlder "3.13";

src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.volume";
rev = "refs/tags/${version}";
hash = "sha256-IhG2FZdCmYrGxHc2i+ERhphxP/uGgOY67epHEWnQXb0=";
hash = "sha256-uTbXvJ8lP4ir9rTToDGYXD837Z1fzi+Eh6cASg+jxdc=";
};

build-system = [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/dissect-xfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildPythonPackage rec {
version = "3.11";
pyproject = true;

disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";

src = fetchFromGitHub {
owner = "fox-it";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/dissect/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

buildPythonPackage rec {
pname = "dissect";
version = "3.16.1";
version = "3.17";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -44,7 +44,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect";
rev = "refs/tags/${version}";
hash = "sha256-OpTznjOVV3hyreJv4WCHwP09ULMTz+vjjcmBtYL685E=";
hash = "sha256-0AVdihnnH3LMqHKwX5Ll4Nwt8LYfW4GktECvVCyyex8=";
};

pythonRelaxDeps = true;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/flow-record/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

buildPythonPackage rec {
pname = "flow-record";
version = "3.17";
version = "3.18";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "flow.record";
rev = "refs/tags/${version}";
hash = "sha256-fFP2bdO4wTR9Y+9no3FabtVmLicTD76Jw5aWDMPOB0w=";
hash = "sha256-tEKmwDZOoGIXfJqxIat6WTbEv4EkiwkJGMpNxfv2Zd0=";
};

build-system = [
Expand Down

0 comments on commit 1784028

Please sign in to comment.