From 371a8d061da70a79b6af678b27c5b8a012fb7f1bfd4ae12b8d22181eb7a3f4ac Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 6 Dec 2022 09:02:12 +0000 Subject: [PATCH] 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 --- python-cstruct-5.0.tar.gz | 3 --- python-cstruct-5.2.tar.gz | 3 +++ python-cstruct.changes | 17 +++++++++++++++++ python-cstruct.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 python-cstruct-5.0.tar.gz create mode 100644 python-cstruct-5.2.tar.gz diff --git a/python-cstruct-5.0.tar.gz b/python-cstruct-5.0.tar.gz deleted file mode 100644 index 26deb2d..0000000 --- a/python-cstruct-5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e929b879b9ebdac49bce16e170499180a7273bf381393da27a46bcdefea3fc7 -size 36194 diff --git a/python-cstruct-5.2.tar.gz b/python-cstruct-5.2.tar.gz new file mode 100644 index 0000000..405f45f --- /dev/null +++ b/python-cstruct-5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ca9d53f95c032fb6ea45ce543d6ee83fe5716370b3e1dc6e0834688f710403 +size 38551 diff --git a/python-cstruct.changes b/python-cstruct.changes index a701b11..676c659 100644 --- a/python-cstruct.changes +++ b/python-cstruct.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Dec 6 01:00:29 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-cstruct.spec b/python-cstruct.spec index 840c139..b4fd198 100644 --- a/python-cstruct.spec +++ b/python-cstruct.spec @@ -18,7 +18,7 @@ Name: python-cstruct -Version: 5.0 +Version: 5.2 Release: 0 Summary: C-style structs for Python License: MIT