14
0

Accepting request 882923 from home:musfay:branches:devel:languages:python

- Update to version 0.27:
  * Add a bit more details to dwarf_pubnames_types example
  * Make dwarf_pubnames_types example a bit more general
  * Replace field access with property name access
  * DebugSectionDescriptor.size initialized with decompressed section size (#339)
  * hash.py: observe endianness when reading hashes (#338)
  * DWARFv1 constants in enums, DW_FORM_ref parsing (#335)
  * elf: support for ELF files with a large number of sections (#333)
  * Remove Travis config

OBS-URL: https://build.opensuse.org/request/show/882923
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyelftools?expand=0&rev=11
This commit is contained in:
2021-04-06 08:30:10 +00:00
committed by Git OBS Bridge
parent 3b6492366b
commit 5a36fcce92
4 changed files with 22 additions and 10 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Apr 04 21:40:51 UTC 2021 - Mustafa Çalışkan <musfay@protonmail.com>
- Update to version 0.27:
* Add a bit more details to dwarf_pubnames_types example
* Make dwarf_pubnames_types example a bit more general
* Replace field access with property name access
* DebugSectionDescriptor.size initialized with decompressed section size (#339)
* hash.py: observe endianness when reading hashes (#338)
* DWARFv1 constants in enums, DW_FORM_ref parsing (#335)
* elf: support for ELF files with a large number of sections (#333)
* Remove Travis config
-------------------------------------------------------------------
Wed May 20 07:26:24 UTC 2020 - Petr Gajdos <pgajdos@suse.com>