15
0

Accepting request 651333 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/651333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=15
This commit is contained in:
2018-11-26 09:29:42 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Nov 22 22:35:26 UTC 2018 - Arun Persaud <arun@gmx.de>
- update to version 1.4.3:
* w605 fixes for identical tokens
* fix e402 fixed method when import some modules (for #447)
* use _is_binary_operator
* (origin/fix-w503-more-corner-cases) fix w503 with comment into
pointed out line (for #446)
-------------------------------------------------------------------
Tue Oct 30 01:57:56 UTC 2018 - Arun Persaud <arun@gmx.de>

View File

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