Hello community,

here is the log from the commit of package python3-flake8 for openSUSE:Factory 
checked in at 2016-02-16 09:19:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-flake8 (Old)
 and      /work/SRC/openSUSE:Factory/.python3-flake8.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-flake8"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-flake8/python3-flake8.changes    
2016-02-01 19:57:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-flake8.new/python3-flake8.changes       
2016-02-16 09:19:09.000000000 +0100
@@ -1,0 +2,11 @@
+Fri Feb 12 05:04:25 UTC 2016 - a...@gmx.de
+
+
+- update to version 2.5.4:
+  * Bug Missed an attribute rename during the v2.5.3 release.
+
+- changes from version 2.5.3:
+  * Bug Actually parse output_file and enable_extensions from config
+    files
+
+-------------------------------------------------------------------

Old:
----
  flake8-2.5.2.tar.gz

New:
----
  flake8-2.5.4.tar.gz

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

Other differences:
------------------
++++++ python3-flake8.spec ++++++
--- /var/tmp/diff_new_pack.8HddW3/_old  2016-02-16 09:19:10.000000000 +0100
+++ /var/tmp/diff_new_pack.8HddW3/_new  2016-02-16 09:19:10.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python3-flake8
-Version:        2.5.2
+Version:        2.5.4
 Release:        0
 Summary:        Modular source code checker: pep8, pyflakes and co
 License:        MIT

++++++ flake8-2.5.2.tar.gz -> flake8-2.5.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.5.2/CHANGES.rst new/flake8-2.5.4/CHANGES.rst
--- old/flake8-2.5.2/CHANGES.rst        2016-01-30 15:49:10.000000000 +0100
+++ new/flake8-2.5.4/CHANGES.rst        2016-02-11 18:53:24.000000000 +0100
@@ -1,6 +1,17 @@
 CHANGES
 =======
 
+2.5.4 - 2016-02-11
+------------------
+
+- **Bug** Missed an attribute rename during the v2.5.3 release.
+
+2.5.3 - 2016-02-11
+------------------
+
+- **Bug** Actually parse ``output_file`` and ``enable_extensions`` from config
+  files
+
 2.5.2 - 2016-01-30
 ------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.5.2/PKG-INFO new/flake8-2.5.4/PKG-INFO
--- old/flake8-2.5.2/PKG-INFO   2016-01-30 15:50:12.000000000 +0100
+++ new/flake8-2.5.4/PKG-INFO   2016-02-11 18:54:20.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: flake8
-Version: 2.5.2
+Version: 2.5.4
 Summary: the modular source code checker: pep8, pyflakes and co
 Home-page: https://gitlab.com/pycqa/flake8
 Author: Ian Cordasco
@@ -108,6 +108,17 @@
         CHANGES
         =======
         
+        2.5.4 - 2016-02-11
+        ------------------
+        
+        - **Bug** Missed an attribute rename during the v2.5.3 release.
+        
+        2.5.3 - 2016-02-11
+        ------------------
+        
+        - **Bug** Actually parse ``output_file`` and ``enable_extensions`` 
from config
+          files
+        
         2.5.2 - 2016-01-30
         ------------------
         
