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
This commit is contained in:
parent
62590b84e6
commit
b3d2f469c9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7717120a87386042df9672dbc910c090f9fcd03da5d37fc774e7f978a4652eb8
|
|
||||||
size 4556
|
|
3
pybeam-0.3.tar.gz
Normal file
3
pybeam-0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:940d9786cea1fcd4b1605ee132735eb5b8233f5f4a6c4739480adaa299156362
|
||||||
|
size 5005
|
@ -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
|
Mon May 6 14:05:27 UTC 2013 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pybeam
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -13,19 +13,20 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-pybeam
|
Name: python-pybeam
|
||||||
Version: 0.2
|
Version: 0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MIT
|
|
||||||
Summary: Python module to parse Erlang BEAM files
|
Summary: Python module to parse Erlang BEAM files
|
||||||
Url: http://github.com/matwey/pybeam
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: http://github.com/matwey/pybeam
|
||||||
Source: http://pypi.python.org/packages/source/p/pybeam/pybeam-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/p/pybeam/pybeam-%{version}.tar.gz
|
||||||
|
BuildRequires: python-construct
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
BuildRequires: python-construct
|
|
||||||
Requires: python-construct
|
Requires: python-construct
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user