From 46662e9a03a7b985d1ca58f1ef63b1196bf2fa5091f2cef23f8ef28a519c0e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 19 Mar 2018 13:18:07 +0000 Subject: [PATCH] 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 --- LICENSE | 22 ++++++++++++++++++++++ pybeam-0.4.1.tar.gz | 3 +++ pybeam-0.4.tar.gz | 3 --- python-pybeam.changes | 6 ++++++ python-pybeam.spec | 9 +++++++-- 5 files changed, 38 insertions(+), 5 deletions(-) create mode 100644 LICENSE create mode 100644 pybeam-0.4.1.tar.gz delete mode 100644 pybeam-0.4.tar.gz diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..16abb06 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2013 Matwey V. Kornilov + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + diff --git a/pybeam-0.4.1.tar.gz b/pybeam-0.4.1.tar.gz new file mode 100644 index 0000000..9e335bc --- /dev/null +++ b/pybeam-0.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f34e336f8a8f5d09553e15c55d9843754ed83f5382823dfb6844a13f12e41e2 +size 5282 diff --git a/pybeam-0.4.tar.gz b/pybeam-0.4.tar.gz deleted file mode 100644 index 569bdea..0000000 --- a/pybeam-0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d5357668f237d5e79afc0be46eca9deca697ad43df6939eb959c4e6b5904647 -size 4887 diff --git a/python-pybeam.changes b/python-pybeam.changes index cac56f2..c531b4b 100644 --- a/python-pybeam.changes +++ b/python-pybeam.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 19 11:25:48 UTC 2018 - matwey.kornilov@gmail.com + +- Version 0.4.1: + - Add support for AtU8 chuck (fix Erlang 20.0 beam file format) + ------------------------------------------------------------------- Thu Aug 24 13:50:13 UTC 2017 - jmatejek@suse.com diff --git a/python-pybeam.spec b/python-pybeam.spec index 4546149..4380641 100644 --- a/python-pybeam.spec +++ b/python-pybeam.spec @@ -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