From df22e6eec6280e2eb39055acd75d6567ec720ec823bd25f6450c5be9073b2bf1 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 31 Mar 2014 07:34:13 +0000 Subject: [PATCH] Accepting request 228203 from home:matwey:branches:devel:languages:python OBS-URL: https://build.opensuse.org/request/show/228203 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybeam?expand=0&rev=6 --- pybeam-0.3.1.tar.gz | 3 +++ pybeam-0.3.tar.gz | 3 --- python-pybeam.changes | 8 ++++++++ python-pybeam.spec | 3 ++- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 pybeam-0.3.1.tar.gz delete mode 100644 pybeam-0.3.tar.gz diff --git a/pybeam-0.3.1.tar.gz b/pybeam-0.3.1.tar.gz new file mode 100644 index 0000000..b4c3690 --- /dev/null +++ b/pybeam-0.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4844b5a04acf81a1a910901d926c44e1455190aa6e3a8cf6c98af104d795a69e +size 5092 diff --git a/pybeam-0.3.tar.gz b/pybeam-0.3.tar.gz deleted file mode 100644 index 116311a..0000000 --- a/pybeam-0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:940d9786cea1fcd4b1605ee132735eb5b8233f5f4a6c4739480adaa299156362 -size 5005 diff --git a/python-pybeam.changes b/python-pybeam.changes index cbd6c2d..41f630e 100644 --- a/python-pybeam.changes +++ b/python-pybeam.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Mar 29 12:53:23 UTC 2014 - matwey.kornilov@gmail.com + +- Verision 0.3.1: + - fix parsing lists with not-null tail + - fix parsing strings ( six > 1.4.0 is required to support both + python 2 and python 3 ) + ------------------------------------------------------------------- Thu Feb 20 16:40:23 UTC 2014 - matwey.kornilov@gmail.com diff --git a/python-pybeam.spec b/python-pybeam.spec index c07cb80..b5ae5e9 100644 --- a/python-pybeam.spec +++ b/python-pybeam.spec @@ -17,7 +17,7 @@ Name: python-pybeam -Version: 0.3 +Version: 0.3.1 Release: 0 Summary: Python module to parse Erlang BEAM files License: MIT @@ -28,6 +28,7 @@ BuildRequires: python-construct BuildRequires: python-devel BuildRequires: python-setuptools Requires: python-construct +Requires: python-six >= 1.4.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}