Hello community,
here is the log from the commit of package python-macholib for openSUSE:Factory
checked in at 2020-04-01 19:19:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-macholib (Old)
and /work/SRC/openSUSE:Factory/.python-macholib.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-macholib"
Wed Apr 1 19:19:42 2020 rev:4 rq:790540 version:1.14
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-macholib/python-macholib.changes
2019-01-24 14:14:10.631309657 +0100
+++
/work/SRC/openSUSE:Factory/.python-macholib.new.3248/python-macholib.changes
2020-04-01 19:20:00.947576399 +0200
@@ -1,0 +2,9 @@
+Wed Apr 1 10:32:23 UTC 2020 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
macholib-1.11.tar.gz
New:
----
macholib-1.14.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-macholib.spec ++++++
--- /var/tmp/diff_new_pack.syxn2h/_old 2020-04-01 19:20:01.695576736 +0200
+++ /var/tmp/diff_new_pack.syxn2h/_new 2020-04-01 19:20:01.695576736 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-macholib
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,22 +18,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-macholib
-Version: 1.11
+Version: 1.14
Release: 0
Summary: Mach-O header analysis and editing
License: MIT
Group: Development/Languages/Python
-Url: http://bitbucket.org/ronaldoussoren/macholib
+URL: https://github.com/ronaldoussoren/macholib/
Source:
https://files.pythonhosted.org/packages/source/m/macholib/macholib-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-altgraph >= 0.15
+Requires: python-setuptools
+BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module altgraph >= 0.13}
+BuildRequires: %{python_module altgraph >= 0.15}
+BuildRequires: %{python_module pytest}
# /SECTION
-Requires: python-altgraph >= 0.13
-BuildArch: noarch
-
%python_subpackages
%description
@@ -59,13 +60,13 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%if %{with test}
%check
-%python_exec setup.py test
-%endif
+# tests are too much platform specific (?)
+rm macholib_tests/test_{command_line,dyld}.py
+%pytest
%files %{python_files}
-%doc README.txt
+%doc README.rst doc/*.rst
%license doc/license.rst
%python3_only %{_bindir}/macho_find
%python3_only %{_bindir}/macho_standalone
++++++ macholib-1.11.tar.gz -> macholib-1.14.tar.gz ++++++
++++ 14104 lines of diff (skipped)