15
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/632655
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=28
This commit is contained in:
Tomáš Chvátal
2018-09-03 09:01:56 +00:00
committed by Git OBS Bridge
parent 007cbf0258
commit e07fb2c076
3 changed files with 34 additions and 4 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Sat Sep 1 18:31:27 UTC 2018 - arun@gmx.de
- update to version 1.4:
* py37
* W690 add DEFAULT_IGNORE. (because Python3 is mainstream now)
* strict pep8
* update readme
* fix E702 is not running in case of README.rst example
* add unit test for e128 with -aaa option
* fix exception in fix_w503, when do not pointing out W503
* fix E305, when E303 and E305 are detected on the subsequent line
* env: PEP8_VERSION=pypi,github
* Travis CI: Add Python 3.7 to the testing
* update acid test output data
* seperate to e113 and e116 fixed method
* Update links to PyPI in README.rst
* add W605 fixed method
* add unit test for w605 fixed method
* Make test_e225_with_indentation_fix() actually use the fixer for
E225
* Add fixer for E252 "Missing whitespace around parameter equals"
* ix: case that W503 in a continuous 5 or more lines
* add test case for W503 in a continuous 5 or more lines
* fix e731 with case of default argument
* add test for e731 with default arguments
* fix broken coverage script
* Handle ValueError from check_syntax
-------------------------------------------------------------------
Sun Apr 1 22:33:48 UTC 2018 - arun@gmx.de