forked from pool/python-macholib
Accepting request 1007009 from home:yarunachalam:branches:devel:languages:python
- version update to 1.16 * Add allow_unknown_load_commands option to MachO and ```macholib.MachOHeader``. OBS-URL: https://build.opensuse.org/request/show/1007009 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-macholib?expand=0&rev=13
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0c436bc847e7b1d9bda0560351bf76d7caf930fb585a828d13608839ef42c432
|
|
||||||
size 59372
|
|
||||||
3
macholib-1.16.tar.gz
Normal file
3
macholib-1.16.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:001bf281279b986a66d7821790d734e61150d52f40c080899df8fefae056e9f7
|
||||||
|
size 59086
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 29 15:42:05 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- version update to 1.16
|
||||||
|
* Add allow_unknown_load_commands option to MachO and ```macholib.MachOHeader``.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 25 06:50:39 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
Mon May 25 06:50:39 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-macholib
|
# spec file for package python-macholib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-macholib
|
Name: python-macholib
|
||||||
Version: 1.14
|
Version: 1.16
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mach-O header analysis and editing
|
Summary: Mach-O header analysis and editing
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -31,7 +31,7 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-altgraph >= 0.15
|
Requires: python-altgraph >= 0.15
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module altgraph >= 0.15}
|
BuildRequires: %{python_module altgraph >= 0.15}
|
||||||
|
|||||||
Reference in New Issue
Block a user