15
0

- update to 5.3:

* fix struct in struct array parsing
  * Python 3.12 support
- Update to version 5.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cstruct?expand=0&rev=14
This commit is contained in:
2024-01-08 20:58:51 +00:00
committed by Git OBS Bridge
parent 371a8d061d
commit 4343978776
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jan 8 20:58:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.3:
* fix struct in struct array parsing
* Python 3.12 support
-------------------------------------------------------------------
Tue Dec 6 01:00:29 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
@@ -7,7 +14,7 @@ Tue Dec 6 01:00:29 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- nested anonymous union offset fix
- inspect offset for nested struct/union fix
- Update to version 5.1
- Update to version 5.1
Improved
* Support unpack from ctype pointers
Added