Hello community, here is the log from the commit of package python-pybeam for openSUSE:Factory checked in at 2017-01-23 11:29:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pybeam (Old) and /work/SRC/openSUSE:Factory/.python-pybeam.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pybeam" Changes: -------- --- /work/SRC/openSUSE:Factory/python-pybeam/python-pybeam.changes 2014-06-08 13:36:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-pybeam.new/python-pybeam.changes 2017-01-23 11:29:16.290947929 +0100 @@ -1,0 +2,10 @@ +Wed Jan 18 09:11:57 UTC 2017 - [email protected] + +- Update Source url + +------------------------------------------------------------------- +Sun Jan 8 14:14:00 UTC 2017 - [email protected] + +- Only consruct 2.5.x is supported by pybeam 0.3.x + +------------------------------------------------------------------- Old: ---- pybeam-0.3.2.tar.gz New: ---- pybeam-0.3.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pybeam.spec ++++++ --- /var/tmp/diff_new_pack.x6LwCY/_old 2017-01-23 11:29:16.630899733 +0100 +++ /var/tmp/diff_new_pack.x6LwCY/_new 2017-01-23 11:29:16.634899166 +0100 @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: python-pybeam -Version: 0.3.2 +Version: 0.3.3 Release: 0 Summary: Python module to parse Erlang BEAM files License: MIT Group: Development/Languages/Python Url: http://github.com/matwey/pybeam -Source: http://pypi.python.org/packages/source/p/pybeam/pybeam-%{version}.tar.gz -BuildRequires: python-construct +Source: https://files.pythonhosted.org/packages/source/p/pybeam/pybeam-%{version}.tar.gz +BuildRequires: python-construct < 2.8 BuildRequires: python-devel BuildRequires: python-setuptools Requires: python-construct ++++++ pybeam-0.3.2.tar.gz -> pybeam-0.3.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pybeam-0.3.2/PKG-INFO new/pybeam-0.3.3/PKG-INFO --- old/pybeam-0.3.2/PKG-INFO 2014-05-31 13:26:30.000000000 +0200 +++ new/pybeam-0.3.3/PKG-INFO 2017-01-08 15:06:32.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: pybeam -Version: 0.3.2 +Version: 0.3.3 Summary: Python module to parse Erlang BEAM files Home-page: http://github.com/matwey/pybeam Author: Matwey V. Kornilov diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pybeam-0.3.2/pybeam.egg-info/PKG-INFO new/pybeam-0.3.3/pybeam.egg-info/PKG-INFO --- old/pybeam-0.3.2/pybeam.egg-info/PKG-INFO 2014-05-31 13:26:29.000000000 +0200 +++ new/pybeam-0.3.3/pybeam.egg-info/PKG-INFO 2017-01-08 15:06:31.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: pybeam -Version: 0.3.2 +Version: 0.3.3 Summary: Python module to parse Erlang BEAM files Home-page: http://github.com/matwey/pybeam Author: Matwey V. Kornilov diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pybeam-0.3.2/pybeam.egg-info/requires.txt new/pybeam-0.3.3/pybeam.egg-info/requires.txt --- old/pybeam-0.3.2/pybeam.egg-info/requires.txt 2014-05-31 13:26:29.000000000 +0200 +++ new/pybeam-0.3.3/pybeam.egg-info/requires.txt 2017-01-08 15:06:31.000000000 +0100 @@ -1 +1 @@ -construct \ No newline at end of file +construct>=2.5,<2.8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pybeam-0.3.2/setup.py new/pybeam-0.3.3/setup.py --- old/pybeam-0.3.2/setup.py 2014-05-31 13:24:53.000000000 +0200 +++ new/pybeam-0.3.3/setup.py 2017-01-08 15:05:36.000000000 +0100 @@ -1,7 +1,7 @@ from setuptools import setup setup(name='pybeam', - version='0.3.2', + version='0.3.3', description='Python module to parse Erlang BEAM files', url='http://github.com/matwey/pybeam', author='Matwey V. Kornilov', @@ -9,6 +9,5 @@ license='MIT', packages=['pybeam'], test_suite = 'test', - install_requires=['construct'], + install_requires=['construct>=2.5,<2.8'], zip_safe=False) -
