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

python311-pybeam-0.8-slfo.1.1.1 RPM for noarch

From OpenSuSE Leap 16.0 for noarch

Name: python311-pybeam Distribution: SUSE Linux Framework One
Version: 0.8 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.1 Build date: Thu Aug 29 14:06:21 2024
Group: Development/Languages/Python Build host: reproducible
Size: 49901 Source RPM: python-pybeam-0.8-slfo.1.1.1.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/matwey/pybeam
Summary: Python module to parse Erlang BEAM files
Python module to parse Erlang BEAM files, now it is able to read
imports, exports, atoms, as well as compile info and attribute
chunks in pretty python format.

Provides

Requires

License

MIT

Changelog

* Thu Aug 29 2024 pgajdos@suse.com
  - version update to 0.8
    * Use pyproject.toml and drop outdated Python support
    * Drop outdated Python versions from GitHub Actions
    * Initial support for gzip compressed BEAM files
* Thu Nov 05 2020 matwey.kornilov@gmail.com
  - Version 0.7
  - Fix CInf parse
  - Drop make_sphinx_optional.patch
* Fri Feb 14 2020 matwey.kornilov@gmail.com
  - Version 0.6
* Wed Feb 12 2020 tchvatal@suse.com
  - Remove doc conditional as it is never built due to always being
    as a bcond_with
  - Use unittest directly to avoid setup.py test deprecation
  - Allow usage with construct 2.10
* Sun Dec 15 2019 stefan.bruens@rwth-aachen.de
  - Make Sphinx dependency optional (docs are not built by default),
    add make_sphinx_optional.patch
  - Use _multibuild for tests to reduce the build dependencies
    and simplify bootstrap for e.g. rpmlint.
* Fri Jan 11 2019 tchvatal@suse.com
  - Fix fdupes call
* Wed Dec 26 2018 matwey.kornilov@gmail.com
  - Version 0.5
    - ported to construct 2.9.x
* Tue Dec 04 2018 mcepl@suse.com
  - Remove superfluous devel dependency for noarch package
* Mon Mar 19 2018 matwey.kornilov@gmail.com
  - Version 0.4.1 (bsc#1089748):
    - Add support for AtU8 chuck (fix Erlang 20.0 beam file format)
* Thu Aug 24 2017 jmatejek@suse.com
  - singlespec auto-conversion
* Fri Jan 20 2017 matwey.kornilov@gmail.com
  - Version 0.4:
    - ported to construct 2.8.x
* Wed Jan 18 2017 matwey.kornilov@gmail.com
  - Update Source url
* Sun Jan 08 2017 matwey.kornilov@gmail.com
  - Only consruct 2.5.x is supported by pybeam 0.3.x
* Sat May 31 2014 matwey.kornilov@gmail.com
  - Version 0.3.2:
    - add support for Erlang 17.0 (maps)
* Sat Mar 29 2014 matwey.kornilov@gmail.com
  - Verision 0.3.1:
    - fix parsing lists with not-null tail
    - fix parsing strings ( six > 1.4.0 is required to support both
      python 2 and python 3 )
* Thu Feb 20 2014 matwey.kornilov@gmail.com
  - Version 0.3:
    - python 3.3 support
    - minor fixes and add more unit-tests
    - Code LitT FunT chunk now understood
* Mon May 06 2013 matwey.kornilov@gmail.com
  - Version 0.2:
    - fixed floating point parsing
    - fixed Atom lists indexation
* Wed May 01 2013 matwey.kornilov@gmail.com
  - Initial version

Files

/usr/lib/python3.11/site-packages/pybeam
/usr/lib/python3.11/site-packages/pybeam-0.8.dist-info
/usr/lib/python3.11/site-packages/pybeam-0.8.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/pybeam-0.8.dist-info/LICENSE
/usr/lib/python3.11/site-packages/pybeam-0.8.dist-info/METADATA
/usr/lib/python3.11/site-packages/pybeam-0.8.dist-info/RECORD
/usr/lib/python3.11/site-packages/pybeam-0.8.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/pybeam-0.8.dist-info/WHEEL
/usr/lib/python3.11/site-packages/pybeam-0.8.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/pybeam/__init__.py
/usr/lib/python3.11/site-packages/pybeam/__pycache__
/usr/lib/python3.11/site-packages/pybeam/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pybeam/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pybeam/__pycache__/beam_file.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pybeam/__pycache__/beam_file.cpython-311.pyc
/usr/lib/python3.11/site-packages/pybeam/__pycache__/erlang_types.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pybeam/__pycache__/erlang_types.cpython-311.pyc
/usr/lib/python3.11/site-packages/pybeam/beam_file.py
/usr/lib/python3.11/site-packages/pybeam/erlang_types.py
/usr/lib/python3.11/site-packages/pybeam/schema
/usr/lib/python3.11/site-packages/pybeam/schema/__init__.py
/usr/lib/python3.11/site-packages/pybeam/schema/__pycache__
/usr/lib/python3.11/site-packages/pybeam/schema/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pybeam/schema/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pybeam/schema/__pycache__/eetf.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pybeam/schema/__pycache__/eetf.cpython-311.pyc
/usr/lib/python3.11/site-packages/pybeam/schema/beam
/usr/lib/python3.11/site-packages/pybeam/schema/beam/__init__.py
/usr/lib/python3.11/site-packages/pybeam/schema/beam/__pycache__
/usr/lib/python3.11/site-packages/pybeam/schema/beam/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pybeam/schema/beam/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pybeam/schema/beam/__pycache__/chunks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pybeam/schema/beam/__pycache__/chunks.cpython-311.pyc
/usr/lib/python3.11/site-packages/pybeam/schema/beam/chunks.py
/usr/lib/python3.11/site-packages/pybeam/schema/eetf.py
/usr/share/licenses/python311-pybeam
/usr/share/licenses/python311-pybeam/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Feb 7 23:57:44 2025