15
0

Accepting request 572411 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/572411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=10
This commit is contained in:
2018-02-05 09:52:56 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 5 deletions

View File

@@ -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
View File

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

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

View File

@@ -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