15
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/696507
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=37
This commit is contained in:
Tomáš Chvátal
2019-04-23 09:16:57 +00:00
committed by Git OBS Bridge
parent 69a773e702
commit 197073775a
4 changed files with 30 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sun Apr 21 22:03:00 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
- update to version 1.4.4:
* add github issue template
* Clarify global config file documentation
* fix e117
* add py37 in tox envlist
* fix import statement moved above the module doc by E402
* Don't allow setting --ignore to enable conflicting fixes
* Fix issue with W504 that causes a syntax error if there are
comment
* fix import moved above a future import
* fix invalid exit code (for #455)
* add unit test for exit code
* fix to pointed out by pylint
* noqa
* check pycodestyle to test/test_autopep8.py
* better match the signature of io.open
* Fix invalid escape sequences in tests
* Don't write the file unless there are changes
-------------------------------------------------------------------
Thu Nov 22 22:35:26 UTC 2018 - Arun Persaud <arun@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-autopep8
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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.4.3
Version: 1.4.4
Release: 0
Summary: Automatic generated to pep8 checked code
License: MIT