forked from pool/python-cstruct
Accepting request 1040473 from home:yarunachalam:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/1040473 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cstruct?expand=0&rev=12
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e929b879b9ebdac49bce16e170499180a7273bf381393da27a46bcdefea3fc7
|
||||
size 36194
|
||||
3
python-cstruct-5.2.tar.gz
Normal file
3
python-cstruct-5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59ca9d53f95c032fb6ea45ce543d6ee83fe5716370b3e1dc6e0834688f710403
|
||||
size 38551
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: python-cstruct
|
||||
Version: 5.0
|
||||
Version: 5.2
|
||||
Release: 0
|
||||
Summary: C-style structs for Python
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user