dissect 3.20.dev4__tar.gz → 3.20.2.dev1__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,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dissect
3
- Version: 3.20.dev4
3
+ Version: 3.20.2.dev1
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
- License: Affero General Public License v3
6
+ License-Expression: AGPL-3.0-or-later
7
7
  Project-URL: homepage, https://dissect.tools
8
8
  Project-URL: documentation, https://docs.dissect.tools
9
9
  Project-URL: repository, https://github.com/fox-it/dissect
@@ -11,14 +11,13 @@ Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Environment :: Console
12
12
  Classifier: Intended Audience :: Developers
13
13
  Classifier: Intended Audience :: Information Technology
14
- Classifier: License :: OSI Approved
15
14
  Classifier: Operating System :: OS Independent
16
15
  Classifier: Programming Language :: Python :: 3
17
16
  Classifier: Topic :: Internet :: Log Analysis
18
17
  Classifier: Topic :: Scientific/Engineering :: Information Analysis
19
18
  Classifier: Topic :: Security
20
19
  Classifier: Topic :: Utilities
21
- Requires-Python: ~=3.9
20
+ Requires-Python: >=3.10
22
21
  Description-Content-Type: text/markdown
23
22
  License-File: LICENSE
24
23
  License-File: COPYRIGHT
@@ -46,7 +45,7 @@ Requires-Dist: dissect.regf==3.13
46
45
  Requires-Dist: dissect.shellitem==3.12
47
46
  Requires-Dist: dissect.sql==3.12
48
47
  Requires-Dist: dissect.squashfs==1.10
49
- Requires-Dist: dissect.target[full]==3.23
48
+ Requires-Dist: dissect.target[full]==3.23.1
50
49
  Requires-Dist: dissect.thumbcache==1.10
51
50
  Requires-Dist: dissect.util==3.22
52
51
  Requires-Dist: dissect.vmfs==3.12
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dissect
3
- Version: 3.20.dev4
3
+ Version: 3.20.2.dev1
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
- License: Affero General Public License v3
6
+ License-Expression: AGPL-3.0-or-later
7
7
  Project-URL: homepage, https://dissect.tools
8
8
  Project-URL: documentation, https://docs.dissect.tools
9
9
  Project-URL: repository, https://github.com/fox-it/dissect
@@ -11,14 +11,13 @@ Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Environment :: Console
12
12
  Classifier: Intended Audience :: Developers
13
13
  Classifier: Intended Audience :: Information Technology
14
- Classifier: License :: OSI Approved
15
14
  Classifier: Operating System :: OS Independent
16
15
  Classifier: Programming Language :: Python :: 3
17
16
  Classifier: Topic :: Internet :: Log Analysis
18
17
  Classifier: Topic :: Scientific/Engineering :: Information Analysis
19
18
  Classifier: Topic :: Security
20
19
  Classifier: Topic :: Utilities
21
- Requires-Python: ~=3.9
20
+ Requires-Python: >=3.10
22
21
  Description-Content-Type: text/markdown
23
22
  License-File: LICENSE
24
23
  License-File: COPYRIGHT
@@ -46,7 +45,7 @@ Requires-Dist: dissect.regf==3.13
46
45
  Requires-Dist: dissect.shellitem==3.12
47
46
  Requires-Dist: dissect.sql==3.12
48
47
  Requires-Dist: dissect.squashfs==1.10
49
- Requires-Dist: dissect.target[full]==3.23
48
+ Requires-Dist: dissect.target[full]==3.23.1
50
49
  Requires-Dist: dissect.thumbcache==1.10
51
50
  Requires-Dist: dissect.util==3.22
52
51
  Requires-Dist: dissect.vmfs==3.12
@@ -21,7 +21,7 @@ dissect.regf==3.13
21
21
  dissect.shellitem==3.12
22
22
  dissect.sql==3.12
23
23
  dissect.squashfs==1.10
24
- dissect.target[full]==3.23
24
+ dissect.target[full]==3.23.1
25
25
  dissect.thumbcache==1.10
26
26
  dissect.util==3.22
27
27
  dissect.vmfs==3.12
@@ -1,13 +1,14 @@
1
1
  [build-system]
2
- requires = ["setuptools>=65.5.0", "setuptools_scm[toml]>=6.4.0"]
2
+ requires = ["setuptools>=77.0.0", "setuptools_scm[toml]>=6.4.0"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "dissect"
7
7
  description = "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)"
8
8
  readme = "README.md"
9
- requires-python = "~=3.9"
10
- license.text = "Affero General Public License v3"
9
+ requires-python = ">=3.10"
10
+ license = "AGPL-3.0-or-later"
11
+ license-files = ["LICENSE", "COPYRIGHT"]
11
12
  authors = [
12
13
  {name = "Dissect Team", email = "dissect@fox-it.com"}
13
14
  ]
@@ -16,7 +17,6 @@ classifiers = [
16
17
  "Environment :: Console",
17
18
  "Intended Audience :: Developers",
18
19
  "Intended Audience :: Information Technology",
19
- "License :: OSI Approved",
20
20
  "Operating System :: OS Independent",
21
21
  "Programming Language :: Python :: 3",
22
22
  "Topic :: Internet :: Log Analysis",
@@ -49,7 +49,7 @@ dependencies = [
49
49
  "dissect.shellitem==3.12",
50
50
  "dissect.sql==3.12",
51
51
  "dissect.squashfs==1.10",
52
- "dissect.target[full]==3.23",
52
+ "dissect.target[full]==3.23.1",
53
53
  "dissect.thumbcache==1.10",
54
54
  "dissect.util==3.22",
55
55
  "dissect.vmfs==3.12",
@@ -63,16 +63,6 @@ homepage = "https://dissect.tools"
63
63
  documentation = "https://docs.dissect.tools"
64
64
  repository = "https://github.com/fox-it/dissect"
65
65
 
66
- [tool.black]
67
- line-length = 120
68
-
69
- [tool.isort]
70
- profile = "black"
71
- known_first_party = ["dissect"]
72
-
73
- [tool.setuptools]
74
- license-files = ["LICENSE", "COPYRIGHT"]
75
-
76
66
  [tool.setuptools.packages.find]
77
67
  include = ["dissect.*"]
78
68
 
@@ -4,7 +4,7 @@ envlist = build
4
4
  # requires if they are not available on the host system. This requires the
5
5
  # locally installed tox to have a minimum version 3.3.0. This means the names
6
6
  # of the configuration options are still according to the tox 3.x syntax.
7
- minversion = 4.4.3
7
+ minversion = 4.27.0
8
8
  # This version of virtualenv will install setuptools version 68.2.2 and pip
9
9
  # 23.3.1. These versions fully support python projects defined only through a
10
10
  # pyproject.toml file (PEP-517/PEP-518/PEP-621). This pip version also support
@@ -28,9 +28,3 @@ deps =
28
28
  commands =
29
29
  pyproject-build
30
30
 
31
- [flake8]
32
- max-line-length = 120
33
- extend-ignore =
34
- # See https://github.com/PyCQA/pycodestyle/issues/373
35
- E203,
36
- statistics = True
File without changes
File without changes
File without changes
File without changes
File without changes