Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-pyelftools-0.26-bp153.1.15 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python3-pyelftools Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.26 Vendor: openSUSE
Release: bp153.1.15 Build date: Sat Mar 6 02:01:40 2021
Group: Development/Languages/Python Build host: sheep86
Size: 1163346 Source RPM: python-pyelftools-0.26-bp153.1.15.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/eliben/pyelftools
Summary: Library for analyzing ELF files and DWARF debugging information
pyelftools is a pure python library for analyzing ELF files and DWARF debugging information

Provides

Requires

License

SUSE-Public-Domain

Changelog

* Wed May 20 2020 Petr Gajdos <pgajdos@suse.com>
  - %python3_only -> %python_alternative
* Thu Mar 19 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 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 0.25:
    - Make parsing of SH_TYPE and PT_TYPE fields dependent on the machine
      (e_machine header field), making it possible to support conflicting type
      enums between different machines (#71 and #121).
    - Add parsing and readelf dumping for .eh_frame (#155)
    - Support compressed sections (#152)
    - Better support for parsing core dumps (#147)
    - More comprehensive handling of ARM relocations (#121)
    - Convert all ascii encoding to utf-8 encoding (#182)
    - Don't attempt to hex/string dump SHT_NOBITS sections in readelf (#119).
    - Test with Python 3.6
    - Minor bugfixes (#118)
    - Cleanup: Use argparse instead of optparse
    - Make readelf comparison tests run in parallel using multiprocessing; cuts
      testing time 3-5x
    - Improvements in MIPS flags handling (#165)
* Fri May 18 2018 yousaf.kaukab@suse.com
  - Intial package

Files

/etc/alternatives/readelf.py
/usr/bin/readelf.py
/usr/bin/readelf.py-3.6
/usr/lib/python3.6/site-packages/elftools
/usr/lib/python3.6/site-packages/elftools/__init__.py
/usr/lib/python3.6/site-packages/elftools/__pycache__
/usr/lib/python3.6/site-packages/elftools/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/common
/usr/lib/python3.6/site-packages/elftools/common/__init__.py
/usr/lib/python3.6/site-packages/elftools/common/__pycache__
/usr/lib/python3.6/site-packages/elftools/common/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/common/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/common/__pycache__/construct_utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/common/__pycache__/construct_utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/common/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/common/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/common/__pycache__/py3compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/common/__pycache__/py3compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/common/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/common/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/common/construct_utils.py
/usr/lib/python3.6/site-packages/elftools/common/exceptions.py
/usr/lib/python3.6/site-packages/elftools/common/py3compat.py
/usr/lib/python3.6/site-packages/elftools/common/utils.py
/usr/lib/python3.6/site-packages/elftools/construct
/usr/lib/python3.6/site-packages/elftools/construct/__init__.py
/usr/lib/python3.6/site-packages/elftools/construct/__pycache__
/usr/lib/python3.6/site-packages/elftools/construct/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/construct/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/construct/__pycache__/adapters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/construct/__pycache__/adapters.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/construct/__pycache__/core.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/construct/__pycache__/core.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/construct/__pycache__/debug.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/construct/__pycache__/debug.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/construct/__pycache__/macros.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/construct/__pycache__/macros.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/construct/adapters.py
/usr/lib/python3.6/site-packages/elftools/construct/core.py
/usr/lib/python3.6/site-packages/elftools/construct/debug.py
/usr/lib/python3.6/site-packages/elftools/construct/lib
/usr/lib/python3.6/site-packages/elftools/construct/lib/__init__.py
/usr/lib/python3.6/site-packages/elftools/construct/lib/__pycache__
/usr/lib/python3.6/site-packages/elftools/construct/lib/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/construct/lib/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/construct/lib/__pycache__/binary.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/construct/lib/__pycache__/binary.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/construct/lib/__pycache__/bitstream.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/construct/lib/__pycache__/bitstream.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/construct/lib/__pycache__/container.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/construct/lib/__pycache__/container.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/construct/lib/__pycache__/hex.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/construct/lib/__pycache__/hex.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/construct/lib/__pycache__/py3compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/construct/lib/__pycache__/py3compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/construct/lib/binary.py
/usr/lib/python3.6/site-packages/elftools/construct/lib/bitstream.py
/usr/lib/python3.6/site-packages/elftools/construct/lib/container.py
/usr/lib/python3.6/site-packages/elftools/construct/lib/hex.py
/usr/lib/python3.6/site-packages/elftools/construct/lib/py3compat.py
/usr/lib/python3.6/site-packages/elftools/construct/macros.py
/usr/lib/python3.6/site-packages/elftools/dwarf
/usr/lib/python3.6/site-packages/elftools/dwarf/__init__.py
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/abbrevtable.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/abbrevtable.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/aranges.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/aranges.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/callframe.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/callframe.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/compileunit.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/compileunit.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/constants.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/constants.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/descriptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/descriptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/die.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/die.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/dwarf_expr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/dwarf_expr.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/dwarfinfo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/dwarfinfo.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/enums.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/enums.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/lineprogram.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/lineprogram.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/locationlists.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/locationlists.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/namelut.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/namelut.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/ranges.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/ranges.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/structs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/__pycache__/structs.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/dwarf/abbrevtable.py
/usr/lib/python3.6/site-packages/elftools/dwarf/aranges.py
/usr/lib/python3.6/site-packages/elftools/dwarf/callframe.py
/usr/lib/python3.6/site-packages/elftools/dwarf/compileunit.py
/usr/lib/python3.6/site-packages/elftools/dwarf/constants.py
/usr/lib/python3.6/site-packages/elftools/dwarf/descriptions.py
/usr/lib/python3.6/site-packages/elftools/dwarf/die.py
/usr/lib/python3.6/site-packages/elftools/dwarf/dwarf_expr.py
/usr/lib/python3.6/site-packages/elftools/dwarf/dwarfinfo.py
/usr/lib/python3.6/site-packages/elftools/dwarf/enums.py
/usr/lib/python3.6/site-packages/elftools/dwarf/lineprogram.py
/usr/lib/python3.6/site-packages/elftools/dwarf/locationlists.py
/usr/lib/python3.6/site-packages/elftools/dwarf/namelut.py
/usr/lib/python3.6/site-packages/elftools/dwarf/ranges.py
/usr/lib/python3.6/site-packages/elftools/dwarf/structs.py
/usr/lib/python3.6/site-packages/elftools/elf
/usr/lib/python3.6/site-packages/elftools/elf/__init__.py
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/constants.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/constants.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/descriptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/descriptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/dynamic.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/dynamic.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/elffile.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/elffile.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/enums.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/enums.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/gnuversions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/gnuversions.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/hash.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/hash.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/notes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/notes.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/relocation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/relocation.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/sections.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/sections.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/segments.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/segments.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/structs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/elftools/elf/__pycache__/structs.cpython-36.pyc
/usr/lib/python3.6/site-packages/elftools/elf/constants.py
/usr/lib/python3.6/site-packages/elftools/elf/descriptions.py
/usr/lib/python3.6/site-packages/elftools/elf/dynamic.py
/usr/lib/python3.6/site-packages/elftools/elf/elffile.py
/usr/lib/python3.6/site-packages/elftools/elf/enums.py
/usr/lib/python3.6/site-packages/elftools/elf/gnuversions.py
/usr/lib/python3.6/site-packages/elftools/elf/hash.py
/usr/lib/python3.6/site-packages/elftools/elf/notes.py
/usr/lib/python3.6/site-packages/elftools/elf/relocation.py
/usr/lib/python3.6/site-packages/elftools/elf/sections.py
/usr/lib/python3.6/site-packages/elftools/elf/segments.py
/usr/lib/python3.6/site-packages/elftools/elf/structs.py
/usr/lib/python3.6/site-packages/pyelftools-0.26-py3.6.egg-info
/usr/lib/python3.6/site-packages/pyelftools-0.26-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/pyelftools-0.26-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/pyelftools-0.26-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/pyelftools-0.26-py3.6.egg-info/top_level.txt
/usr/share/doc/packages/python3-pyelftools
/usr/share/doc/packages/python3-pyelftools/CHANGES
/usr/share/licenses/python3-pyelftools
/usr/share/licenses/python3-pyelftools/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024