From 2fa4934a507970e84b03fc64efa12942d54e8663863ed52d17e0713f5c4189d0 Mon Sep 17 00:00:00 2001 From: Matwey Kornilov Date: Wed, 18 Jan 2017 09:06:44 +0000 Subject: [PATCH] Accepting request 449209 from home:matwey:branches:devel:languages:python OBS-URL: https://build.opensuse.org/request/show/449209 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybeam?expand=0&rev=10 --- pybeam-0.3.2.tar.gz | 3 --- pybeam-0.3.3.tar.gz | 3 +++ python-pybeam.changes | 5 +++++ python-pybeam.spec | 6 +++--- 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 pybeam-0.3.2.tar.gz create mode 100644 pybeam-0.3.3.tar.gz diff --git a/pybeam-0.3.2.tar.gz b/pybeam-0.3.2.tar.gz deleted file mode 100644 index 257d415..0000000 --- a/pybeam-0.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62ce58db02986bc5bb8b208b77b77f72d8d44a1cb4c6e2558088af05f882a32c -size 5179 diff --git a/pybeam-0.3.3.tar.gz b/pybeam-0.3.3.tar.gz new file mode 100644 index 0000000..2d7bfb3 --- /dev/null +++ b/pybeam-0.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ea898b26e142355cd6c11d3909b70f656d44aaa95083f0b97b37b9f1d7ce4c +size 5189 diff --git a/python-pybeam.changes b/python-pybeam.changes index 308a2c9..26b6eea 100644 --- a/python-pybeam.changes +++ b/python-pybeam.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 8 14:14:00 UTC 2017 - matwey.kornilov@gmail.com + +- Only consruct 2.5.x is supported by pybeam 0.3.x + ------------------------------------------------------------------- Sat May 31 11:27:58 UTC 2014 - matwey.kornilov@gmail.com diff --git a/python-pybeam.spec b/python-pybeam.spec index 108c3fc..2f9206b 100644 --- a/python-pybeam.spec +++ b/python-pybeam.spec @@ -1,7 +1,7 @@ # # spec file for package python-pybeam # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,14 +17,14 @@ Name: python-pybeam -Version: 0.3.2 +Version: 0.3.3 Release: 0 Summary: Python module to parse Erlang BEAM files License: MIT Group: Development/Languages/Python Url: http://github.com/matwey/pybeam Source: http://pypi.python.org/packages/source/p/pybeam/pybeam-%{version}.tar.gz -BuildRequires: python-construct +BuildRequires: python-construct < 2.8 BuildRequires: python-devel BuildRequires: python-setuptools Requires: python-construct