14
0

Accepting request 1131727 from devel:languages:python

- 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/request/show/1131727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-macholib?expand=0&rev=9
This commit is contained in:
2023-12-08 21:32:04 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:557bbfa1bb255c20e9abafe7ed6cd8046b48d9525db2f9b77d3122a63a2a8bf8
size 59027

3
macholib-1.16.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07ae9e15e8e4cd9a788013d81f5908b3609aa76f9b1421bae9c4d7606ec86a30
size 59309

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``.
-------------------------------------------------------------------

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-macholib
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-macholib
Version: 1.16.2
Version: 1.16.3
Release: 0
Summary: Mach-O header analysis and editing
License: MIT