File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1212
1313buildPythonPackage rec {
1414 pname = "dissect-esedb" ;
15- version = "3.15 " ;
15+ version = "3.16 " ;
1616 pyproject = true ;
1717
1818 disabled = pythonOlder "3.9" ;
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121 owner = "fox-it" ;
2222 repo = "dissect.esedb" ;
2323 tag = version ;
24- hash = "sha256-FuJZambygHBBDxmHk2bZ3oJiuB4ca9aduSXqxiBQWIA =" ;
24+ hash = "sha256-jLv62/3U89sbmcHAA2YYwVPLlLj85nMn4PRE565ppw4 =" ;
2525 } ;
2626
2727 nativeBuildInputs = [
Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ buildPythonPackage rec {
4040
4141 pythonImportsCheck = [ "dissect.etl" ] ;
4242
43+ disabledTests = [
44+ # Invalid header magic
45+ "test_sqlite"
46+ "test_empty"
47+ ] ;
48+
4349 meta = with lib ; {
4450 description = "Dissect module implementing a parser for Event Trace Log (ETL) files" ;
4551 homepage = "https://github.com/fox-it/dissect.etl" ;
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "dissect-util" ;
13- version = "3.19 " ;
13+ version = "3.21 " ;
1414 format = "pyproject" ;
1515
1616 disabled = pythonOlder "3.9" ;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
1919 owner = "fox-it" ;
2020 repo = "dissect.util" ;
2121 tag = version ;
22- hash = "sha256-z/dYYC3s4R7j2c5HBFlAStcur2AS57AOYndsRlj/Htw =" ;
22+ hash = "sha256-DCe1V3ZQxr2uQ5L4Lucqu0E1jVo7P6cEwC+4tuBmmqI =" ;
2323 } ;
2424
2525 nativeBuildInputs = [
@@ -31,6 +31,11 @@ buildPythonPackage rec {
3131
3232 pythonImportsCheck = [ "dissect.util" ] ;
3333
34+ disabledTests = [
35+ # File handling issue
36+ "test_cpio_formats"
37+ ] ;
38+
3439 meta = with lib ; {
3540 description = "Dissect module implementing various utility functions for the other Dissect modules" ;
3641 mainProgram = "dump-nskeyedarchiver" ;
You can’t perform that action at this time.
0 commit comments