Hello community, here is the log from the commit of package python-astroid for openSUSE:Factory checked in at 2018-09-26 14:53:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-astroid (Old) and /work/SRC/openSUSE:Factory/.python-astroid.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-astroid" Wed Sep 26 14:53:31 2018 rev:15 rq:636609 version:2.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-astroid/python-astroid.changes 2018-07-21 10:07:40.779205686 +0200 +++ /work/SRC/openSUSE:Factory/.python-astroid.new/python-astroid.changes 2018-09-26 14:53:32.791095637 +0200 @@ -1,0 +2,13 @@ +Tue Sep 18 08:46:02 UTC 2018 - Jan Engelhardt <[email protected]> + +- Trim future goals and history lesson from description. + Use noun phrase in summary. + +------------------------------------------------------------------- +Fri Sep 14 15:01:23 UTC 2018 - Tomáš Chvátal <[email protected]> + +- Version update to 2.0.4: + * only supports python3.0+ + * Many many changes see ChangeLog fixes + +------------------------------------------------------------------- Old: ---- astroid-1.6.5.tar.gz New: ---- astroid-2.0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-astroid.spec ++++++ --- /var/tmp/diff_new_pack.eKWV7l/_old 2018-09-26 14:53:33.387094723 +0200 +++ /var/tmp/diff_new_pack.eKWV7l/_new 2018-09-26 14:53:33.387094723 +0200 @@ -12,17 +12,16 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define oldpython python -%bcond_without python2 +%define skip_python2 1 Name: python-astroid -Version: 1.6.5 +Version: 2.0.4 Release: 0 -Summary: Rebuild a new abstract syntax tree from Python's ast +Summary: Representation of Python source as an AST for pylint License: LGPL-2.1-or-later Group: Development/Libraries/Python URL: https://github.com/pycqa/astroid @@ -40,24 +39,12 @@ Requires: python-six Requires: python-wrapt BuildArch: noarch -%if %{with python2} -BuildRequires: python2-backports.functools_lru_cache -BuildRequires: python2-enum34 -BuildRequires: python2-singledispatch -%endif -%ifpython2 -Requires: python-backports.functools_lru_cache -Requires: python-enum34 -Requires: python-singledispatch -%endif %python_subpackages %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 used to be called -logilab-astng. +This module provides a common base representation of Python source code for +projects such as pychecker, pyreverse, pylint. The development of this library +is governed by pylint's needs. It provides a compatible representation which comes from the _ast module. It rebuilds the tree generated by the builtin _ast module by @@ -78,8 +65,6 @@ %install %python_install -# remove tests from install -%python_expand rm -rf %{buildroot}%{$python_sitelib}/astroid/tests %python_expand %fdupes %{buildroot}%{$python_sitelib} %check ++++++ astroid-1.6.5.tar.gz -> astroid-2.0.4.tar.gz ++++++ ++++ 15991 lines of diff (skipped)
