forked from pool/python-autopep8
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:
committed by
Git OBS Bridge
parent
c9f968dff6
commit
ef5935bc2d
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff787bffb812818c3071784b5ce9a35f8c481a0de7ea0ce4f8b68b8788a12f30
|
||||
size 108639
|
||||
3
autopep8-1.3.4.tar.gz
Normal file
3
autopep8-1.3.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7be71ab0cb2f50c9c22c82f0c9acaafc6f57492c3fbfee9790c415005c2b9a5
|
||||
size 109361
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-autopep8
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-autopep8
|
||||
Version: 1.3.3
|
||||
Version: 1.3.4
|
||||
Release: 0
|
||||
Summary: Automatic generated to pep8 checked code
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user