15
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/592912
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=26
This commit is contained in:
Tomáš Chvátal
2018-04-02 06:23:57 +00:00
committed by Git OBS Bridge
parent ef5935bc2d
commit 007cbf0258
4 changed files with 28 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7be71ab0cb2f50c9c22c82f0c9acaafc6f57492c3fbfee9790c415005c2b9a5
size 109361

3
autopep8-1.3.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2284d4ae2052fedb9f466c09728e30d2e231cfded5ffd7b1a20c34123fdc4ba4
size 109415

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Apr 1 22:33:48 UTC 2018 - arun@gmx.de
- update to version 1.3.5:
* add pypi version badge
* refactoring (strict pylint)
* fix e713 and e714 chain cases
* add test for e713 and e714 chain cases
* avoid e265
* add test for #389
* fix e265 when starts non-alphanumeric symbols (#389)
* Drop support for EOL Python 3.3
* Remove redundant Python 2.6 code
* Rewrite unnecessary list comprehension as dict comprehension
* Rewrite unnecessary dict call as literal
* Rewrite unnecessary list literal as set literal
* Rewrite unnecessary generator as set comprehension
* Rewrite unnecessary generator as set comprehension
* Use automatic formatters (py2.7+)
* Remove redundant Python 2.6 code
* change: not affeted FF(FromFeed) in Reindenter
* add unit test for #322
* read flake8 config
-------------------------------------------------------------------
Sun Feb 4 00:38:02 UTC 2018 - arun@gmx.de

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-autopep8
Version: 1.3.4
Version: 1.3.5
Release: 0
Summary: Automatic generated to pep8 checked code
License: MIT