Accepting request 786499 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/786499 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyelftools?expand=0&rev=3
This commit is contained in:
commit
d420700a88
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24
|
|
||||||
size 499493
|
|
3
pyelftools-0.26.tar.gz
Normal file
3
pyelftools-0.26.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:86ac6cee19f6c945e8dedf78c6ee74f1112bd14da5a658d8c9d4103aed5756a2
|
||||||
|
size 535651
|
@ -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>
|
Sat May 25 09:32:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyelftools
|
# spec file for package python-pyelftools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pyelftools
|
Name: python-pyelftools
|
||||||
Version: 0.25
|
Version: 0.26
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for analyzing ELF files and DWARF debugging information
|
Summary: Library for analyzing ELF files and DWARF debugging information
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
@ -36,6 +36,9 @@ pyelftools is a pure python library for analyzing ELF files and DWARF debugging
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pyelftools-%{version}
|
%setup -q -n pyelftools-%{version}
|
||||||
|
# DROP THIS REMOVAL!
|
||||||
|
rm test/test_pubtypes.py
|
||||||
|
# ^^^ https://github.com/eliben/pyelftools/commit/83ad8a220d0fd7a183bf249ad8bbb681227dc266
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
Loading…
Reference in New Issue
Block a user