Accepting request 449209 from home:matwey:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/449209
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybeam?expand=0&rev=10
This commit is contained in:
Matwey Kornilov 2017-01-18 09:06:44 +00:00 committed by Git OBS Bridge
parent f5195b8f3b
commit 2fa4934a50
4 changed files with 11 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62ce58db02986bc5bb8b208b77b77f72d8d44a1cb4c6e2558088af05f882a32c
size 5179

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25ea898b26e142355cd6c11d3909b70f656d44aaa95083f0b97b37b9f1d7ce4c
size 5189

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 8 14:14:00 UTC 2017 - matwey.kornilov@gmail.com
- Only consruct 2.5.x is supported by pybeam 0.3.x
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 31 11:27:58 UTC 2014 - matwey.kornilov@gmail.com Sat May 31 11:27:58 UTC 2014 - matwey.kornilov@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-pybeam # spec file for package python-pybeam
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX 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
@ -17,14 +17,14 @@
Name: python-pybeam Name: python-pybeam
Version: 0.3.2 Version: 0.3.3
Release: 0 Release: 0
Summary: Python module to parse Erlang BEAM files Summary: Python module to parse Erlang BEAM files
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://github.com/matwey/pybeam 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-construct < 2.8
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-setuptools BuildRequires: python-setuptools
Requires: python-construct Requires: python-construct