From c9f968dff6864bd0f90158157247a0284cd814ee1e5ae9bf4b5cd606ba72b983 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Fri, 13 Oct 2017 13:32:54 +0000 Subject: [PATCH] Accepting request 533771 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/533771 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=22 --- autopep8-1.3.2.tar.gz | 3 --- autopep8-1.3.3.tar.gz | 3 +++ python-autopep8.changes | 18 ++++++++++++++++++ python-autopep8.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 autopep8-1.3.2.tar.gz create mode 100644 autopep8-1.3.3.tar.gz diff --git a/autopep8-1.3.2.tar.gz b/autopep8-1.3.2.tar.gz deleted file mode 100644 index aa969a5..0000000 --- a/autopep8-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e82590bf366b4d891ac5c1535554c46a5f79e4400a190a8493e92e75c5037dd -size 107915 diff --git a/autopep8-1.3.3.tar.gz b/autopep8-1.3.3.tar.gz new file mode 100644 index 0000000..8f8b96d --- /dev/null +++ b/autopep8-1.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff787bffb812818c3071784b5ce9a35f8c481a0de7ea0ce4f8b68b8788a12f30 +size 108639 diff --git a/python-autopep8.changes b/python-autopep8.changes index df4a83a..ac5fe9f 100644 --- a/python-autopep8.changes +++ b/python-autopep8.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Oct 12 22:50:14 UTC 2017 - arun@gmx.de + +- update to version 1.3.3: + * add verbose print for 2to3 fixer (for #325) + * fix test suite output + * for #338 (easy solution...) + * Fix a bug in E305 + * care of corner cases for E713 (maybe, not perfect) + * ignore 'not in' case for E713 + * add test for e713 regression (for #276) + * strict pep8 + * improve w503 fixed method + * more test case for w503 + * consider that w503 with comment (#323) + * add test that w503 with comment + * Avoid a crash when shortening comments + ------------------------------------------------------------------- Fri Aug 4 15:19:55 UTC 2017 - jmatejek@suse.com diff --git a/python-autopep8.spec b/python-autopep8.spec index 0d43c28..c6d8038 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.2 +Version: 1.3.3 Release: 0 Summary: Automatic generated to pep8 checked code License: MIT