Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyelftools for
openSUSE:Factory checked in at 2021-04-06 17:31:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyelftools (Old)
and /work/SRC/openSUSE:Factory/.python-pyelftools.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyelftools"
Tue Apr 6 17:31:08 2021 rev:5 rq:883193 version:0.27
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyelftools/python-pyelftools.changes
2020-05-26 17:18:13.231832941 +0200
+++
/work/SRC/openSUSE:Factory/.python-pyelftools.new.2401/python-pyelftools.changes
2021-04-06 17:32:43.791323837 +0200
@@ -1,0 +2,13 @@
+Sun Apr 04 21:40:51 UTC 2021 - Mustafa ??al????kan <[email protected]>
+
+- Update to version 0.27:
+ * Add a bit more details to dwarf_pubnames_types example
+ * Make dwarf_pubnames_types example a bit more general
+ * Replace field access with property name access
+ * DebugSectionDescriptor.size initialized with decompressed section size
(#339)
+ * hash.py: observe endianness when reading hashes (#338)
+ * DWARFv1 constants in enums, DW_FORM_ref parsing (#335)
+ * elf: support for ELF files with a large number of sections (#333)
+ * Remove Travis config
+
+-------------------------------------------------------------------
Old:
----
pyelftools-0.26.tar.gz
New:
----
pyelftools-0.27.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyelftools.spec ++++++
--- /var/tmp/diff_new_pack.57Pa5M/_old 2021-04-06 17:32:44.223324326 +0200
+++ /var/tmp/diff_new_pack.57Pa5M/_new 2021-04-06 17:32:44.227324331 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pyelftools
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 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-pyelftools
-Version: 0.26
+Version: 0.27
Release: 0
Summary: Library for analyzing ELF files and DWARF debugging information
License: SUSE-Public-Domain
@@ -29,7 +29,7 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
BuildArch: noarch
%python_subpackages
@@ -38,9 +38,6 @@
%prep
%setup -q -n pyelftools-%{version}
-# DROP THIS REMOVAL!
-rm test/test_pubtypes.py
-# ^^^
https://github.com/eliben/pyelftools/commit/83ad8a220d0fd7a183bf249ad8bbb681227dc266
%build
%python_build
@@ -51,7 +48,9 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec test/run_all_unittests.py
+# Tests fails due to missing files.
+# https://github.com/eliben/pyelftools/issues/349
+#%%python_exec test/run_all_unittests.py
%python_exec test/run_examples_test.py
# May fail due to minor differences in the output of readelf
# https://github.com/eliben/pyelftools/wiki/Hacking-guide#tests
++++++ pyelftools-0.26.tar.gz -> pyelftools-0.27.tar.gz ++++++
++++ 5668 lines of diff (skipped)