Files old/flake8-2.5.2/flake8/.hooks.py.swp and 
new/flake8-2.5.4/flake8/.hooks.py.swp differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.5.2/flake8/__init__.py 
new/flake8-2.5.4/flake8/__init__.py
--- old/flake8-2.5.2/flake8/__init__.py 2016-01-30 15:47:04.000000000 +0100
+++ new/flake8-2.5.4/flake8/__init__.py 2016-02-11 18:53:31.000000000 +0100
@@ -1 +1 @@
-__version__ = '2.5.2'
+__version__ = '2.5.4'
Files old/flake8-2.5.2/flake8/__init__.pyc and 
new/flake8-2.5.4/flake8/__init__.pyc differ
Files old/flake8-2.5.2/flake8/__pycache__/__init__.cpython-34.pyc and 
new/flake8-2.5.4/flake8/__pycache__/__init__.cpython-34.pyc differ
Files old/flake8-2.5.2/flake8/__pycache__/_pyflakes.cpython-34.pyc and 
new/flake8-2.5.4/flake8/__pycache__/_pyflakes.cpython-34.pyc differ
Files old/flake8-2.5.2/flake8/__pycache__/callbacks.cpython-34.pyc and 
new/flake8-2.5.4/flake8/__pycache__/callbacks.cpython-34.pyc differ
Files old/flake8-2.5.2/flake8/__pycache__/compat.cpython-34.pyc and 
new/flake8-2.5.4/flake8/__pycache__/compat.cpython-34.pyc differ
Files old/flake8-2.5.2/flake8/__pycache__/engine.cpython-34.pyc and 
new/flake8-2.5.4/flake8/__pycache__/engine.cpython-34.pyc differ
Files old/flake8-2.5.2/flake8/__pycache__/hooks.cpython-34.pyc and 
new/flake8-2.5.4/flake8/__pycache__/hooks.cpython-34.pyc differ
Files old/flake8-2.5.2/flake8/__pycache__/main.cpython-34.pyc and 
new/flake8-2.5.4/flake8/__pycache__/main.cpython-34.pyc differ
Files old/flake8-2.5.2/flake8/__pycache__/reporter.cpython-34.pyc and 
new/flake8-2.5.4/flake8/__pycache__/reporter.cpython-34.pyc differ
Files old/flake8-2.5.2/flake8/__pycache__/util.cpython-34.pyc and 
new/flake8-2.5.4/flake8/__pycache__/util.cpython-34.pyc differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.5.2/flake8/_pyflakes.py 
new/flake8-2.5.4/flake8/_pyflakes.py
--- old/flake8-2.5.2/flake8/_pyflakes.py        2014-12-15 15:10:31.000000000 
+0100
+++ new/flake8-2.5.4/flake8/_pyflakes.py        2016-01-15 17:59:13.000000000 
+0100
@@ -6,6 +6,9 @@
     pass
 else:
     demandimport.disable()
+import os
+
+import pep8
 import pyflakes
 import pyflakes.checker
 
@@ -39,8 +42,24 @@
     version = pyflakes.__version__
 
     def __init__(self, tree, filename):
+        filename = pep8.normalize_paths(filename)[0]
+        withDoctest = self.withDoctest
+        included_by = [include for include in self.include_in_doctest
+                       if include != '' and filename.startswith(include)]
+        if included_by:
+            withDoctest = True
+
+        for exclude in self.exclude_from_doctest:
+            if exclude != '' and filename.startswith(exclude):
+                withDoctest = False
+                overlaped_by = [include for include in included_by
+                                if include.startswith(exclude)]
+
+                if overlaped_by:
+                    withDoctest = True
+
         super(FlakesChecker, self).__init__(tree, filename,
-                                            withDoctest=self.withDoctest)
+                                            withDoctest=withDoctest)
 
     @classmethod
     def add_options(cls, parser):
@@ -48,7 +67,17 @@
                           help="define more built-ins, comma separated")
         parser.add_option('--doctests', default=False, action='store_true',
                           help="check syntax of the doctests")
-        parser.config_options.extend(['builtins', 'doctests'])
+        parser.add_option('--include-in-doctest', default='',
+                          dest='include_in_doctest',
+                          help='Run doctests only on these files',
+                          type='string')
+        parser.add_option('--exclude-from-doctest', default='',
+                          dest='exclude_from_doctest',
+                          help='Skip these files when running doctests',
+                          type='string')
+        parser.config_options.extend(['builtins', 'doctests',
+                                      'include-in-doctest',
+                                      'exclude-from-doctest'])
 
     @classmethod
     def parse_options(cls, options):
@@ -56,6 +85,35 @@
             cls.builtIns = cls.builtIns.union(options.builtins.split(','))
         cls.withDoctest = options.doctests
 
+        included_files = []
+        for included_file in options.include_in_doctest.split(','):
+            if included_file == '':
+                continue
+            if not included_file.startswith((os.sep, './', '~/')):
+                included_files.append('./' + included_file)
+            else:
+                included_files.append(included_file)
+        cls.include_in_doctest = pep8.normalize_paths(','.join(included_files))
+
+        excluded_files = []
+        for excluded_file in options.exclude_from_doctest.split(','):
+            if excluded_file == '':
+                continue
+            if not excluded_file.startswith((os.sep, './', '~/')):
+                excluded_files.append('./' + excluded_file)
+            else:
+                excluded_files.append(excluded_file)
+        cls.exclude_from_doctest = pep8.normalize_paths(
+            ','.join(excluded_files))
+
+        inc_exc = set(cls.include_in_doctest).intersection(
+            set(cls.exclude_from_doctest))
+        if inc_exc:
+            raise ValueError('"%s" was specified in both the '
+                             'include-in-doctest and exclude-from-doctest '
+                             'options. You are not allowed to specify it in '
+                             'both for doctesting.' % inc_exc)
+
     def run(self):
         for m in self.messages:
             col = getattr(m, 'col', 0)
