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