dissect 3.20.dev1__tar.gz → 3.20.dev2__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.20.dev1
3
+ Version: 3.20.dev2
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
@@ -51,10 +51,6 @@ Requires-Dist: dissect.util==3.21
51
51
  Requires-Dist: dissect.vmfs==3.11
52
52
  Requires-Dist: dissect.volume==3.15
53
53
  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
54
  Dynamic: license-file
59
55
 
60
56
  # dissect
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dissect
3
- Version: 3.20.dev1
3
+ Version: 3.20.dev2
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
@@ -51,10 +51,6 @@ Requires-Dist: dissect.util==3.21
51
51
  Requires-Dist: dissect.vmfs==3.11
52
52
  Requires-Dist: dissect.volume==3.15
53
53
  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
54
  Dynamic: license-file
59
55
 
60
56
  # dissect
@@ -29,9 +29,3 @@ dissect.xfs==3.12
29
29
 
30
30
  [:platform_system != "Windows" or platform_python_implementation != "PyPy"]
31
31
  dissect.fve==4.2
32
-
33
- [lz4]
34
- dissect.util[lz4]
35
-
36
- [lzo]
37
- dissect.util[lzo]
@@ -62,14 +62,6 @@ homepage = "https://dissect.tools"
62
62
  documentation = "https://docs.dissect.tools"
63
63
  repository = "https://github.com/fox-it/dissect"
64
64
 
65
- [project.optional-dependencies]
66
- lz4 = [
67
- "dissect.util[lz4]",
68
- ]
69
- lzo = [
70
- "dissect.util[lzo]",
71
- ]
72
-
73
65
  [tool.black]
74
66
  line-length = 120
75
67
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes