14
0

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:
2022-09-29 19:01:53 +00:00
committed by Git OBS Bridge
parent 3f65de1608
commit 4739f82b7c
4 changed files with 12 additions and 6 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:001bf281279b986a66d7821790d734e61150d52f40c080899df8fefae056e9f7
size 59086

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-macholib
Version: 1.14
Version: 1.16
Release: 0
Summary: Mach-O header analysis and editing
License: MIT
@@ -31,7 +31,7 @@ BuildRequires: python-rpm-macros
Requires: python-altgraph >= 0.15
Requires: python-setuptools
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module altgraph >= 0.15}