From 007cbf02588a13858b3a2c1054a683099d74b56197c2d8b8bfab5fe296c6e75b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 2 Apr 2018 06:23:57 +0000 Subject: [PATCH] Accepting request 592912 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/592912 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=26 --- autopep8-1.3.4.tar.gz | 3 --- autopep8-1.3.5.tar.gz | 3 +++ python-autopep8.changes | 24 ++++++++++++++++++++++++ python-autopep8.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 autopep8-1.3.4.tar.gz create mode 100644 autopep8-1.3.5.tar.gz diff --git a/autopep8-1.3.4.tar.gz b/autopep8-1.3.4.tar.gz deleted file mode 100644 index d18d61e..0000000 --- a/autopep8-1.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7be71ab0cb2f50c9c22c82f0c9acaafc6f57492c3fbfee9790c415005c2b9a5 -size 109361 diff --git a/autopep8-1.3.5.tar.gz b/autopep8-1.3.5.tar.gz new file mode 100644 index 0000000..bc51686 --- /dev/null +++ b/autopep8-1.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2284d4ae2052fedb9f466c09728e30d2e231cfded5ffd7b1a20c34123fdc4ba4 +size 109415 diff --git a/python-autopep8.changes b/python-autopep8.changes index 99ec7fa..33b36d4 100644 --- a/python-autopep8.changes +++ b/python-autopep8.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sun Apr 1 22:33:48 UTC 2018 - arun@gmx.de + +- update to version 1.3.5: + * add pypi version badge + * refactoring (strict pylint) + * fix e713 and e714 chain cases + * add test for e713 and e714 chain cases + * avoid e265 + * add test for #389 + * fix e265 when starts non-alphanumeric symbols (#389) + * Drop support for EOL Python 3.3 + * Remove redundant Python 2.6 code + * Rewrite unnecessary list comprehension as dict comprehension + * Rewrite unnecessary dict call as literal + * Rewrite unnecessary list literal as set literal + * Rewrite unnecessary generator as set comprehension + * Rewrite unnecessary generator as set comprehension + * Use automatic formatters (py2.7+) + * Remove redundant Python 2.6 code + * change: not affeted FF(FromFeed) in Reindenter + * add unit test for #322 + * read flake8 config + ------------------------------------------------------------------- Sun Feb 4 00:38:02 UTC 2018 - arun@gmx.de diff --git a/python-autopep8.spec b/python-autopep8.spec index 3bf6a58..fb29e30 100644 --- a/python-autopep8.spec +++ b/python-autopep8.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-autopep8 -Version: 1.3.4 +Version: 1.3.5 Release: 0 Summary: Automatic generated to pep8 checked code License: MIT