From 43439787761a802d9a20ada407d7b518aacb21547832b0d0a620e0c3e22bddd9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Jan 2024 20:58:51 +0000 Subject: [PATCH] - update to 5.3: * fix struct in struct array parsing * Python 3.12 support - Update to version 5.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cstruct?expand=0&rev=14 --- python-cstruct-5.2.tar.gz | 3 --- python-cstruct-5.3.tar.gz | 3 +++ python-cstruct.changes | 9 ++++++++- python-cstruct.spec | 4 ++-- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 python-cstruct-5.2.tar.gz create mode 100644 python-cstruct-5.3.tar.gz diff --git a/python-cstruct-5.2.tar.gz b/python-cstruct-5.2.tar.gz deleted file mode 100644 index 405f45f..0000000 --- a/python-cstruct-5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59ca9d53f95c032fb6ea45ce543d6ee83fe5716370b3e1dc6e0834688f710403 -size 38551 diff --git a/python-cstruct-5.3.tar.gz b/python-cstruct-5.3.tar.gz new file mode 100644 index 0000000..9d54746 --- /dev/null +++ b/python-cstruct-5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499f6a4356eeaf33d662fd9b4deee3b90e186a0ff12bdab2775bc657bdfc5c19 +size 38987 diff --git a/python-cstruct.changes b/python-cstruct.changes index 676c659..4ea806c 100644 --- a/python-cstruct.changes +++ b/python-cstruct.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 8 20:58:43 UTC 2024 - Dirk Müller + +- update to 5.3: + * fix struct in struct array parsing + * Python 3.12 support + ------------------------------------------------------------------- Tue Dec 6 01:00:29 UTC 2022 - Yogalakshmi Arunachalam @@ -7,7 +14,7 @@ Tue Dec 6 01:00:29 UTC 2022 - Yogalakshmi Arunachalam - nested anonymous union offset fix - inspect offset for nested struct/union fix -- Update to version 5.1 +- Update to version 5.1 Improved * Support unpack from ctype pointers Added diff --git a/python-cstruct.spec b/python-cstruct.spec index b4fd198..170e5a9 100644 --- a/python-cstruct.spec +++ b/python-cstruct.spec @@ -1,7 +1,7 @@ # # spec file for package python-cstruct # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2020-2022, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: python-cstruct -Version: 5.2 +Version: 5.3 Release: 0 Summary: C-style structs for Python License: MIT