]> code.ossystems Code Review - openembedded-core.git/commit
python3-pyelftools: upgrade 0.27 -> 0.28
authorwangmy <wangmy@fujitsu.com>
Tue, 8 Feb 2022 10:26:39 +0000 (18:26 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Feb 2022 10:29:14 +0000 (10:29 +0000)
commit5957eacc2d1b2a4a1731e9f518a1f76c9a450f51
tree46ecd4f042d7309d968b47fbb48cf753b04bfcb6
parent72874df0a76869c21a28908597a6ea04213d1aeb
python3-pyelftools: upgrade 0.27 -> 0.28

Changelog:
=========
  - Added a method for returning the index of a section by name (#331)
  - Allow filtering by section types in iter_sections (#345)
  - Support Android compressed rel/rela sections (#357)
  - Initial support for PPC64LE (#360)
  - Initial DWARF v5 support (#363 with several follow-ups)
  - Fixed parsing for structures containing uids or gids in core
    dumps (#354)
  - Allow filtering by segment types in iter_segments (#375)
  - Add support for .note.gnu.property (#386)
  - Update readelf tests to work with more recent version of
    readelf (#387)
  - Add support for note GNU_PROPERTY_X86_FEATURE_1_AND (#388)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-pyelftools_0.28.bb [moved from meta/recipes-devtools/python/python3-pyelftools_0.27.bb with 82% similarity]