14
0
forked from pool/python-pybeam

Accepting request 588566 from home:matwey:branches:devel:languages:python

- Version 0.4.1:
  - Add support for AtU8 chuck (fix Erlang 20.0 beam file format)

Hello,

For now, I've put LICENSE file separately.
It will be in targall in the next PyPi release.

OBS-URL: https://build.opensuse.org/request/show/588566
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybeam?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2018-03-19 13:18:07 +00:00
committed by Git OBS Bridge
parent 523fc8b3c0
commit 46662e9a03
5 changed files with 38 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pybeam
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,19 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pybeam
Version: 0.4
Version: 0.4.1
Release: 0
Summary: Python module to parse Erlang BEAM files
License: MIT
Group: Development/Languages/Python
Url: http://github.com/matwey/pybeam
Source: https://files.pythonhosted.org/packages/source/p/pybeam/pybeam-%{version}.tar.gz
Source1: LICENSE
BuildRequires: %{python_module construct < 2.9}
BuildRequires: %{python_module construct >= 2.8}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: python-rpm-macros
Requires: python-construct
Requires: python-six >= 1.4.0
@@ -42,6 +45,7 @@ chunks in pretty python format.
%prep
%setup -q -n pybeam-%{version}
cp %{S:1} .
%build
%python_build
@@ -51,6 +55,7 @@ chunks in pretty python format.
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE
%{python_sitelib}/*
%changelog