Hello community,

here is the log from the commit of package python-redbaron for openSUSE:Factory 
checked in at 2019-05-06 13:25:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-redbaron (Old)
 and      /work/SRC/openSUSE:Factory/.python-redbaron.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-redbaron"

Mon May  6 13:25:35 2019 rev:2 rq:697842 version:0.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-redbaron/python-redbaron.changes  
2018-12-19 13:50:33.387189923 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-redbaron.new.5148/python-redbaron.changes    
    2019-05-06 13:25:36.629075532 +0200
@@ -1,0 +2,19 @@
+Thu Apr 25 11:16:40 UTC 2019 - pgaj...@suse.com
+
+- version update to 0.9.2
+  * fix a situation in .help() where some code where colorized
+    twice by Hanaasagi https://github.com/PyCQA/redbaron/pull/182
+  * fix .names() and variations that didn't handle the case where
+    there was "()" on FromImport nodes
+  * full python 3.7 syntax support
+  * BREAKING CHANGE: annotations are now member of
+    {Def,List,Dict}Argument to flatten the data structure,
+    TypedNameNode doesn't exist anymore
+  * add support for return annotation by bram
+  * add support for variable annotation
+    https://github.com/PyCQA/redbaron/pull/177 by scottbelden
+    and additional work by bram
+  * add support for raise from by bram
+- run tests
+
+-------------------------------------------------------------------

Old:
----
  redbaron-0.8.tar.gz

New:
----
  redbaron-0.9.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-redbaron.spec ++++++
--- /var/tmp/diff_new_pack.Aeok8U/_old  2019-05-06 13:25:37.273076860 +0200
+++ /var/tmp/diff_new_pack.Aeok8U/_new  2019-05-06 13:25:37.273076860 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-redbaron
 #
-# 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,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-redbaron
-Version:        0.8
+Version:        0.9.2
 Release:        0
 Summary:        Python module for writing code that modifies source code
 License:        LGPL-3.0-or-later
@@ -33,6 +33,7 @@
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module baron >= 0.7}
+BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages
 
@@ -52,6 +53,10 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+rm -r tests/__pycache__
+%pytest
+
 %files %{python_files}
 %doc CHANGELOG README.md
 %{python_sitelib}/*

++++++ redbaron-0.8.tar.gz -> redbaron-0.9.2.tar.gz ++++++
++++ 39726 lines of diff (skipped)


Reply via email to