dissect.squashfs 1.10.dev2__tar.gz → 1.11.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.
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/PKG-INFO +3 -4
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/dissect.squashfs.egg-info/PKG-INFO +3 -4
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/pyproject.toml +25 -8
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/tests/test_squashfs.py +1 -1
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/tox.ini +8 -10
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/.git-blame-ignore-revs +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/.gitattributes +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/COPYRIGHT +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/LICENSE +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/MANIFEST.in +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/README.md +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/dissect/squashfs/__init__.py +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/dissect/squashfs/c_squashfs.py +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/dissect/squashfs/compression.py +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/dissect/squashfs/exceptions.py +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/dissect/squashfs/squashfs.py +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/dissect.squashfs.egg-info/SOURCES.txt +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/dissect.squashfs.egg-info/dependency_links.txt +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/dissect.squashfs.egg-info/requires.txt +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/dissect.squashfs.egg-info/top_level.txt +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/setup.cfg +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/tests/__init__.py +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/tests/_data/gzip-opts.sqfs +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/tests/_data/gzip.sqfs +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/tests/_data/lz4.sqfs +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/tests/_data/lzma.sqfs +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/tests/_data/lzo.sqfs +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/tests/_data/xz.sqfs +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/tests/_data/zstd.sqfs +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/tests/_docs/Makefile +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/tests/_docs/conf.py +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/tests/_docs/index.rst +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/tests/conftest.py +0 -0
- {dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/tests/test_exceptions.py +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dissect.squashfs
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.11.dev1
|
|
4
4
|
Summary: A Dissect module implementing a parser for the SquashFS file system, commonly used in appliance or device firmware
|
|
5
5
|
Author-email: Dissect Team <dissect@fox-it.com>
|
|
6
|
-
License:
|
|
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/en/latest/projects/dissect.squashfs
|
|
9
9
|
Project-URL: repository, https://github.com/fox-it/dissect.squashfs
|
|
@@ -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:
|
|
20
|
+
Requires-Python: >=3.10
|
|
22
21
|
Description-Content-Type: text/markdown
|
|
23
22
|
License-File: LICENSE
|
|
24
23
|
License-File: COPYRIGHT
|
{dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/dissect.squashfs.egg-info/PKG-INFO
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dissect.squashfs
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.11.dev1
|
|
4
4
|
Summary: A Dissect module implementing a parser for the SquashFS file system, commonly used in appliance or device firmware
|
|
5
5
|
Author-email: Dissect Team <dissect@fox-it.com>
|
|
6
|
-
License:
|
|
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/en/latest/projects/dissect.squashfs
|
|
9
9
|
Project-URL: repository, https://github.com/fox-it/dissect.squashfs
|
|
@@ -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:
|
|
20
|
+
Requires-Python: >=3.10
|
|
22
21
|
Description-Content-Type: text/markdown
|
|
23
22
|
License-File: LICENSE
|
|
24
23
|
License-File: COPYRIGHT
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
[build-system]
|
|
2
|
-
requires = ["setuptools>=
|
|
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.squashfs"
|
|
7
7
|
description = "A Dissect module implementing a parser for the SquashFS file system, commonly used in appliance or device firmware"
|
|
8
8
|
readme = "README.md"
|
|
9
|
-
requires-python = "
|
|
10
|
-
license
|
|
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",
|
|
@@ -45,9 +45,29 @@ dev = [
|
|
|
45
45
|
"dissect.util>=3.0.dev,<4.0.dev",
|
|
46
46
|
]
|
|
47
47
|
|
|
48
|
+
[dependency-groups]
|
|
49
|
+
test = [
|
|
50
|
+
"pytest",
|
|
51
|
+
]
|
|
52
|
+
lint = [
|
|
53
|
+
"ruff==0.13.1",
|
|
54
|
+
"vermin",
|
|
55
|
+
]
|
|
56
|
+
build = [
|
|
57
|
+
"build",
|
|
58
|
+
]
|
|
59
|
+
debug = [
|
|
60
|
+
"ipdb",
|
|
61
|
+
]
|
|
62
|
+
dev = [
|
|
63
|
+
{include-group = "test"},
|
|
64
|
+
{include-group = "lint"},
|
|
65
|
+
{include-group = "debug"},
|
|
66
|
+
]
|
|
67
|
+
|
|
48
68
|
[tool.ruff]
|
|
49
69
|
line-length = 120
|
|
50
|
-
required-version = ">=0.
|
|
70
|
+
required-version = ">=0.13.1"
|
|
51
71
|
|
|
52
72
|
[tool.ruff.format]
|
|
53
73
|
docstring-code-format = true
|
|
@@ -96,9 +116,6 @@ ignore = ["E203", "B904", "UP024", "ANN002", "ANN003", "ANN204", "ANN401", "SIM1
|
|
|
96
116
|
known-first-party = ["dissect.squashfs"]
|
|
97
117
|
known-third-party = ["dissect"]
|
|
98
118
|
|
|
99
|
-
[tool.setuptools]
|
|
100
|
-
license-files = ["LICENSE", "COPYRIGHT"]
|
|
101
|
-
|
|
102
119
|
[tool.setuptools.packages.find]
|
|
103
120
|
include = ["dissect.*"]
|
|
104
121
|
|
|
@@ -92,5 +92,5 @@ def test_squashfs_unsupported_bigendian_3_0() -> None:
|
|
|
92
92
|
assert sb.s_magic == c_squashfs.SQUASHFS_MAGIC_SWAP
|
|
93
93
|
assert sb.s_major == 0x300
|
|
94
94
|
|
|
95
|
-
with pytest.raises(NotImplementedError, match="Unsupported squashfs pre-4.0 big-endian filesystem"):
|
|
95
|
+
with pytest.raises(NotImplementedError, match=r"Unsupported squashfs pre-4.0 big-endian filesystem"):
|
|
96
96
|
SquashFS(BytesIO(buf))
|
|
@@ -4,7 +4,7 @@ envlist = lint, py3, pypy3
|
|
|
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.
|
|
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
|
|
@@ -14,9 +14,9 @@ requires = virtualenv>=20.24.6
|
|
|
14
14
|
[testenv]
|
|
15
15
|
extras = dev
|
|
16
16
|
deps =
|
|
17
|
-
pytest
|
|
18
17
|
pytest-cov
|
|
19
18
|
coverage
|
|
19
|
+
dependency_groups = test
|
|
20
20
|
commands =
|
|
21
21
|
pytest --basetemp="{envtmpdir}" {posargs:--color=yes --cov=dissect --cov-report=term-missing -v tests}
|
|
22
22
|
coverage report
|
|
@@ -24,26 +24,24 @@ commands =
|
|
|
24
24
|
|
|
25
25
|
[testenv:build]
|
|
26
26
|
package = skip
|
|
27
|
-
|
|
28
|
-
build
|
|
27
|
+
dependency_groups = build
|
|
29
28
|
commands =
|
|
30
29
|
pyproject-build
|
|
31
30
|
|
|
32
31
|
[testenv:fix]
|
|
33
32
|
package = skip
|
|
34
|
-
|
|
35
|
-
ruff==0.9.2
|
|
33
|
+
dependency_groups = lint
|
|
36
34
|
commands =
|
|
35
|
+
ruff check --fix dissect tests
|
|
37
36
|
ruff format dissect tests
|
|
38
37
|
|
|
39
38
|
[testenv:lint]
|
|
40
39
|
package = skip
|
|
41
|
-
|
|
42
|
-
ruff==0.9.2
|
|
43
|
-
vermin
|
|
40
|
+
dependency_groups = lint
|
|
44
41
|
commands =
|
|
45
42
|
ruff check dissect tests
|
|
46
|
-
|
|
43
|
+
ruff format --check dissect tests
|
|
44
|
+
vermin -t=3.10- --no-tips --lint dissect tests
|
|
47
45
|
|
|
48
46
|
[testenv:docs-build]
|
|
49
47
|
allowlist_externals = make
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/dissect.squashfs.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/dissect.squashfs.egg-info/requires.txt
RENAMED
|
File without changes
|
{dissect_squashfs-1.10.dev2 → dissect_squashfs-1.11.dev1}/dissect.squashfs.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|