dissect 3.19.dev2__tar.gz → 3.20__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dissect
3
- Version: 3.19.dev2
3
+ Version: 3.20
4
4
  Summary: Dissect is a digital forensics & incident response framework and toolset that allows you to quickly access and analyse forensic artefacts from various disk and file formats, developed by Fox-IT (part of NCC Group)
5
5
  Author-email: Dissect Team <dissect@fox-it.com>
6
6
  License: Affero General Public License v3
@@ -22,39 +22,36 @@ Requires-Python: ~=3.9
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
24
  License-File: COPYRIGHT
25
- Requires-Dist: dissect.archive==1.6
26
- Requires-Dist: dissect.btrfs==1.7
25
+ Requires-Dist: dissect.archive==1.7
26
+ Requires-Dist: dissect.btrfs==1.8
27
27
  Requires-Dist: dissect.cim==3.12
28
28
  Requires-Dist: dissect.clfs==1.10
29
- Requires-Dist: dissect.cstruct==4.5
30
- Requires-Dist: dissect.esedb==3.16
31
- Requires-Dist: dissect.etl==3.11
29
+ Requires-Dist: dissect.cramfs==1.0
30
+ Requires-Dist: dissect.cstruct==4.6
31
+ Requires-Dist: dissect.esedb==3.17
32
+ Requires-Dist: dissect.etl==3.13
32
33
  Requires-Dist: dissect.eventlog==3.10
33
34
  Requires-Dist: dissect.evidence==3.11
34
- Requires-Dist: dissect.executable==1.8
35
- Requires-Dist: dissect.extfs==3.13
35
+ Requires-Dist: dissect.executable==1.10
36
+ Requires-Dist: dissect.extfs==3.14
36
37
  Requires-Dist: dissect.fat==3.12
37
38
  Requires-Dist: dissect.ffs==3.11
38
- Requires-Dist: dissect.fve==4.2; platform_system != "Windows" or platform_python_implementation != "PyPy"
39
- Requires-Dist: dissect.hypervisor==3.18
39
+ Requires-Dist: dissect.fve==4.4; platform_system != "Windows" or platform_python_implementation != "PyPy"
40
+ Requires-Dist: dissect.hypervisor==3.19
40
41
  Requires-Dist: dissect.jffs==1.5
41
42
  Requires-Dist: dissect.ntfs==3.14
42
43
  Requires-Dist: dissect.ole==3.11
43
- Requires-Dist: dissect.qnxfs==1.0
44
+ Requires-Dist: dissect.qnxfs==1.1
44
45
  Requires-Dist: dissect.regf==3.13
45
- Requires-Dist: dissect.shellitem==3.11
46
- Requires-Dist: dissect.sql==3.11
47
- Requires-Dist: dissect.squashfs==1.9
48
- Requires-Dist: dissect.target[full]==3.22
46
+ Requires-Dist: dissect.shellitem==3.12
47
+ Requires-Dist: dissect.sql==3.12
48
+ Requires-Dist: dissect.squashfs==1.10
49
+ Requires-Dist: dissect.target[full]==3.23
49
50
  Requires-Dist: dissect.thumbcache==1.10
50
- Requires-Dist: dissect.util==3.21
51
- Requires-Dist: dissect.vmfs==3.11
52
- Requires-Dist: dissect.volume==3.15
51
+ Requires-Dist: dissect.util==3.22
52
+ Requires-Dist: dissect.vmfs==3.12
53
+ Requires-Dist: dissect.volume==3.16
53
54
  Requires-Dist: dissect.xfs==3.12
54
- Provides-Extra: lz4
55
- Requires-Dist: dissect.util[lz4]; extra == "lz4"
56
- Provides-Extra: lzo
57
- Requires-Dist: dissect.util[lzo]; extra == "lzo"
58
55
  Dynamic: license-file
59
56
 
60
57
  # dissect
