python313Packages.dissect-shellitem: 3.10 -> 3.11

Changelog: https://github.com/fox-it/dissect.shellitem/releases/tag/3.11
This commit is contained in:
Fabian Affolter
2025-06-26 16:45:45 +02:00
parent 40735a7b52
commit 5ef23936cc
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dissect-shellitem";
version = "3.10";
version = "3.11";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.shellitem";
tag = version;
hash = "sha256-BS+c9QbMMsaoZHyuv6jMxbQFQNJeLt3da8Fq/wwXesQ=";
hash = "sha256-mHcH6lgTyv1DlEccYRitfby7WMJc3/71ef/OurW3EEw=";
};
build-system = [
@@ -38,12 +38,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "dissect.shellitem" ];
disabledTests = [
# Windows-specific tests
"test_xp_remote_lnk_file"
"test_xp_remote_lnk_dir"
"test_win7_local_lnk_dir"
];
# Windows-specific tests
doCheck = false;
meta = with lib; {
description = "Dissect module implementing a parser for the Shellitem structures";