Files old/flake8-2.5.2/flake8/_pyflakes.pyc and 
new/flake8-2.5.4/flake8/_pyflakes.pyc differ
Files old/flake8-2.5.2/flake8/callbacks.pyc and 
new/flake8-2.5.4/flake8/callbacks.pyc differ
Files old/flake8-2.5.2/flake8/compat.pyc and new/flake8-2.5.4/flake8/compat.pyc 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.5.2/flake8/engine.py 
new/flake8-2.5.4/flake8/engine.py
--- old/flake8-2.5.2/flake8/engine.py   2016-01-30 15:47:51.000000000 +0100
+++ new/flake8-2.5.4/flake8/engine.py   2016-02-11 18:52:42.000000000 +0100
@@ -103,11 +103,11 @@
                       type='string', nargs=1, action='callback',
                       callback=callbacks.redirect_stdout)
     parser.add_option('--enable-extensions', default='',
-                      dest='enabled_extensions',
+                      dest='enable_extensions',
                       help='Enable plugins and extensions that are disabled '
                            'by default',
                       type='string')
-    parser.config_options.extend(['output_file', 'enable_extensions'])
+    parser.config_options.extend(['output-file', 'enable-extensions'])
     parser.ignored_extensions = ignored
     return parser, options_hooks
 
@@ -216,7 +216,7 @@
 
 def _disable_extensions(parser, options):
     ignored_extensions = set(getattr(parser, 'ignored_extensions', []))
-    enabled = set(_parse_multi_options(options.enabled_extensions))
+    enabled = set(_parse_multi_options(options.enable_extensions))
 
     # Remove any of the selected extensions from the extensions ignored by
     # default.
@@ -233,7 +233,6 @@
     kwargs['parser'], options_hooks = get_parser()
     styleguide = StyleGuide(**kwargs)
     options = styleguide.options
-
     _disable_extensions(kwargs['parser'], options)
 
     if options.exclude and not isinstance(options.exclude, list):
Files old/flake8-2.5.2/flake8/engine.pyc and new/flake8-2.5.4/flake8/engine.pyc 
differ
Files old/flake8-2.5.2/flake8/hooks.pyc and new/flake8-2.5.4/flake8/hooks.pyc 
differ
Files old/flake8-2.5.2/flake8/main.pyc and new/flake8-2.5.4/flake8/main.pyc 
differ
Files old/flake8-2.5.2/flake8/reporter.pyc and 
new/flake8-2.5.4/flake8/reporter.pyc differ
Files old/flake8-2.5.2/flake8/tests/__init__.pyc and 
new/flake8-2.5.4/flake8/tests/__init__.pyc differ
Files old/flake8-2.5.2/flake8/tests/__pycache__/__init__.cpython-34.pyc and 
new/flake8-2.5.4/flake8/tests/__pycache__/__init__.cpython-34.pyc differ
Files old/flake8-2.5.2/flake8/tests/__pycache__/_test_warnings.cpython-34.pyc 
and new/flake8-2.5.4/flake8/tests/__pycache__/_test_warnings.cpython-34.pyc 
differ
Files 
old/flake8-2.5.2/flake8/tests/__pycache__/test_engine.cpython-27-PYTEST.pyc and 
new/flake8-2.5.4/flake8/tests/__pycache__/test_engine.cpython-27-PYTEST.pyc 
differ
Files 
old/flake8-2.5.2/flake8/tests/__pycache__/test_engine.cpython-34-PYTEST.pyc and 
new/flake8-2.5.4/flake8/tests/__pycache__/test_engine.cpython-34-PYTEST.pyc 
differ
Files old/flake8-2.5.2/flake8/tests/__pycache__/test_engine.cpython-34.pyc and 
new/flake8-2.5.4/flake8/tests/__pycache__/test_engine.cpython-34.pyc differ
Files 
old/flake8-2.5.2/flake8/tests/__pycache__/test_git_hook.cpython-27-PYTEST.pyc 
and 
new/flake8-2.5.4/flake8/tests/__pycache__/test_git_hook.cpython-27-PYTEST.pyc 
differ
Files 
old/flake8-2.5.2/flake8/tests/__pycache__/test_hooks.cpython-27-PYTEST.pyc and 
new/flake8-2.5.4/flake8/tests/__pycache__/test_hooks.cpython-27-PYTEST.pyc 
differ
Files 
old/flake8-2.5.2/flake8/tests/__pycache__/test_hooks.cpython-34-PYTEST.pyc and 
new/flake8-2.5.4/flake8/tests/__pycache__/test_hooks.cpython-34-PYTEST.pyc 
differ
Files old/flake8-2.5.2/flake8/tests/__pycache__/test_hooks.cpython-34.pyc and 
new/flake8-2.5.4/flake8/tests/__pycache__/test_hooks.cpython-34.pyc differ
Files 
old/flake8-2.5.2/flake8/tests/__pycache__/test_integration.cpython-27-PYTEST.pyc
 and 
