Hello community,

here is the log from the commit of package python3-pyflakes for 
openSUSE:Factory checked in at 2015-06-17 16:16:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pyflakes (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pyflakes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pyflakes"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pyflakes/python3-pyflakes.changes        
2015-06-02 10:04:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyflakes.new/python3-pyflakes.changes   
2015-06-17 16:16:27.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jun 16 15:47:54 UTC 2015 - [email protected]
+
+- update to version 0.9.1:
+  * Update NEWS.txt to include 0.9.0, which had been forgotten.
+
+-------------------------------------------------------------------
@@ -15 +21,10 @@
-  (no changelog available)
+  * Exit gracefully, not with a traceback, on SIGINT and SIGPIPE.
+  * Fix incorrect report of undefined name when using lambda
+    expressions in generator expressions.
+  * Don't crash on DOS line endings on Windows and Python 2.6.
+  * Don't report an undefined name if the 'del' which caused a name to
+    become undefined is only conditionally executed.
+  * Properly handle differences in list comprehension scope in Python
+    3.
+  * Improve handling of edge cases around 'global' defined variables.
+  * Report an error for 'return' outside a function.

Old:
----
  pyflakes-0.9.0.tar.gz

New:
----
  pyflakes-0.9.1.tar.gz

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

Other differences:
------------------
++++++ python3-pyflakes.spec ++++++
--- /var/tmp/diff_new_pack.kZvjN9/_old  2015-06-17 16:16:27.000000000 +0200
+++ /var/tmp/diff_new_pack.kZvjN9/_new  2015-06-17 16:16:27.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-pyflakes
-Version:        0.9.0
+Version:        0.9.1
 Release:        0
 Url:            https://github.com/pyflakes/pyflakes
 Summary:        Passive checker of Python 3 programs

++++++ pyflakes-0.9.0.tar.gz -> pyflakes-0.9.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyflakes-0.9.0/NEWS.txt new/pyflakes-0.9.1/NEWS.txt
--- old/pyflakes-0.9.0/NEWS.txt 2014-09-23 16:08:41.000000000 +0200
+++ new/pyflakes-0.9.1/NEWS.txt 2015-06-10 03:47:07.000000000 +0200
@@ -1,5 +1,16 @@
-UNRELEASED:
-  - Skip the traceback on Control+C and "Broken pipe" signals.
+0.9.1 (2015-06-09):
+  - Update NEWS.txt to include 0.9.0, which had been forgotten.
+
+0.9.0 (2015-05-31):
+  - Exit gracefully, not with a traceback, on SIGINT and SIGPIPE.
+  - Fix incorrect report of undefined name when using lambda expressions in
+    generator expressions.
+  - Don't crash on DOS line endings on Windows and Python 2.6.
+  - Don't report an undefined name if the 'del' which caused a name to become
+    undefined is only conditionally executed.
+  - Properly handle differences in list comprehension scope in Python 3.
+  - Improve handling of edge cases around 'global' defined variables.
+  - Report an error for 'return' outside a function.
 
 0.8.1 (2014-03-30):
   - Detect the declared encoding in Python 3.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyflakes-0.9.0/PKG-INFO new/pyflakes-0.9.1/PKG-INFO
--- old/pyflakes-0.9.0/PKG-INFO 2015-05-31 17:23:13.000000000 +0200
+++ new/pyflakes-0.9.1/PKG-INFO 2015-06-10 03:52:58.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyflakes
-Version: 0.9.0
+Version: 0.9.1
 Summary: passive checker of Python programs
 Home-page: https://github.com/pyflakes/pyflakes
 Author: A lot of people
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyflakes-0.9.0/pyflakes/__init__.py 
new/pyflakes-0.9.1/pyflakes/__init__.py
--- old/pyflakes-0.9.0/pyflakes/__init__.py     2015-05-31 16:15:41.000000000 
+0200
+++ new/pyflakes-0.9.1/pyflakes/__init__.py     2015-06-10 03:51:38.000000000 
+0200
@@ -1,2 +1,2 @@
 
-__version__ = '0.9.0'
+__version__ = '0.9.1'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyflakes-0.9.0/pyflakes.egg-info/PKG-INFO 
new/pyflakes-0.9.1/pyflakes.egg-info/PKG-INFO
--- old/pyflakes-0.9.0/pyflakes.egg-info/PKG-INFO       2015-05-31 
17:23:13.000000000 +0200
+++ new/pyflakes-0.9.1/pyflakes.egg-info/PKG-INFO       2015-06-10 
03:52:58.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyflakes
-Version: 0.9.0
+Version: 0.9.1
 Summary: passive checker of Python programs
 Home-page: https://github.com/pyflakes/pyflakes
 Author: A lot of people


Reply via email to