15
0

Accepting request 1040543 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1040543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cstruct?expand=0&rev=6
This commit is contained in:
2022-12-06 13:24:14 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e929b879b9ebdac49bce16e170499180a7273bf381393da27a46bcdefea3fc7
size 36194

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59ca9d53f95c032fb6ea45ce543d6ee83fe5716370b3e1dc6e0834688f710403
size 38551

View File

@@ -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>

View File

@@ -18,7 +18,7 @@
Name: python-cstruct
Version: 5.0
Version: 5.2
Release: 0
Summary: C-style structs for Python
License: MIT