new/flake8-2.5.4/flake8/tests/__pycache__/test_integration.cpython-27-PYTEST.pyc
 differ
Files old/flake8-2.5.2/flake8/tests/__pycache__/test_integration.cpython-34.pyc 
and new/flake8-2.5.4/flake8/tests/__pycache__/test_integration.cpython-34.pyc 
differ
Files old/flake8-2.5.2/flake8/tests/__pycache__/test_main.cpython-34.pyc and 
new/flake8-2.5.4/flake8/tests/__pycache__/test_main.cpython-34.pyc differ
Files old/flake8-2.5.2/flake8/tests/__pycache__/test_pyflakes.cpython-34.pyc 
and new/flake8-2.5.4/flake8/tests/__pycache__/test_pyflakes.cpython-34.pyc 
differ
Files old/flake8-2.5.2/flake8/tests/__pycache__/test_reporter.cpython-34.pyc 
and new/flake8-2.5.4/flake8/tests/__pycache__/test_reporter.cpython-34.pyc 
differ
Files old/flake8-2.5.2/flake8/tests/__pycache__/test_util.cpython-34.pyc and 
new/flake8-2.5.4/flake8/tests/__pycache__/test_util.cpython-34.pyc differ
Files old/flake8-2.5.2/flake8/tests/_test_warnings.pyc and 
new/flake8-2.5.4/flake8/tests/_test_warnings.pyc differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.5.2/flake8/tests/test_engine.py 
new/flake8-2.5.4/flake8/tests/test_engine.py
--- old/flake8-2.5.2/flake8/tests/test_engine.py        2015-09-29 
03:41:06.000000000 +0200
+++ new/flake8-2.5.4/flake8/tests/test_engine.py        2016-02-10 
23:08:46.000000000 +0100
@@ -62,7 +62,7 @@
 
         parser.ignored_extensions = ['I123', 'I345', 'I678', 'I910']
 
-        options.enabled_extensions = 'I345,\nI678,I910'
+        options.enable_extensions = 'I345,\nI678,I910'
         options.ignore = ('E121', 'E123')
 
         engine._disable_extensions(parser, options)
