dissect 3.14.dev3__tar.gz → 3.14.dev4__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.1
2
2
  Name: dissect
3
- Version: 3.14.dev3
3
+ Version: 3.14.dev4
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,6 +22,7 @@ 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.0
25
26
  Requires-Dist: dissect.btrfs==1.2
26
27
  Requires-Dist: dissect.cim==3.8
27
28
  Requires-Dist: dissect.clfs==1.7
@@ -88,6 +89,7 @@ Want to read everything? Check out the [documentation](https://docs.dissect.tool
88
89
 
89
90
  Dissect currently consists of the following projects.
90
91
 
92
+ - [dissect.archive](https://github.com/fox-it/dissect.archive)
91
93
  - [dissect.btrfs](https://github.com/fox-it/dissect.btrfs)
92
94
  - [dissect.cim](https://github.com/fox-it/dissect.cim)
93
95
  - [dissect.clfs](https://github.com/fox-it/dissect.clfs)
@@ -37,6 +37,7 @@ Want to read everything? Check out the [documentation](https://docs.dissect.tool
37
37
 
38
38
  Dissect currently consists of the following projects.
39
39
 
40
+ - [dissect.archive](https://github.com/fox-it/dissect.archive)
40
41
  - [dissect.btrfs](https://github.com/fox-it/dissect.btrfs)
41
42
  - [dissect.cim](https://github.com/fox-it/dissect.cim)
42
43
  - [dissect.clfs](https://github.com/fox-it/dissect.clfs)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dissect
3
- Version: 3.14.dev3
3
+ Version: 3.14.dev4
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,6 +22,7 @@ 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.0
25
26
  Requires-Dist: dissect.btrfs==1.2
26
27
  Requires-Dist: dissect.cim==3.8
27
28
  Requires-Dist: dissect.clfs==1.7
@@ -88,6 +89,7 @@ Want to read everything? Check out the [documentation](https://docs.dissect.tool
88
89
 
89
90
  Dissect currently consists of the following projects.
90
91
 
92
+ - [dissect.archive](https://github.com/fox-it/dissect.archive)
91
93
  - [dissect.btrfs](https://github.com/fox-it/dissect.btrfs)
92
94
  - [dissect.cim](https://github.com/fox-it/dissect.cim)
93
95
  - [dissect.clfs](https://github.com/fox-it/dissect.clfs)
@@ -1,3 +1,4 @@
1
+ dissect.archive==1.0
1
2
  dissect.btrfs==1.2
2
3
  dissect.cim==3.8
3
4
  dissect.clfs==1.7
@@ -25,6 +25,7 @@ classifiers = [
25
25
  "Topic :: Utilities",
26
26
  ]
27
27
  dependencies = [
28
+ "dissect.archive==1.0",
28
29
  "dissect.btrfs==1.2",
29
30
  "dissect.cim==3.8",
30
31
  "dissect.clfs==1.7",
File without changes
File without changes
File without changes
File without changes
File without changes