forked from pool/python-pyelftools
Accepting request 1133189 from devel:languages:python
- update to update to 0.30: * Optimization: cache instantiation of DWARF structs * DWARFv5 CU headers * Bug fix in attribute reporting for DWA_FORM_indirect * Support for RISC-V attributes * Readelf used for testing upgraded to 2.41 * Support for MIPS64 object files * LoongArch support - Add auto-testing vs. llvm-dwarfdump (#428) - Intial package OBS-URL: https://build.opensuse.org/request/show/1133189 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyelftools?expand=0&rev=8
This commit is contained in:
BIN
pyelftools-0.29.tar.gz
(Stored with Git LFS)
BIN
pyelftools-0.29.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
pyelftools-0.30.tar.gz
Normal file
3
pyelftools-0.30.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2fc92b0d534f8b081f58c7c370967379123d8e00984deb53c209364efd575b40
|
||||||
|
size 14018469
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 14 20:57:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to update to 0.30:
|
||||||
|
* Optimization: cache instantiation of DWARF structs
|
||||||
|
* DWARFv5 CU headers
|
||||||
|
* Bug fix in attribute reporting for DWA_FORM_indirect
|
||||||
|
* Support for RISC-V attributes
|
||||||
|
* Readelf used for testing upgraded to 2.41
|
||||||
|
* Support for MIPS64 object files
|
||||||
|
* LoongArch support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 5 00:06:09 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Wed Oct 5 00:06:09 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
@@ -8,7 +20,7 @@ Wed Oct 5 00:06:09 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|||||||
- Support for supplementary object files - debug fission (#426)
|
- Support for supplementary object files - debug fission (#426)
|
||||||
- Improved support for corrupted ELF headers (#434)
|
- Improved support for corrupted ELF headers (#434)
|
||||||
- Readelf used for testing upgraded to 2.38 (#420)
|
- Readelf used for testing upgraded to 2.38 (#420)
|
||||||
- Add auto-testing vs. llvm-dwarfdump (#428)
|
- Add auto-testing vs. llvm-dwarfdump (#428)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 21 08:09:29 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Mon Mar 21 08:09:29 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
@@ -84,4 +96,4 @@ Sat May 25 09:32:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 18 13:24:57 UTC 2018 - yousaf.kaukab@suse.com
|
Fri May 18 13:24:57 UTC 2018 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
- Intial package
|
- Intial package
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyelftools
|
# spec file for package python-pyelftools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 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.29
|
Version: 0.30
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user