Files old/flake8-2.5.2/flake8/tests/test_engine.pyc and 
new/flake8-2.5.4/flake8/tests/test_engine.pyc differ
Files old/flake8-2.5.2/flake8/tests/test_git_hook.pyc and 
new/flake8-2.5.4/flake8/tests/test_git_hook.pyc differ
Files old/flake8-2.5.2/flake8/tests/test_hooks.pyc and 
new/flake8-2.5.4/flake8/tests/test_hooks.pyc differ
Files old/flake8-2.5.2/flake8/tests/test_integration.pyc and 
new/flake8-2.5.4/flake8/tests/test_integration.pyc differ
Files old/flake8-2.5.2/flake8/tests/test_main.pyc and 
new/flake8-2.5.4/flake8/tests/test_main.pyc differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.5.2/flake8/tests/test_pyflakes.py 
new/flake8-2.5.4/flake8/tests/test_pyflakes.py
--- old/flake8-2.5.2/flake8/tests/test_pyflakes.py      1970-01-01 
01:00:00.000000000 +0100
+++ new/flake8-2.5.4/flake8/tests/test_pyflakes.py      2015-12-30 
22:15:20.000000000 +0100
@@ -0,0 +1,73 @@
+from __future__ import with_statement
+
+import ast
+import unittest
+
+from collections import namedtuple
+
+from flake8._pyflakes import FlakesChecker
+
+Options = namedtuple("Options", ['builtins', 'doctests',
+                                 'include_in_doctest',
+                                 'exclude_from_doctest'])
+
+
+class TestFlakesChecker(unittest.TestCase):
+
+    def setUp(self):
+        self.tree = ast.parse('print("cookies")')
+
+    def test_doctest_flag_enabled(self):
+        options = Options(builtins=None, doctests=True,
+                          include_in_doctest='',
+                          exclude_from_doctest='')
+        FlakesChecker.parse_options(options)
+        flake_checker = FlakesChecker(self.tree, 'cookies.txt')
+        assert flake_checker.withDoctest is True
+
+    def test_doctest_flag_disabled(self):
+        options = Options(builtins=None, doctests=False,
+                          include_in_doctest='',
+                          exclude_from_doctest='')
+        FlakesChecker.parse_options(options)
+        flake_checker = FlakesChecker(self.tree, 'cookies.txt')
+        assert flake_checker.withDoctest is False
+
+    def test_doctest_flag_enabled_exclude_file(self):
+        options = Options(builtins=None, doctests=True,
+                          include_in_doctest='',
+                          exclude_from_doctest='cookies.txt,'
+                                               'hungry/cookies.txt')
+        FlakesChecker.parse_options(options)
+        flake_checker = FlakesChecker(self.tree, './cookies.txt')
+        assert flake_checker.withDoctest is False
+
+    def test_doctest_flag_disabled_include_file(self):
+        options = Options(builtins=None, doctests=False,
+                          include_in_doctest='./cookies.txt,cake_yuck.txt',
+                          exclude_from_doctest='')
+        FlakesChecker.parse_options(options)
+        flake_checker = FlakesChecker(self.tree, './cookies.txt')
+        assert flake_checker.withDoctest is True
+
+    def test_doctest_flag_disabled_include_file_exclude_dir(self):
+        options = Options(builtins=None, doctests=False,
+                          include_in_doctest='./cookies.txt',
+                          exclude_from_doctest='./')
+        FlakesChecker.parse_options(options)
+        flake_checker = FlakesChecker(self.tree, './cookies.txt')
+        assert flake_checker.withDoctest is True
+
+    def test_doctest_flag_disabled_include_dir_exclude_file(self):
+        options = Options(builtins=None, doctests=False,
+                          include_in_doctest='./',
+                          exclude_from_doctest='./cookies.txt')
+        FlakesChecker.parse_options(options)
+        flake_checker = FlakesChecker(self.tree, './cookies.txt')
+        assert flake_checker.withDoctest is False
+
+    def test_doctest_flag_disabled_include_file_exclude_file_error(self):
+        options = Options(builtins=None, doctests=False,
+                          include_in_doctest='./cookies.txt',
+                          exclude_from_doctest='./cookies.txt,cake_yuck.txt')
+        self.assertRaises(ValueError, FlakesChecker.parse_options, options)
Files old/flake8-2.5.2/flake8/tests/test_pyflakes.pyc and 
new/flake8-2.5.4/flake8/tests/test_pyflakes.pyc differ
Files old/flake8-2.5.2/flake8/tests/test_reporter.pyc and 
new/flake8-2.5.4/flake8/tests/test_reporter.pyc differ
Files old/flake8-2.5.2/flake8/tests/test_util.pyc and 
new/flake8-2.5.4/flake8/tests/test_util.pyc differ
Files old/flake8-2.5.2/flake8/tests/test_warnings.pyc and 
new/flake8-2.5.4/flake8/tests/test_warnings.pyc differ
Files old/flake8-2.5.2/flake8/util.pyc and new/flake8-2.5.4/flake8/util.pyc 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.5.2/flake8.egg-info/PKG-INFO 
new/flake8-2.5.4/flake8.egg-info/PKG-INFO
--- old/flake8-2.5.2/flake8.egg-info/PKG-INFO   2016-01-30 15:50:12.000000000 
+0100
+++ new/flake8-2.5.4/flake8.egg-info/PKG-INFO   2016-02-11 18:54:19.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: flake8
-Version: 2.5.2
+Version: 2.5.4
 Summary: the modular source code checker: pep8, pyflakes and co
 Home-page: https://gitlab.com/pycqa/flake8
 Author: Ian Cordasco
