Accepting request 645959 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/645959
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=40
This commit is contained in:
Tomáš Chvátal
2018-11-02 08:15:41 +00:00
committed by Git OBS Bridge
parent c2d34db0bd
commit 0ab620912e
7 changed files with 54 additions and 128 deletions

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Thu Nov 1 22:46:04 UTC 2018 - Arun Persaud <arun@gmx.de>
- specfile:
* be more specific in %files section
* remove two patches that got included upstream:
+ fix_pycodestyle_240.patch
+ python-flake8-3.5.0-pyflakes-2.0.0.patch
- update to version 3.6.0:
* New Dependency Information
+ pycodestyle has been updated to >= 2.4.0, < 2.5.0 (See also
GitLab#381, GitLab#415, GitLab!212, GitLab!230, GitLab!231)
+ Pyflakes has been updated to >= 2.0.0, < 2.1.0 (See also
GitLab#422, GitLab!239)
+ flake8 requires python 2.x >= 2.7 or python 3.x >= 3.4 (See also
GitLab!225)
* Features
+ Add paths to allow local plugins to exist outside of sys.path
(See also GitLab#379, GitLab!211)
+ Copy setup.cfg files to the temporary git hook execution
directory (See also GitLab!215)
+ Only skip a file if # flake8: noqa is on a line by itself (See
also GitLab#453, GitLab!219)
+ Provide a better user experience for broken plugins (See also
GitLab!221)
+ Report E902 when a file passed on the command line does not
exist (See also GitLab#405, GitLab!227)
+ Add --extend-ignore for extending the default ignore instead of
overriding it (See also GitLab#365, GitLab!233)
* Bugs Fixed
+ Respect a formatter's newline setting when printing (See also
GitLab!222)
+ Fix leaking of processes in the legacy api (See also GitLab#410,
GitLab!228)
+ Fix a SyntaxWarning for an invalid escape sequence (See also
GitLab!244)
+ Fix DeprecationWarning due to import of abc classes from the
collections module (See also GitLab!249)
+ Defer setuptools import to improve flake8 startup time (See also
GitLab!250)
+ Fix inconsistent line endings in FileProcessor.lines when
running under python 3.x (See also GitLab#457, GitLab!255)
-------------------------------------------------------------------
Wed Sep 5 14:55:07 UTC 2018 - Matěj Cepl <mcepl@suse.com>