%global srcname pybeam Name: python-%{srcname} Version: 0.7 Release: 4%{?dist} Summary: Python module to parse Erlang BEAM files License: MIT URL: https://github.com/matwey/%{srcname} Source0: https://github.com/matwey/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz BuildArch: noarch %description Python module to parse Erlang BEAM files. %package -n python3-%{srcname} Summary: %{summary} BuildRequires: python3-construct >= 2.9 BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-sphinx Requires: python3-construct >= 2.9 Requires: python3-six >= 1.4.0 %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} Python module to parse Erlang BEAM files. %prep %autosetup -p1 -n %{srcname}-%{version} %build %py3_build %install %py3_install %check %{__python3} setup.py test %files -n python3-%{srcname} %license LICENSE %doc README.md %{python3_sitelib}/* %changelog * Fri Jul 22 2022 Fedora Release Engineering - 0.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 0.7-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jul 28 2021 Peter Lemenkov - 0.7-1 - ver. 0.7 * Fri Jul 23 2021 Fedora Release Engineering - 0.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.6-5 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 0.6-2 - Rebuilt for Python 3.9 * Mon Feb 17 2020 Peter Lemenkov - 0.6-1 - ver. 0.6 * Thu Feb 13 2020 Neal Gompa - 0.5-6 - Add fix to work with construct 2.10.x (#1796224) * Thu Jan 30 2020 Fedora Release Engineering - 0.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 0.5-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 0.5-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon May 13 2019 Terje Rosten - 0.5-1 - 0.5 * Sat Feb 02 2019 Fedora Release Engineering - 0.3.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 02 2018 Peter Lemenkov - 0.3.2-13 - Remove python2 subpackage * Sat Jul 14 2018 Fedora Release Engineering - 0.3.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 0.3.2-11 - Rebuilt for Python 3.7 * Wed Mar 21 2018 Peter Lemenkov - 0.3.2-10 - Fix BEAM-files parsing generated with Erlang 20 * Mon Feb 12 2018 Iryna Shcherbina - 0.3.2-9 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering - 0.3.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Sep 29 2017 Troy Dawson - 0.7.19-5 - Cleanup spec file conditionals * Thu Jul 27 2017 Fedora Release Engineering - 0.3.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 0.3.2-4 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 0.3.2-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Tue Jun 7 2016 Peter Lemenkov - 0.3.2-2 - Build for EL7 * Mon Feb 15 2016 Peter Lemenkov - 0.3.2-1 - Initial build