From b3d2f469c9da1a2a4819c16ddc99fe3a10ada2f99f468320f7a1de65870f179d Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Fri, 21 Feb 2014 14:08:20 +0000 Subject: [PATCH] Accepting request 223262 from home:matwey:branches:devel:languages:python Version 0.3 OBS-URL: https://build.opensuse.org/request/show/223262 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybeam?expand=0&rev=4 --- pybeam-0.2.tar.gz | 3 --- pybeam-0.3.tar.gz | 3 +++ python-pybeam.changes | 8 ++++++++ python-pybeam.spec | 11 ++++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 pybeam-0.2.tar.gz create mode 100644 pybeam-0.3.tar.gz diff --git a/pybeam-0.2.tar.gz b/pybeam-0.2.tar.gz deleted file mode 100644 index afb6544..0000000 --- a/pybeam-0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7717120a87386042df9672dbc910c090f9fcd03da5d37fc774e7f978a4652eb8 -size 4556 diff --git a/pybeam-0.3.tar.gz b/pybeam-0.3.tar.gz new file mode 100644 index 0000000..116311a --- /dev/null +++ b/pybeam-0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940d9786cea1fcd4b1605ee132735eb5b8233f5f4a6c4739480adaa299156362 +size 5005 diff --git a/python-pybeam.changes b/python-pybeam.changes index d984000..cbd6c2d 100644 --- a/python-pybeam.changes +++ b/python-pybeam.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Feb 20 16:40:23 UTC 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 6 14:05:27 UTC 2013 - matwey.kornilov@gmail.com diff --git a/python-pybeam.spec b/python-pybeam.spec index b32bc4c..c07cb80 100644 --- a/python-pybeam.spec +++ b/python-pybeam.spec @@ -1,7 +1,7 @@ # # spec file for package python-pybeam # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,19 +13,20 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-pybeam -Version: 0.2 +Version: 0.3 Release: 0 -License: MIT Summary: Python module to parse Erlang BEAM files -Url: http://github.com/matwey/pybeam +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-devel BuildRequires: python-setuptools -BuildRequires: python-construct Requires: python-construct BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110