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:
commit
15f26abd9c
3
pybeam-0.3.1.tar.gz
Normal file
3
pybeam-0.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4844b5a04acf81a1a910901d926c44e1455190aa6e3a8cf6c98af104d795a69e
|
||||||
|
size 5092
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:940d9786cea1fcd4b1605ee132735eb5b8233f5f4a6c4739480adaa299156362
|
|
||||||
size 5005
|
|
@ -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
|
Thu Feb 20 16:40:23 UTC 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pybeam
|
Name: python-pybeam
|
||||||
Version: 0.3
|
Version: 0.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module to parse Erlang BEAM files
|
Summary: Python module to parse Erlang BEAM files
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -28,6 +28,7 @@ BuildRequires: python-construct
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
Requires: python-construct
|
Requires: python-construct
|
||||||
|
Requires: python-six >= 1.4.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
Loading…
Reference in New Issue
Block a user