File tree Expand file tree Collapse file tree 13 files changed +28
-21
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 13 files changed +28
-21
lines changed Original file line number Diff line number Diff line change 1414
1515buildPythonPackage rec {
1616 pname = "dissect-btrfs" ;
17- version = "1.5 " ;
17+ version = "1.6 " ;
1818 pyproject = true ;
1919
2020 disabled = pythonOlder "3.7" ;
@@ -23,7 +23,7 @@ buildPythonPackage rec {
2323 owner = "fox-it" ;
2424 repo = "dissect.btrfs" ;
2525 rev = "refs/tags/${ version } " ;
26- hash = "sha256-k5GckcnWsXM6WC129zLXjUxNVcNRmLPp72gSUJBtExo =" ;
26+ hash = "sha256-p7gtzZhKOovA+BcM7jYdicP301ueMS1IMGkBbmOxaIA =" ;
2727 } ;
2828
2929 nativeBuildInputs = [
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "dissect-cstruct" ;
13- version = "4.2 " ;
13+ version = "4.3 " ;
1414 pyproject = true ;
1515
1616 disabled = pythonOlder "3.9" ;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
1919 owner = "fox-it" ;
2020 repo = "dissect.cstruct" ;
2121 rev = "refs/tags/${ version } " ;
22- hash = "sha256-HYBt1ok2ytqBodHwpBPQqjm9fNPkE6ID2j9Bn2sm7wA =" ;
22+ hash = "sha256-Y6maLjugnso3cc9zyiZ/6AdrftYAAImYNBDXPJdTuWc =" ;
2323 } ;
2424
2525 build-system = [
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildPythonPackage rec {
1515 version = "3.12" ;
1616 format = "pyproject" ;
1717
18- disabled = pythonOlder "3.11 " ;
18+ disabled = pythonOlder "3.12 " ;
1919
2020 src = fetchFromGitHub {
2121 owner = "fox-it" ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildPythonPackage rec {
1414 version = "3.11" ;
1515 pyproject = true ;
1616
17- disabled = pythonOlder "3.10 " ;
17+ disabled = pythonOlder "3.11 " ;
1818
1919 src = fetchFromGitHub {
2020 owner = "fox-it" ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildPythonPackage rec {
1515 version = "3.10" ;
1616 pyproject = true ;
1717
18- disabled = pythonOlder "3.9 " ;
18+ disabled = pythonOlder "3.10 " ;
1919
2020 src = fetchFromGitHub {
2121 owner = "fox-it" ;
Original file line number Diff line number Diff line change @@ -38,12 +38,19 @@ buildPythonPackage rec {
3838
3939 pythonImportsCheck = [ "dissect.shellitem" ] ;
4040
41+ disabledTests = [
42+ # Windows-specific tests
43+ "test_xp_remote_lnk_file"
44+ "test_xp_remote_lnk_dir"
45+ "test_win7_local_lnk_dir"
46+ ] ;
47+
4148 meta = with lib ; {
4249 description = "Dissect module implementing a parser for the Shellitem structures" ;
43- mainProgram = "parse-lnk" ;
4450 homepage = "https://github.com/fox-it/dissect.shellitem" ;
4551 changelog = "https://github.com/fox-it/dissect.shellitem/releases/tag/${ version } " ;
4652 license = licenses . agpl3Only ;
4753 maintainers = with maintainers ; [ fab ] ;
54+ mainProgram = "parse-lnk" ;
4855 } ;
4956}
Original file line number Diff line number Diff line change 4444
4545buildPythonPackage rec {
4646 pname = "dissect-target" ;
47- version = "3.19 " ;
47+ version = "3.20 " ;
4848 pyproject = true ;
4949
5050 disabled = pythonOlder "3.9" ;
@@ -53,7 +53,7 @@ buildPythonPackage rec {
5353 owner = "fox-it" ;
5454 repo = "dissect.target" ;
5555 rev = "refs/tags/${ version } " ;
56- hash = "sha256-D5YgCAKcnPyBrZTpcSuvKfWfIIcCxKGxn+mj8Jqzmws =" ;
56+ hash = "sha256-/7pXOyhhFAKZJYgeW8QLriSicR1mB8pwK8EHkTz0Gko =" ;
5757 } ;
5858
5959 postPatch = ''
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "dissect-util" ;
13- version = "3.18 " ;
13+ version = "3.19 " ;
1414 format = "pyproject" ;
1515
1616 disabled = pythonOlder "3.9" ;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
1919 owner = "fox-it" ;
2020 repo = "dissect.util" ;
2121 rev = "refs/tags/${ version } " ;
22- hash = "sha256-w7anXPlZZgGtpGhBuu+sA7mz02QgpUdePyJp7f03jOA =" ;
22+ hash = "sha256-z/dYYC3s4R7j2c5HBFlAStcur2AS57AOYndsRlj/Htw =" ;
2323 } ;
2424
2525 nativeBuildInputs = [
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildPythonPackage rec {
1515 version = "3.10" ;
1616 format = "pyproject" ;
1717
18- disabled = pythonOlder "3.9 " ;
18+ disabled = pythonOlder "3.10 " ;
1919
2020 src = fetchFromGitHub {
2121 owner = "fox-it" ;
Original file line number Diff line number Diff line change 1212
1313buildPythonPackage rec {
1414 pname = "dissect-volume" ;
15- version = "3.12 " ;
15+ version = "3.13 " ;
1616 pyproject = true ;
1717
18- disabled = pythonOlder "3.12 " ;
18+ disabled = pythonOlder "3.13 " ;
1919
2020 src = fetchFromGitHub {
2121 owner = "fox-it" ;
2222 repo = "dissect.volume" ;
2323 rev = "refs/tags/${ version } " ;
24- hash = "sha256-IhG2FZdCmYrGxHc2i+ERhphxP/uGgOY67epHEWnQXb0 =" ;
24+ hash = "sha256-uTbXvJ8lP4ir9rTToDGYXD837Z1fzi+Eh6cASg+jxdc =" ;
2525 } ;
2626
2727 build-system = [
You can’t perform that action at this time.
0 commit comments