Hello community, here is the log from the commit of package python-Arpeggio for openSUSE:Factory checked in at 2017-09-05 15:15:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Arpeggio (Old) and /work/SRC/openSUSE:Factory/.python-Arpeggio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Arpeggio" Tue Sep 5 15:15:53 2017 rev:1 rq:520201 version:1.6.1 Changes: -------- New Changes file: --- /dev/null 2017-07-20 07:30:00.335470106 +0200 +++ /work/SRC/openSUSE:Factory/.python-Arpeggio.new/python-Arpeggio.changes 2017-09-05 15:15:57.842963594 +0200 @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Mon Aug 28 11:48:43 UTC 2017 - sebix+novell....@sebix.at + +- intial package New: ---- Arpeggio-1.6.1.tar.gz python-Arpeggio.changes python-Arpeggio.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Arpeggio.spec ++++++ # # spec file for package python-Arpeggio # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-Arpeggio Version: 1.6.1 Release: 0 License: MIT Summary: Packrat parser interpreter Url: http://igordejanovic.net/Arpeggio/ Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/A/Arpeggio/Arpeggio-%{version}.tar.gz BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildArch: noarch %python_subpackages %description Arpeggio is a recursive descent parser with memoization based on PEG grammars (aka Packrat parser). For a higher level parsing/language tool (i.e., a nicer interface to Arpeggio) see textX %prep %setup -q -n Arpeggio-%{version} %build %python_build %install %python_install %files %{python_files} %defattr(-,root,root,-) %doc README.rst %{python_sitelib}/* %changelog