From 197073775a614dcb54bbe745dc456ebd78d2ac3b4222781cd09008ca76a3d686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 23 Apr 2019 09:16:57 +0000 Subject: [PATCH] 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 --- autopep8-1.4.3.tar.gz | 3 --- autopep8-1.4.4.tar.gz | 3 +++ python-autopep8.changes | 25 +++++++++++++++++++++++++ python-autopep8.spec | 4 ++-- 4 files changed, 30 insertions(+), 5 deletions(-) delete mode 100644 autopep8-1.4.3.tar.gz create mode 100644 autopep8-1.4.4.tar.gz diff --git a/autopep8-1.4.3.tar.gz b/autopep8-1.4.3.tar.gz deleted file mode 100644 index 1a60919..0000000 --- a/autopep8-1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33d2b5325b7e1afb4240814fe982eea3a92ebea712869bfd08b3c0393404248c -size 113940 diff --git a/autopep8-1.4.4.tar.gz b/autopep8-1.4.4.tar.gz new file mode 100644 index 0000000..e7e1d83 --- /dev/null +++ b/autopep8-1.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8eec30cc81bc5617dbf1218201d770dc35629363547f17577c61683ccfb3ee +size 114796 diff --git a/python-autopep8.changes b/python-autopep8.changes index 08ae6d4..51c46cd 100644 --- a/python-autopep8.changes +++ b/python-autopep8.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Apr 21 22:03:00 UTC 2019 - Arun Persaud + +- 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 diff --git a/python-autopep8.spec b/python-autopep8.spec index 940bc4e..9ab00c8 100644 --- a/python-autopep8.spec +++ b/python-autopep8.spec @@ -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