Hello community, here is the log from the commit of package python-baron for openSUSE:Factory checked in at 2019-03-22 15:00:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-baron (Old) and /work/SRC/openSUSE:Factory/.python-baron.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-baron" Fri Mar 22 15:00:43 2019 rev:3 rq:682174 version:0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-baron/python-baron.changes 2019-01-24 14:14:28.547288954 +0100 +++ /work/SRC/openSUSE:Factory/.python-baron.new.25356/python-baron.changes 2019-03-22 15:00:46.193811500 +0100 @@ -1,0 +2,14 @@ +Wed Mar 6 13:42:26 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 0.9: + * BREAKING CHANGE: annotations are now member of {def,list,dict}_argument to flatten the data structure + * add support for ... in from import by bram + * add support for return annotation by bram + * add support for exec function by bram + * add support for variable annotation #145 by scottbelden and additional work by bram + * add support for *var expressions in tuple assignment by bram + * add support for raise from #120 by odcinek with additional work by bram + * add support for arglist usage in class definition inheritence by bram + * bug fix by 91e839a kyleatmakrs + +------------------------------------------------------------------- Old: ---- LICENCE baron-0.8.tar.gz New: ---- baron-0.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-baron.spec ++++++ --- /var/tmp/diff_new_pack.Rsb0w8/_old 2019-03-22 15:00:46.993810958 +0100 +++ /var/tmp/diff_new_pack.Rsb0w8/_new 2019-03-22 15:00:46.993810958 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-baron # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -18,20 +18,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-baron -Version: 0.8 +Version: 0.9 Release: 0 Summary: Full Syntax Tree for Python License: LGPL-3.0-or-later Group: Development/Languages/Python URL: https://github.com/PyCQA/baron Source0: https://files.pythonhosted.org/packages/source/b/baron/baron-%{version}.tar.gz -Source10: https://raw.githubusercontent.com/PyCQA/baron/%{version}/LICENCE BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-rply BuildArch: noarch # SECTION test requirements +BuildRequires: %{python_module pytest} BuildRequires: %{python_module rply} # /SECTION %python_subpackages @@ -45,7 +45,9 @@ %prep %setup -q -n baron-%{version} -cp %{SOURCE10} . +# remove cache files accidentaly put in sdist +rm -f tests/*.pyc +rm -r tests/__pycache__ %build export LANG='en_US.UTF-8' @@ -58,11 +60,11 @@ %check export LANG='en_US.UTF-8' -%python_exec setup.py test +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v tests/ %files %{python_files} %doc CHANGELOG README.md -%license LICENCE +%license LICENSE %{python_sitelib}/* %changelog ++++++ baron-0.8.tar.gz -> baron-0.9.tar.gz ++++++ ++++ 27116 lines of diff (skipped)
