- 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:
Dirk Mueller 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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cde854e662774c5457d688ca41615f6594187ba7067af101232df889a6b7a66b
size 2636011

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53e5609cac016471d40bd88dc410cd90755942c25e58a61021cfdf7abdfeacff
size 2683152

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Mar 21 08:09:29 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Sun Apr 04 21:40:51 UTC 2021 - Mustafa Çalışkan <musfay@protonmail.com>

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