dissect.cstruct 4.0.dev2__py3-none-any.whl → 4.0.dev3__py3-none-any.whl

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.
@@ -49,7 +49,7 @@ class StructureMetaType(MetaType):
49
49
 
50
50
  def __new__(metacls, name: str, bases: tuple[type, ...], classdict: dict[str, Any]) -> MetaType:
51
51
  if (fields := classdict.pop("fields", None)) is not None:
52
- metacls._update_fields(metacls, fields, align=classdict.get("align", False), classdict=classdict)
52
+ metacls._update_fields(metacls, fields, align=classdict.get("__align__", False), classdict=classdict)
53
53
 
54
54
  return super().__new__(metacls, name, bases, classdict)
55
55
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dissect.cstruct
3
- Version: 4.0.dev2
3
+ Version: 4.0.dev3
4
4
  Summary: A Dissect module implementing a parser for C-like structures: structure parsing in Python made easy
5
5
  Author-email: Dissect Team <dissect@fox-it.com>
6
6
  License: Apache License 2.0
@@ -15,12 +15,12 @@ dissect/cstruct/types/int.py,sha256=pBdr9InRY3EMHlULBmzBZCI2Qdh2XygsUelDWBrIRhc,
15
15
  dissect/cstruct/types/leb128.py,sha256=yHkWqcGEWkf-8ZzfLv_5p937fzrMRvlZXwxowEl36CU,2168
16
16
  dissect/cstruct/types/packed.py,sha256=gmNxtNRf9feY8k_7UYMGADe31dtXkw5fQYG1CtyvJBo,1973
17
17
  dissect/cstruct/types/pointer.py,sha256=kWfEBCgW7TDnJihZiDGUlldD3QSxVY19r8LGz7olswk,3644
18
- dissect/cstruct/types/structure.py,sha256=Pqdo4IjdF-XzTVTtDZqu9EUTxdsQ1a5HwAEgF9HbLg8,23954
18
+ dissect/cstruct/types/structure.py,sha256=CqiT_Hzb33yVh5pCNbn-0MkgZcIhXOYfNlOqPnEgjgw,23958
19
19
  dissect/cstruct/types/void.py,sha256=RGBlM1yBYCFUM9yLyOETMZBd_nEp9-6vH5xFXaphK8o,438
20
20
  dissect/cstruct/types/wchar.py,sha256=5kap4GDypRmt5IoLhMnREbWaWTEMhY_xVLCFginbwFo,2536
21
- dissect.cstruct-4.0.dev2.dist-info/COPYRIGHT,sha256=H-18RXfshdH9AdHwW2eO1Xa-5s6tY5eipHh5c0whDu4,316
22
- dissect.cstruct-4.0.dev2.dist-info/LICENSE,sha256=PhUqiw6jAh2KbBdVRPBq_hfAvfcTBin7nZ3CK7NQbTM,11341
23
- dissect.cstruct-4.0.dev2.dist-info/METADATA,sha256=EJQTgpQ_60wUCcHxQ2d1cqBK7FYjpuIL7T67XG2N-58,8303
24
- dissect.cstruct-4.0.dev2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
25
- dissect.cstruct-4.0.dev2.dist-info/top_level.txt,sha256=Mn-CQzEYsAbkxrUI0TnplHuXnGVKzxpDw_po_sXpvv4,8
26
- dissect.cstruct-4.0.dev2.dist-info/RECORD,,
21
+ dissect.cstruct-4.0.dev3.dist-info/COPYRIGHT,sha256=H-18RXfshdH9AdHwW2eO1Xa-5s6tY5eipHh5c0whDu4,316
22
+ dissect.cstruct-4.0.dev3.dist-info/LICENSE,sha256=PhUqiw6jAh2KbBdVRPBq_hfAvfcTBin7nZ3CK7NQbTM,11341
23
+ dissect.cstruct-4.0.dev3.dist-info/METADATA,sha256=pna0biA-TKDNvrTzp8R4aB1jQ9Pumnh2NUfEP0xNKlM,8303
24
+ dissect.cstruct-4.0.dev3.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
25
+ dissect.cstruct-4.0.dev3.dist-info/top_level.txt,sha256=Mn-CQzEYsAbkxrUI0TnplHuXnGVKzxpDw_po_sXpvv4,8
26
+ dissect.cstruct-4.0.dev3.dist-info/RECORD,,