@@ -100,6 +97,7 @@ Dissect currently consists of the following projects.
100
97
  - [dissect.btrfs](https://github.com/fox-it/dissect.btrfs)
101
98
  - [dissect.cim](https://github.com/fox-it/dissect.cim)
102
99
  - [dissect.clfs](https://github.com/fox-it/dissect.clfs)
100
+ - [dissect.cramfs](https://github.com/fox-it/dissect.cramfs)
103
101
  - [dissect.cstruct](https://github.com/fox-it/dissect.cstruct)
104
102
  - [dissect.esedb](https://github.com/fox-it/dissect.esedb)
105
103
  - [dissect.etl](https://github.com/fox-it/dissect.etl)
@@ -114,6 +112,7 @@ Dissect currently consists of the following projects.
114
112
  - [dissect.jffs](https://github.com/fox-it/dissect.jffs)
115
113
  - [dissect.ntfs](https://github.com/fox-it/dissect.ntfs)
116
114
  - [dissect.ole](https://github.com/fox-it/dissect.ole)
115
+ - [dissect.qnxfs](https://github.com/fox-it/dissect.qnxfs)
117
116
  - [dissect.regf](https://github.com/fox-it/dissect.regf)
118
117
  - [dissect.shellitem](https://github.com/fox-it/dissect.shellitem)
119
118
  - [dissect.sql](https://github.com/fox-it/dissect.sql)
@@ -41,6 +41,7 @@ Dissect currently consists of the following projects.
41
41
  - [dissect.btrfs](https://github.com/fox-it/dissect.btrfs)
42
42
  - [dissect.cim](https://github.com/fox-it/dissect.cim)
43
43
  - [dissect.clfs](https://github.com/fox-it/dissect.clfs)
44
+ - [dissect.cramfs](https://github.com/fox-it/dissect.cramfs)
44
45
  - [dissect.cstruct](https://github.com/fox-it/dissect.cstruct)
45
46
  - [dissect.esedb](https://github.com/fox-it/dissect.esedb)
46
47
  - [dissect.etl](https://github.com/fox-it/dissect.etl)
@@ -55,6 +56,7 @@ Dissect currently consists of the following projects.
55
56
  - [dissect.jffs](https://github.com/fox-it/dissect.jffs)
56
57
  - [dissect.ntfs](https://github.com/fox-it/dissect.ntfs)
57
58
  - [dissect.ole](https://github.com/fox-it/dissect.ole)
59
+ - [dissect.qnxfs](https://github.com/fox-it/dissect.qnxfs)
58
60
  - [dissect.regf](https://github.com/fox-it/dissect.regf)
59
61
  - [dissect.shellitem](https://github.com/fox-it/dissect.shellitem)
60
62
  - [dissect.sql](https://github.com/fox-it/dissect.sql)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dissect
3
- Version: 3.19.dev2
3
+ Version: 3.20
4
4
  Summary: Dissect is a digital forensics & incident response framework and toolset that allows you to quickly access and analyse forensic artefacts from various disk and file formats, developed by Fox-IT (part of NCC Group)
5
5
  Author-email: Dissect Team <dissect@fox-it.com>
6
6
  License: Affero General Public License v3
@@ -22,39 +22,36 @@ Requires-Python: ~=3.9
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
24
  License-File: COPYRIGHT
25
- Requires-Dist: dissect.archive==1.6
26
- Requires-Dist: dissect.btrfs==1.7
25
+ Requires-Dist: dissect.archive==1.7
26
+ Requires-Dist: dissect.btrfs==1.8
27
27
  Requires-Dist: dissect.cim==3.12
28
28
  Requires-Dist: dissect.clfs==1.10
29
- Requires-Dist: dissect.cstruct==4.5
30
- Requires-Dist: dissect.esedb==3.16
31
- Requires-Dist: dissect.etl==3.11
29
+ Requires-Dist: dissect.cramfs==1.0
30
+ Requires-Dist: dissect.cstruct==4.6
31
+ Requires-Dist: dissect.esedb==3.17
32
+ Requires-Dist: dissect.etl==3.13
32
33
  Requires-Dist: dissect.eventlog==3.10
33
34
  Requires-Dist: dissect.evidence==3.11
34
- Requires-Dist: dissect.executable==1.8
35
- Requires-Dist: dissect.extfs==3.13
35
+ Requires-Dist: dissect.executable==1.10
36
+ Requires-Dist: dissect.extfs==3.14
36
37
  Requires-Dist: dissect.fat==3.12
37
38
  Requires-Dist: dissect.ffs==3.11
38
- Requires-Dist: dissect.fve==4.2; platform_system != "Windows" or platform_python_implementation != "PyPy"
39
- Requires-Dist: dissect.hypervisor==3.18
39
+ Requires-Dist: dissect.fve==4.4; platform_system != "Windows" or platform_python_implementation != "PyPy"
40
+ Requires-Dist: dissect.hypervisor==3.19
40
41
  Requires-Dist: dissect.jffs==1.5
41
42
  Requires-Dist: dissect.ntfs==3.14
42
43
  Requires-Dist: dissect.ole==3.11
43
- Requires-Dist: dissect.qnxfs==1.0
44
+ Requires-Dist: dissect.qnxfs==1.1
44
45
  Requires-Dist: dissect.regf==3.13
45
- Requires-Dist: dissect.shellitem==3.11
46
- Requires-Dist: dissect.sql==3.11
47
- Requires-Dist: dissect.squashfs==1.9
48
- Requires-Dist: dissect.target[full]==3.22
46
+ Requires-Dist: dissect.shellitem==3.12
47
+ Requires-Dist: dissect.sql==3.12
48
+ Requires-Dist: dissect.squashfs==1.10
49
+ Requires-Dist: dissect.target[full]==3.23
49
50
  Requires-Dist: dissect.thumbcache==1.10
50
- Requires-Dist: dissect.util==3.21
51
- Requires-Dist: dissect.vmfs==3.11
52
- Requires-Dist: dissect.volume==3.15
51
+ Requires-Dist: dissect.util==3.22
52
+ Requires-Dist: dissect.vmfs==3.12
53
+ Requires-Dist: dissect.volume==3.16
53
54
  Requires-Dist: dissect.xfs==3.12
54
- Provides-Extra: lz4
55
- Requires-Dist: dissect.util[lz4]; extra == "lz4"
56
- Provides-Extra: lzo
57
- Requires-Dist: dissect.util[lzo]; extra == "lzo"
58
55
  Dynamic: license-file
59
56
 
60
57
  # dissect
@@ -100,6 +97,7 @@ Dissect currently consists of the following projects.
100
97
  - [dissect.btrfs](https://github.com/fox-it/dissect.btrfs)
101
98
  - [dissect.cim](https://github.com/fox-it/dissect.cim)
102
99
  - [dissect.clfs](https://github.com/fox-it/dissect.clfs)
100
+ - [dissect.cramfs](https://github.com/fox-it/dissect.cramfs)
103
101
  - [dissect.cstruct](https://github.com/fox-it/dissect.cstruct)
104
102
  - [dissect.esedb](https://github.com/fox-it/dissect.esedb)
105
103
  - [dissect.etl](https://github.com/fox-it/dissect.etl)
@@ -114,6 +112,7 @@ Dissect currently consists of the following projects.
114
112
  - [dissect.jffs](https://github.com/fox-it/dissect.jffs)
115
113
  - [dissect.ntfs](https://github.com/fox-it/dissect.ntfs)
116
114
  - [dissect.ole](https://github.com/fox-it/dissect.ole)
115
+ - [dissect.qnxfs](https://github.com/fox-it/dissect.qnxfs)
117
116
  - [dissect.regf](https://github.com/fox-it/dissect.regf)
118
117
  - [dissect.shellitem](https://github.com/fox-it/dissect.shellitem)
119
118
  - [dissect.sql](https://github.com/fox-it/dissect.sql)
@@ -0,0 +1,32 @@
1
+ dissect.archive==1.7
2
+ dissect.btrfs==1.8
3
+ dissect.cim==3.12
4
+ dissect.clfs==1.10
5
+ dissect.cramfs==1.0
6
+ dissect.cstruct==4.6
7
+ dissect.esedb==3.17
8
+ dissect.etl==3.13
9
+ dissect.eventlog==3.10
10
+ dissect.evidence==3.11
11
+ dissect.executable==1.10
12
+ dissect.extfs==3.14
13
+ dissect.fat==3.12
14
+ dissect.ffs==3.11
15
+ dissect.hypervisor==3.19
16
+ dissect.jffs==1.5
17
+ dissect.ntfs==3.14
18
+ dissect.ole==3.11
19
+ dissect.qnxfs==1.1
20
+ dissect.regf==3.13
21
+ dissect.shellitem==3.12
22
+ dissect.sql==3.12
23
+ dissect.squashfs==1.10
24
+ dissect.target[full]==3.23
25
+ dissect.thumbcache==1.10
26
+ dissect.util==3.22
27
+ dissect.vmfs==3.12
28
+ dissect.volume==3.16
29
+ dissect.xfs==3.12
30
+
31
+ [:platform_system != "Windows" or platform_python_implementation != "PyPy"]
32
+ dissect.fve==4.4
@@ -25,34 +25,35 @@ classifiers = [
25
25
  "Topic :: Utilities",
26
26
  ]
27
27
  dependencies = [
28
- "dissect.archive==1.6",
29
- "dissect.btrfs==1.7",
28
+ "dissect.archive==1.7",
29
+ "dissect.btrfs==1.8",
30
30
  "dissect.cim==3.12",
31
31
  "dissect.clfs==1.10",
32
- "dissect.cstruct==4.5",
33
- "dissect.esedb==3.16",
34
- "dissect.etl==3.11",
32
+ "dissect.cramfs==1.0",
33
+ "dissect.cstruct==4.6",
34
+ "dissect.esedb==3.17",
35
+ "dissect.etl==3.13",
35
36
  "dissect.eventlog==3.10",
36
37
  "dissect.evidence==3.11",
37
- "dissect.executable==1.8",
38
- "dissect.extfs==3.13",
38
+ "dissect.executable==1.10",
39
+ "dissect.extfs==3.14",
39
40
  "dissect.fat==3.12",
40
41
  "dissect.ffs==3.11",
41
- "dissect.fve==4.2; platform_system != 'Windows' or platform_python_implementation != 'PyPy'",
42
- "dissect.hypervisor==3.18",
42
+ "dissect.fve==4.4; platform_system != 'Windows' or platform_python_implementation != 'PyPy'",
43
+ "dissect.hypervisor==3.19",
43
44
  "dissect.jffs==1.5",
44
45
  "dissect.ntfs==3.14",
45
46
  "dissect.ole==3.11",
46
- "dissect.qnxfs==1.0",
47
+ "dissect.qnxfs==1.1",
47
48
  "dissect.regf==3.13",
48
- "dissect.shellitem==3.11",
49
- "dissect.sql==3.11",
50
- "dissect.squashfs==1.9",
51
- "dissect.target[full]==3.22",
49
+ "dissect.shellitem==3.12",
50
+ "dissect.sql==3.12",
51
+ "dissect.squashfs==1.10",
52
+ "dissect.target[full]==3.23",
52
53
  "dissect.thumbcache==1.10",
53
- "dissect.util==3.21",
54
- "dissect.vmfs==3.11",
55
- "dissect.volume==3.15",
54
+ "dissect.util==3.22",
55
+ "dissect.vmfs==3.12",
56
+ "dissect.volume==3.16",
56
57
  "dissect.xfs==3.12",
57
58
  ]
58
59
  dynamic = ["version"]
@@ -62,14 +63,6 @@ homepage = "https://dissect.tools"
62
63
  documentation = "https://docs.dissect.tools"
63
64
  repository = "https://github.com/fox-it/dissect"
64
65
 
65
- [project.optional-dependencies]
66
- lz4 = [
67
- "dissect.util[lz4]",
68
- ]
69
- lzo = [
70
- "dissect.util[lzo]",
71
- ]
72
-
73
66
  [tool.black]
74
67
  line-length = 120
75
68
 
@@ -84,4 +77,3 @@ license-files = ["LICENSE", "COPYRIGHT"]
84
77
  include = ["dissect.*"]
85
78
 
86
79
  [tool.setuptools_scm]
87
- local_scheme = "no-local-version"
@@ -1,37 +0,0 @@
1
- dissect.archive==1.6
2
- dissect.btrfs==1.7
3
- dissect.cim==3.12
4
- dissect.clfs==1.10
5
- dissect.cstruct==4.5
6
- dissect.esedb==3.16
7
- dissect.etl==3.11
8
- dissect.eventlog==3.10
9
- dissect.evidence==3.11
10
- dissect.executable==1.8
11
- dissect.extfs==3.13
12
- dissect.fat==3.12
13
- dissect.ffs==3.11
14
- dissect.hypervisor==3.18
15
- dissect.jffs==1.5
16
- dissect.ntfs==3.14
17
- dissect.ole==3.11
18
- dissect.qnxfs==1.0
19
- dissect.regf==3.13
20
- dissect.shellitem==3.11
21
- dissect.sql==3.11
22
- dissect.squashfs==1.9
23
- dissect.target[full]==3.22
24
- dissect.thumbcache==1.10
25
- dissect.util==3.21
26
- dissect.vmfs==3.11
27
- dissect.volume==3.15
28
- dissect.xfs==3.12
29
-
30
- [:platform_system != "Windows" or platform_python_implementation != "PyPy"]
31
- dissect.fve==4.2
32
-
33
- [lz4]
34
- dissect.util[lz4]
35
-
36
- [lzo]
37
- dissect.util[lzo]
File without changes
File without changes
File without changes
File without changes
File without changes