commit python-macholib for openSUSE:Factory

2020-05-26 Thread root
Hello community,

here is the log from the commit of package python-macholib for openSUSE:Factory 
checked in at 2020-05-26 17:23:23

Comparing /work/SRC/openSUSE:Factory/python-macholib (Old)
 and  /work/SRC/openSUSE:Factory/.python-macholib.new.2738 (New)


Package is "python-macholib"

Tue May 26 17:23:23 2020 rev:5 rq:808683 version:1.14

Changes:

--- /work/SRC/openSUSE:Factory/python-macholib/python-macholib.changes  
2020-04-01 19:20:00.947576399 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-macholib.new.2738/python-macholib.changes
2020-05-26 17:23:24.600502332 +0200
@@ -1,0 +2,5 @@
+Mon May 25 06:50:39 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-macholib.spec ++
--- /var/tmp/diff_new_pack.7N5BEs/_old  2020-05-26 17:23:25.316503871 +0200
+++ /var/tmp/diff_new_pack.7N5BEs/_new  2020-05-26 17:23:25.324503889 +0200
@@ -30,6 +30,8 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-altgraph >= 0.15
 Requires:   python-setuptools
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module altgraph >= 0.15}
@@ -58,6 +60,9 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/macho_dump
+%python_clone -a %{buildroot}%{_bindir}/macho_standalone
+%python_clone -a %{buildroot}%{_bindir}/macho_find
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -65,12 +70,22 @@
 rm macholib_tests/test_{command_line,dyld}.py
 %pytest
 
+%post
+%python_install_alternative macho_dump
+%python_install_alternative macho_standalone
+%python_install_alternative macho_find
+
+%postun
+%python_uninstall_alternative macho_dump
+%python_uninstall_alternative macho_standalone
+%python_uninstall_alternative macho_find
+
 %files %{python_files}
 %doc README.rst doc/*.rst
 %license doc/license.rst
-%python3_only %{_bindir}/macho_find
-%python3_only %{_bindir}/macho_standalone
-%python3_only %{_bindir}/macho_dump
+%python_alternative %{_bindir}/macho_find
+%python_alternative %{_bindir}/macho_standalone
+%python_alternative %{_bindir}/macho_dump
 %{python_sitelib}/*
 
 %changelog




commit python-macholib for openSUSE:Factory

2020-04-01 Thread root
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 - pgaj...@suse.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
+
+---

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)




commit python-macholib for openSUSE:Factory

2019-01-24 Thread root
Hello community,

here is the log from the commit of package python-macholib for openSUSE:Factory 
checked in at 2019-01-24 14:14:07

Comparing /work/SRC/openSUSE:Factory/python-macholib (Old)
 and  /work/SRC/openSUSE:Factory/.python-macholib.new.28833 (New)


Package is "python-macholib"

Thu Jan 24 14:14:07 2019 rev:3 rq:667863 version:1.11

Changes:

--- /work/SRC/openSUSE:Factory/python-macholib/python-macholib.changes  
2018-11-18 23:31:59.653495539 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-macholib.new.28833/python-macholib.changes   
2019-01-24 14:14:10.631309657 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:50:14 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-macholib.spec ++
--- /var/tmp/diff_new_pack.ci6HiS/_old  2019-01-24 14:14:11.159309046 +0100
+++ /var/tmp/diff_new_pack.ci6HiS/_new  2019-01-24 14:14:11.159309046 +0100
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-macholib
 Version:1.11
 Release:0
-License:MIT
 Summary:Mach-O header analysis and editing
-Url:http://bitbucket.org/ronaldoussoren/macholib
+License:MIT
 Group:  Development/Languages/Python
+Url:http://bitbucket.org/ronaldoussoren/macholib
 Source: 
https://files.pythonhosted.org/packages/source/m/macholib/macholib-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros




commit python-macholib for openSUSE:Factory

2018-11-18 Thread root
Hello community,

here is the log from the commit of package python-macholib for openSUSE:Factory 
checked in at 2018-11-18 23:31:55

Comparing /work/SRC/openSUSE:Factory/python-macholib (Old)
 and  /work/SRC/openSUSE:Factory/.python-macholib.new (New)


Package is "python-macholib"

Sun Nov 18 23:31:55 2018 rev:2 rq:649797 version:1.11

Changes:

--- /work/SRC/openSUSE:Factory/python-macholib/python-macholib.changes  
2018-06-02 12:03:32.214939768 +0200
+++ /work/SRC/openSUSE:Factory/.python-macholib.new/python-macholib.changes 
2018-11-18 23:31:59.653495539 +0100
@@ -1,0 +2,10 @@
+Fri Nov 16 19:06:28 UTC 2018 - Todd R 
+
+- Update to 1.11
+  * Add very hacky limited support for @loader_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
+
+---

Old:

  macholib-1.9.tar.gz

New:

  macholib-1.11.tar.gz



Other differences:
--
++ python-macholib.spec ++
--- /var/tmp/diff_new_pack.WbPeIq/_old  2018-11-18 23:32:00.269494799 +0100
+++ /var/tmp/diff_new_pack.WbPeIq/_new  2018-11-18 23:32:00.269494799 +0100
@@ -17,7 +17,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-macholib
-Version:1.9
+Version:1.11
 Release:0
 License:MIT
 Summary:Mach-O header analysis and editing
@@ -65,7 +65,6 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.txt
 %license doc/license.rst
 %python3_only %{_bindir}/macho_find

++ macholib-1.9.tar.gz -> macholib-1.11.tar.gz ++
 17307 lines of diff (skipped)