14
0

Accepting request 786494 from home:mcalabkova:branches:devel:languages:python

- 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)

OBS-URL: https://build.opensuse.org/request/show/786494
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyelftools?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2020-03-19 14:54:40 +00:00
committed by Git OBS Bridge
parent 61bf2a38e0
commit 7f970f422a
4 changed files with 24 additions and 5 deletions

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>