14
0

- update to 0.28:

* Added a method for returning the index of a section by name
  * Allow filtering by section types in iter_sections
  * Support Android compressed rel/rela sections
  * Initial support for PPC64LE
  * Initial DWARF v5 support
  * Fixed parsing for structures containing uids or gids in core
    dumps
  * Allow filtering by segment types in iter_segments
  * Add support for .note.gnu.property
  * Update readelf tests to work with more recent version of
    readelf
  * Add support for note GNU_PROPERTY_X86_FEATURE_1_AND

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyelftools?expand=0&rev=13
This commit is contained in:
2022-03-21 08:10:46 +00:00
committed by Git OBS Bridge
parent 5a36fcce92
commit a72576ed58
4 changed files with 22 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyelftools
#
# Copyright (c) 2021 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-pyelftools
Version: 0.27
Version: 0.28
Release: 0
Summary: Library for analyzing ELF files and DWARF debugging information
License: SUSE-Public-Domain