14
0

- update to 1.16:

* Add ``allow_unknown_load_commands`` option to ``MachO`` and
    ```macholib.MachOHeader``.
- Update to version 1.16.1
- version update to 1.16

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-macholib?expand=0&rev=19
This commit is contained in:
2023-12-07 22:29:23 +00:00
committed by Git OBS Bridge
parent c3266b2d21
commit 87a45d5ba5
4 changed files with 14 additions and 7 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Dec 7 22:29:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.16:
* Add ``allow_unknown_load_commands`` option to ``MachO`` and
```macholib.MachOHeader``.
-------------------------------------------------------------------
Sat Jun 10 09:35:16 UTC 2023 - ecsos <ecsos@opensuse.org>
@@ -6,13 +13,13 @@ Sat Jun 10 09:35:16 UTC 2023 - ecsos <ecsos@opensuse.org>
-------------------------------------------------------------------
Fri Dec 2 20:27:21 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 1.16.1
- Update to version 1.16.1
* Added some new CPU subtype definitions
-------------------------------------------------------------------
Thu Sep 29 15:42:05 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- version update to 1.16
- version update to 1.16
* Add allow_unknown_load_commands option to MachO and ```macholib.MachOHeader``.
-------------------------------------------------------------------