Hello community,

here is the log from the commit of package python3-pyflakes for 
openSUSE:Factory checked in at 2014-04-13 13:16:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2013-06-21 19:01:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyflakes.new/python3-pyflakes.changes   
2014-04-13 13:16:38.000000000 +0200
@@ -1,0 +2,43 @@
+Fri Apr 11 19:17:34 UTC 2014 - [email protected]
+
+- Update to 0.8.1:
+  - Detect the declared encoding in Python 3.
+  - Do not report redefinition of import in a local scope, if the
+    global name is used elsewhere in the module.
+  - Catch undefined variable in loop generator when it is also used as
+    loop variable.
+  - Report undefined name for `(a, b) = (1, 2)` but not for the general
+    unpacking `(a, b) = func()`.
+  - Correctly detect when an imported module is used in default arguments
+    of a method, when the method and the module use the same name.
+  - Distribute a universal wheel file.
+- Update to 0.8.0:
+  - Adapt for the AST in Python 3.4.
+  - Fix caret position on SyntaxError.
+  - Fix crash on Python 2.x with some doctest SyntaxError.
+  - Add tox.ini.
+  - The `PYFLAKES_NODOCTEST` environment variable has been replaced with the
+    `PYFLAKES_DOCTEST` environment variable (with the opposite meaning).
+    Doctest checking is now disabled by default; set the environment variable
+    to enable it.
+  - Correctly parse incremental `__all__ += [...]`.
+  - Catch return with arguments inside a generator (Python <= 3.2).
+  - Do not complain about `_` in doctests.
+  - Drop deprecated methods `pushFunctionScope` and `pushClassScope`.
+
+-------------------------------------------------------------------
+Tue Nov 19 15:43:47 UTC 2013 - [email protected]
+
+- install LICENSE (and other usual boilerplate) 
+
+-------------------------------------------------------------------
+Wed Jul  3 15:55:32 UTC 2013 - [email protected]
+
+- update to 0.7.3:
+  - Do not report undefined name for generator expression and dict or
+    set comprehension at class level.
+  - Deprecate `Checker.pushFunctionScope` and `Checker.pushClassScope`:
+    use `Checker.pushScope` instead.
+  - Remove dependency on Unittest2 for the tests.
+
+-------------------------------------------------------------------

Old:
----
  pyflakes-0.7.2.tar.gz

New:
----
  pyflakes-0.8.1.tar.gz

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

Other differences:
------------------
++++++ python3-pyflakes.spec ++++++
--- /var/tmp/diff_new_pack.tePexp/_old  2014-04-13 13:16:39.000000000 +0200
+++ /var/tmp/diff_new_pack.tePexp/_new  2014-04-13 13:16:39.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pyflakes
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:           python3-pyflakes
-Version:        0.7.2
+Version:        0.8.1
 Release:        0
 Url:            https://launchpad.net/pyflakes
 Summary:        Passive checker of Python 3 programs
@@ -51,7 +51,9 @@
 
 %files
 %defattr(-,root,root,-)
+%doc LICENSE NEWS.txt README.rst AUTHORS
 %{_bindir}/pyflakes-python%{py3_ver}
-%{python3_sitelib}/*
+%{python3_sitelib}/pyflakes/
+%{python3_sitelib}/pyflakes-%{version}-py*.egg-info
 
 %changelog

++++++ pyflakes-0.7.2.tar.gz -> pyflakes-0.8.1.tar.gz ++++++
++++ 1989 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to