15
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/572353
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=24
This commit is contained in:
Tomáš Chvátal
2018-02-04 11:22:24 +00:00
committed by Git OBS Bridge
parent c9f968dff6
commit ef5935bc2d
4 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Feb 4 00:38:02 UTC 2018 - arun@gmx.de
- specfile:
* update copyright year
- update to version 1.3.4:
* support in some more cases in E712
* add test for e712 with dict value
* drop support Python2.6
* strict pylint
* add to E133 fixed method and available hang-closing option
* fix unit test
* add E226 in default ignore code
* change: use compile() with dont_inherit=True
* add test, invalid config key for autopep8
* print enable config section and key-value in verbose mode
* add test for w602 valid and invalid 2to3 fixed case, skip now
-------------------------------------------------------------------
Thu Oct 12 22:50:14 UTC 2017 - arun@gmx.de