17
0
2025-06-04 06:22:40 +00:00
committed by Git OBS Bridge
commit 8e059aa6df
5 changed files with 115 additions and 0 deletions

28
python-tri.struct.changes Normal file
View File

@@ -0,0 +1,28 @@
-------------------------------------------------------------------
Wed Jun 4 06:08:03 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
Tue Oct 11 16:10:20 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 4.1.0
* Avoid setting confusing context on AttributeError exceptions (from when not finding __missing__)
-------------------------------------------------------------------
Fri Jan 22 15:38:04 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
- Update to v4.0.0
* Split c implementation to separate FastStruct. The native
python implementation is now always the Struct
- Skip Python2 (syntax errors)
-------------------------------------------------------------------
Wed Sep 4 02:40:56 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Update to v3.1.0 dropping merged_63075ab.patch
-------------------------------------------------------------------
Thu Aug 8 01:27:38 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v3.0.1