Hello community,

here is the log from the commit of package python-pyflakes for openSUSE:Factory 
checked in at 2019-02-02 21:45:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyflakes (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyflakes.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyflakes"

Sat Feb  2 21:45:12 2019 rev:23 rq:668843 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyflakes/python-pyflakes.changes  
2018-08-27 12:54:15.392481745 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyflakes.new.28833/python-pyflakes.changes   
    2019-02-02 21:45:13.564189915 +0100
@@ -1,0 +2,29 @@
+Sat Jan 26 17:37:43 UTC 2019 - Arun Persaud <[email protected]>
+
+- specfile:
+  * update copyright year
+  * renamed NEWS.txt -> NEWS.rst
+
+- update to version 2.1.0:
+  * Allow intentional assignment to variables named _
+  * Recognize __module__ as a valid name in class scope
+  * pyflakes.checker.Checker supports checking of partial ast trees
+  * Detect assign-before-use for local variables which shadow builtin
+    names
+  * Detect invalid print syntax using >> operator
+  * Treat async for the same as a for loop for introducing variables
+  * Add detection for list concatenation in __all__
+  * Exempt @typing.overload from duplicate function declaration
+  * Importing a submodule of an as-aliased import-import is marked as
+    used
+  * Report undefined names from __all__ as possibly coming from a *
+    import
+  * Add support for changes in Python 3.8-dev
+  * Add support for PEP 563 (from __future__ import annotations)
+  * Include Python version and platform information in pyflakes
+    --version
+  * Recognize __annotations__ as a valid magic global in Python 3.6+
+  * Mark names used in PEP 484 # type: ... comments as used
+  * Add check for use of is operator with str, bytes, and int literals
+
+-------------------------------------------------------------------

Old:
----
  pyflakes-2.0.0.tar.gz

New:
----
  pyflakes-2.1.0.tar.gz

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

Other differences:
------------------
++++++ python-pyflakes.spec ++++++
--- /var/tmp/diff_new_pack.SXM0Jt/_old  2019-02-02 21:45:14.136189420 +0100
+++ /var/tmp/diff_new_pack.SXM0Jt/_new  2019-02-02 21:45:14.136189420 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyflakes
 #
-# 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
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without  test
 Name:           python-pyflakes
-Version:        2.0.0
+Version:        2.1.0
 Release:        0
-Url:            https://github.com/PyCQA/pyflakes
 Summary:        Passive checker of Python programs
 License:        MIT
 Group:          Development/Languages/Python
+URL:            https://github.com/PyCQA/pyflakes
 Source:         
https://files.pythonhosted.org/packages/source/p/pyflakes/pyflakes-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -34,7 +34,6 @@
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -65,8 +64,8 @@
 %python_uninstall_alternative pyflakes
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE NEWS.txt README.rst AUTHORS
+%license LICENSE
+%doc NEWS.rst README.rst AUTHORS
 %python_alternative %{_bindir}/pyflakes
 %{python_sitelib}/pyflakes/
 %{python_sitelib}/pyflakes-%{version}-py*.egg-info

++++++ pyflakes-2.0.0.tar.gz -> pyflakes-2.1.0.tar.gz ++++++
++++ 3326 lines of diff (skipped)


Reply via email to