Hello community,

here is the log from the commit of package python-pyflakes for openSUSE:Factory 
checked in at 2014-04-13 13:17:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyflakes (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyflakes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyflakes"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyflakes/python-pyflakes.changes  
2013-11-26 19:33:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyflakes.new/python-pyflakes.changes     
2014-04-13 13:17:09.000000000 +0200
@@ -1,0 +2,28 @@
+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`.
+
+-------------------------------------------------------------------

Old:
----
  pyflakes-0.7.3.tar.gz

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

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

Other differences:
------------------
++++++ python-pyflakes.spec ++++++
--- /var/tmp/diff_new_pack.C4lJyo/_old  2014-04-13 13:17:09.000000000 +0200
+++ /var/tmp/diff_new_pack.C4lJyo/_new  2014-04-13 13:17:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-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
@@ -16,11 +16,8 @@
 #
 
 
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
 Name:           python-pyflakes
-Version:        0.7.3
+Version:        0.8.1
 Release:        0
 Url:            https://launchpad.net/pyflakes
 Summary:        Passive checker of Python programs
@@ -36,6 +33,7 @@
 BuildArch:      noarch
 %endif
 %endif
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 Pyflakes is program to analyze Python programs and detect various errors. It
@@ -54,7 +52,8 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENSE NEWS.txt README.rst AUTHORS
-%{python_sitelib}/*
+%{python_sitelib}/pyflakes/
+%{python_sitelib}/pyflakes-%{version}-py*.egg-info
 %{_bindir}/pyflakes
 
 %changelog

++++++ pyflakes-0.7.3.tar.gz -> pyflakes-0.8.1.tar.gz ++++++
++++ 1680 lines of diff (skipped)

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

Reply via email to