@@ -108,6 +108,17 @@
         CHANGES
         =======
         
+        2.5.4 - 2016-02-11
+        ------------------
+        
+        - **Bug** Missed an attribute rename during the v2.5.3 release.
+        
+        2.5.3 - 2016-02-11
+        ------------------
+        
+        - **Bug** Actually parse ``output_file`` and ``enable_extensions`` 
from config
+          files
+        
         2.5.2 - 2016-01-30
         ------------------
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.5.2/flake8.egg-info/SOURCES.txt 
new/flake8-2.5.4/flake8.egg-info/SOURCES.txt
--- old/flake8-2.5.2/flake8.egg-info/SOURCES.txt        2016-01-30 
15:50:12.000000000 +0100
+++ new/flake8-2.5.4/flake8.egg-info/SOURCES.txt        2016-02-11 
18:54:20.000000000 +0100
@@ -5,7 +5,6 @@
 README.rst
 setup.cfg
 setup.py
-flake8/.hooks.py.swp
 flake8/__init__.py
 flake8/__init__.pyc
 flake8/__main__.py
@@ -48,27 +47,25 @@
 flake8/tests/_test_warnings.pyc
 flake8/tests/test_engine.py
 flake8/tests/test_engine.pyc
+flake8/tests/test_git_hook.pyc
 flake8/tests/test_hooks.py
 flake8/tests/test_hooks.pyc
 flake8/tests/test_integration.py
 flake8/tests/test_integration.pyc
 flake8/tests/test_main.py
 flake8/tests/test_main.pyc
+flake8/tests/test_pyflakes.py
+flake8/tests/test_pyflakes.pyc
 flake8/tests/test_reporter.py
 flake8/tests/test_reporter.pyc
 flake8/tests/test_util.py
 flake8/tests/test_util.pyc
-flake8/tests/test_warnings.pyc
 flake8/tests/__pycache__/__init__.cpython-34.pyc
 flake8/tests/__pycache__/_test_warnings.cpython-34.pyc
-flake8/tests/__pycache__/test_engine.cpython-27-PYTEST.pyc
-flake8/tests/__pycache__/test_engine.cpython-34-PYTEST.pyc
 flake8/tests/__pycache__/test_engine.cpython-34.pyc
-flake8/tests/__pycache__/test_git_hook.cpython-27-PYTEST.pyc
-flake8/tests/__pycache__/test_hooks.cpython-27-PYTEST.pyc
-flake8/tests/__pycache__/test_hooks.cpython-34-PYTEST.pyc
 flake8/tests/__pycache__/test_hooks.cpython-34.pyc
-flake8/tests/__pycache__/test_integration.cpython-27-PYTEST.pyc
 flake8/tests/__pycache__/test_integration.cpython-34.pyc
 flake8/tests/__pycache__/test_main.cpython-34.pyc
-flake8/tests/__pycache__/test_reporter.cpython-34.pyc
\ No newline at end of file
+flake8/tests/__pycache__/test_pyflakes.cpython-34.pyc
+flake8/tests/__pycache__/test_reporter.cpython-34.pyc
+flake8/tests/__pycache__/test_util.cpython-34.pyc
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.5.2/flake8.egg-info/pbr.json 
new/flake8-2.5.4/flake8.egg-info/pbr.json
--- old/flake8-2.5.2/flake8.egg-info/pbr.json   2015-12-28 05:42:26.000000000 
+0100
+++ new/flake8-2.5.4/flake8.egg-info/pbr.json   2015-07-10 16:34:24.000000000 
+0200
@@ -1 +1 @@
-{"is_release": false, "git_version": "b50c510"}
\ No newline at end of file
+{"is_release": false, "git_version": "b827629"}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.5.2/setup.cfg new/flake8-2.5.4/setup.cfg
--- old/flake8-2.5.2/setup.cfg  2016-01-30 15:50:12.000000000 +0100
+++ new/flake8-2.5.4/setup.cfg  2016-02-11 18:54:20.000000000 +0100
@@ -2,7 +2,7 @@
 universal = 1
 
 [egg_info]
+tag_svn_revision = 0
 tag_date = 0
 tag_build = 
-tag_svn_revision = 0
 


Reply via email to