Accepting request 228263 from devel:languages:python

(forwarded request 228203 from matwey)

OBS-URL: https://build.opensuse.org/request/show/228263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pybeam?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2014-04-05 14:49:51 +00:00 committed by Git OBS Bridge
commit 15f26abd9c
4 changed files with 13 additions and 4 deletions

3
pybeam-0.3.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4844b5a04acf81a1a910901d926c44e1455190aa6e3a8cf6c98af104d795a69e
size 5092

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:940d9786cea1fcd4b1605ee132735eb5b8233f5f4a6c4739480adaa299156362
size 5005

View File

@ -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

View File

@ -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()")}