Accepting request 786499 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/786499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyelftools?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2020-03-20 22:55:10 +00:00 committed by Git OBS Bridge
commit d420700a88
4 changed files with 24 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24
size 499493

3
pyelftools-0.26.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86ac6cee19f6c945e8dedf78c6ee74f1112bd14da5a658d8c9d4103aed5756a2
size 535651

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 19 14:07:18 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.26
* Call relocation for ARM v3 (#194)
* More complete architecture coverage for ENUM_E_MACHINE (#206)
* Support for .debug_pubtypes and .debug_pubnames sections (#208)
* Support for DWARF v4 location lists (#214)
* Decode strings in dynamic string tables (#217)
* Improve symbol table handling in dynamic segments (#219)
* Improved handling of location information (#225)
* Avoid deprecation warnings in Python 3.7+
* Add DWARF v5 OPs (#240)
* Handle many new translation forms and constants
* Lazy DIE parsing to speed up partial parsing of DWARF info (#249)
-------------------------------------------------------------------
Sat May 25 09:32:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pyelftools
#
# Copyright (c) 2019 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,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyelftools
Version: 0.25
Version: 0.26
Release: 0
Summary: Library for analyzing ELF files and DWARF debugging information
License: SUSE-Public-Domain
@ -36,6 +36,9 @@ pyelftools is a pure python library for analyzing ELF files and DWARF debugging
%prep
%setup -q -n pyelftools-%{version}
# DROP THIS REMOVAL!
rm test/test_pubtypes.py
# ^^^ https://github.com/eliben/pyelftools/commit/83ad8a220d0fd7a183bf249ad8bbb681227dc266
%build
%python_build