Changelog for
python311-macholib-1.16.3-21.25.noarch.rpm :
* Thu Dec 07 2023 Dirk Müller
- update to 1.16:
* Add ``allow_unknown_load_commands`` option to ``MachO`` and ```macholib.MachOHeader``.
* Sat Jun 10 2023 ecsos - Add %{?sle15_python_module_pythons}
* Fri Dec 02 2022 Yogalakshmi Arunachalam - Update to version 1.16.1
* Added some new CPU subtype definitions
* Thu Sep 29 2022 Yogalakshmi Arunachalam - version update to 1.16
* Add allow_unknown_load_commands option to MachO and ```macholib.MachOHeader``.
* Mon May 25 2020 Petr Gajdos - %python3_only -> %python_alternative
* Wed Apr 01 2020 pgajdosAATTsuse.com- version update to 1.14
* Repository moved to GitHub
* #32: Update the LC_NAMES table
* #31: Add two new load commands introduced in macOS 10.15
* #27: Missing describe method for build_version_command
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Fri Nov 16 2018 Todd R - Update to 1.11
* Add very hacky limited support for AATTloader_path. This is just enough to deal with extensions and dylibs found in Python binary wheels.- Update to 1.10
* #25: Add support for LC_NOTE and LC_BUILD_VERSION
* Thu May 24 2018 toddrme2178AATTgmail.com- Update to 1.9 + Features:
* Add definition for ``macholib.mach_o.reloc_type_generic``, which was used in code but never defined.
* #22: Add LICENSE file
* #23: Added \"--help\" option for \"python -m macholib\"
* Added function ``macholib.MachO.lc_str_value`` which should help in decoding value of ``macholib.mach_o.lc_str``. Those values are offsets in the data of a load command, the function will return the actually value as a byte string. + Bug fixes:
* Pull request #15: Fix typo in thread_command class- Spec file cleanups- Fix rpmlint issues
* Thu Oct 19 2017 toddrme2178AATTgmail.com- Initial version