* Do not support now-removed ast.{Num,Str}.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cstruct?expand=0&rev=20
91 lines
2.6 KiB
Plaintext
91 lines
2.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Nov 21 02:43:47 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch support-python314.patch:
|
|
* Do not support now-removed ast.{Num,Str}.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 12 17:30:43 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 6.1:
|
|
* fix CStruct.pack() padding
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 16 06:12:20 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Switch to pyroject macros.
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update to version 5.2
|
|
Fix
|
|
- nested struct unpack fix
|
|
- nested anonymous union offset fix
|
|
- inspect offset for nested struct/union fix
|
|
|
|
- Update to version 5.1
|
|
Improved
|
|
* Support unpack from ctype pointers
|
|
Added
|
|
* Add support for char constants
|
|
* Add native type test
|
|
* dir.py example
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 12 11:16:08 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 5.0
|
|
* Add support for enums
|
|
* Add support for multiple definition to cstruct.parse
|
|
* Add inspect method
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 4 19:12:43 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 4.0
|
|
* Add enum support to cstruct.parse
|
|
* Add typedef parsing
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 24 15:29:46 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 3.3
|
|
* Fix tests on 32bit architecture
|
|
- Update to version 3.2
|
|
* Add more tests
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 14 13:45:17 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 3.1
|
|
* Make CStruct/MemCStruct Pickle Friendly
|
|
- Update to version 3.0
|
|
* Flexible array support
|
|
- Update to version 2.3
|
|
* Fix compare with None
|
|
- Update to version 2.2
|
|
Fixes
|
|
* Fix empty MemCStruct size
|
|
Improvements
|
|
* Python 3.10 support
|
|
* pytest
|
|
* black code style
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 13 07:17:06 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- use https for urls
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 13 20:29:38 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Initial package, version 1.8
|