From ef5935bc2d2f746896f945b2d4cf9fd62a21af17ca2feeb6914523b11998858d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 4 Feb 2018 11:22:24 +0000 Subject: [PATCH] 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 --- autopep8-1.3.3.tar.gz | 3 --- autopep8-1.3.4.tar.gz | 3 +++ python-autopep8.changes | 19 +++++++++++++++++++ python-autopep8.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 autopep8-1.3.3.tar.gz create mode 100644 autopep8-1.3.4.tar.gz diff --git a/autopep8-1.3.3.tar.gz b/autopep8-1.3.3.tar.gz deleted file mode 100644 index 8f8b96d..0000000 --- a/autopep8-1.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff787bffb812818c3071784b5ce9a35f8c481a0de7ea0ce4f8b68b8788a12f30 -size 108639 diff --git a/autopep8-1.3.4.tar.gz b/autopep8-1.3.4.tar.gz new file mode 100644 index 0000000..d18d61e --- /dev/null +++ b/autopep8-1.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7be71ab0cb2f50c9c22c82f0c9acaafc6f57492c3fbfee9790c415005c2b9a5 +size 109361 diff --git a/python-autopep8.changes b/python-autopep8.changes index ac5fe9f..99ec7fa 100644 --- a/python-autopep8.changes +++ b/python-autopep8.changes @@ -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 diff --git a/python-autopep8.spec b/python-autopep8.spec index c6d8038..3bf6a58 100644 --- a/python-autopep8.spec +++ b/python-autopep8.spec @@ -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