Hello community, here is the log from the commit of package python-logilab-astng for openSUSE:Factory checked in at 2012-05-07 22:49:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-logilab-astng (Old) and /work/SRC/openSUSE:Factory/.python-logilab-astng.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-logilab-astng", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/python-logilab-astng/python-logilab-astng.changes 2012-02-24 06:53:43.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-logilab-astng.new/python-logilab-astng.changes 2012-05-07 22:49:53.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Apr 26 08:36:47 UTC 2012 - [email protected] + +- Add python 3 package +- Change license to LGPL 2.1+ + +------------------------------------------------------------------- New Changes file: --- /dev/null 2012-05-03 01:24:41.895590051 +0200 +++ /work/SRC/openSUSE:Factory/.python-logilab-astng.new/python3-logilab-astng.changes 2012-05-07 22:49:53.000000000 +0200 @@ -0,0 +1,11 @@ +------------------------------------------------------------------- +Mon Apr 30 15:17:34 UTC 2012 - [email protected] + +- Removed tests for unsupported openSUSE versions + +------------------------------------------------------------------- +Thu Apr 26 08:36:47 UTC 2012 - [email protected] + +- Add python 3 package +- Change license to LGPL 2.1+ + New: ---- python3-logilab-astng.changes python3-logilab-astng.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-logilab-astng.spec ++++++ --- /var/tmp/diff_new_pack.m96BZK/_old 2012-05-07 22:49:54.000000000 +0200 +++ /var/tmp/diff_new_pack.m96BZK/_new 2012-05-07 22:49:54.000000000 +0200 @@ -21,7 +21,7 @@ Release: 0 Url: http://www.logilab.org/projects/astng Summary: Python Python Abstract Syntax Tree (New Generation) -License: GPL-2.0+ +License: LGPL-2.1+ Group: Development/Libraries/Python Source: logilab-astng-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ python3-logilab-astng.spec ++++++ # # spec file for package python3-logilab-astng # # Copyright (c) 2012 SUSE LINUX Products 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/ # Name: python3-logilab-astng Version: 0.23.1 Release: 0 Url: http://www.logilab.org/projects/astng Summary: Python Python Abstract Syntax Tree (New Generation) License: LGPL-2.1+ Group: Development/Libraries/Python Source: logilab-astng-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3 BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: python3-logilab-common BuildRequires: python3-nose Requires: python3 >= %{py3_ver} Requires: python3-logilab-common BuildArch: noarch %description The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs. It extends class defined in the compiler.ast [1] module with some additional methods and attributes. Instance attributes are added by a builder object, which can either generate extended ast (let's call them astng ;) by visiting an existant ast tree or by inspecting living object. Methods are added by monkey patching ast classes. Please send any comment, patch or question to the python-projects mailing-list. Before asking a question, please first search the archives in case it would have already been answered. You may want to use google and add "site:lists.logilab.org" to your keywords to narrow your search. We will soon provide our own search engine. %prep %setup -n logilab-astng-%{version} %build python3 setup.py build %install python3 setup.py install --prefix=%{_prefix} --root="%{buildroot}" # %check # nosetests-%{py3_ver} # Use nosetests because upstream testsuite script is kind of broken %files %defattr(-,root,root,-) %doc README COPYING COPYING.LESSER ChangeLog %{python3_sitelib}/* # Avoid conflict with python-logilab-common: %exclude %{python3_sitelib}/logilab/__init__.py # we don't want to package the tests %exclude %{python3_sitelib}/logilab/astng/test %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
