15
0

Accepting request 797253 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/797253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=18
This commit is contained in:
2020-04-25 18:34:10 +00:00
committed by Git OBS Bridge
4 changed files with 32 additions and 4 deletions

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

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

View File

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

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Apr 24 15:15:40 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 1.5.2:
* add test for verbose log
* remove unnecessary format's argument
* add unit test
* fix incorrect E702 fixes with --select=E702 option
* refactoring
* enable exclude option when specify directly file args
* add unit test: exclude option when specify directly file args
* support parallel jobs for --diff option (#480)
* add test for diff option parallel jobs
* add python 3.8 to files
* add unit test: --ignore=E503,E504 case
* fix degrade to case of --select=W --ignore=W503
* add test for W503,504 more complex case
- changes from version 1.5.1:
* remove skip mark in test
* refactoring
* add unit test for w503 and w504 confliction case
* change: both W503 and W504 are specified, priority is given to
W503 (for #518)
* fix E402 with __all__ (for #529)
* Fix a bug causing both W503 and W504 to be ignored
* return diff exit code when reading from stdin too
-------------------------------------------------------------------
Wed Jan 22 15:04:41 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

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