From 473b7ca6b63534de3b561f72268c33748e4fee963c2f7c9243a50d19e5577fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 24 Apr 2020 17:31:49 +0000 Subject: [PATCH] Accepting request 797222 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/797222 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=41 --- autopep8-1.5.2.tar.gz | 3 +++ autopep8-1.5.tar.gz | 3 --- python-autopep8.changes | 28 ++++++++++++++++++++++++++++ python-autopep8.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 autopep8-1.5.2.tar.gz delete mode 100644 autopep8-1.5.tar.gz diff --git a/autopep8-1.5.2.tar.gz b/autopep8-1.5.2.tar.gz new file mode 100644 index 0000000..fb6d825 --- /dev/null +++ b/autopep8-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152fd8fe47d02082be86e05001ec23d6f420086db56b17fc883f3f965fb34954 +size 117909 diff --git a/autopep8-1.5.tar.gz b/autopep8-1.5.tar.gz deleted file mode 100644 index bc8923f..0000000 --- a/autopep8-1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f592a0447acea0c2b0a9602be1e4e3d86db52badd2e3c84f0193bfd89fd3a43 -size 116639 diff --git a/python-autopep8.changes b/python-autopep8.changes index 1a8a386..36be8b6 100644 --- a/python-autopep8.changes +++ b/python-autopep8.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Fri Apr 24 15:15:40 UTC 2020 - Arun Persaud + +- update to version 1.5.2: + * add test for verbose log + * remove unnecessary format's argument + * add unit test + * fix incorrect E702 fixes with --select=E702 option + * refactoring + * enable exclude option when specify directly file args + * add unit test: exclude option when specify directly file args + * support parallel jobs for --diff option (#480) + * add test for diff option parallel jobs + * add python 3.8 to files + * add unit test: --ignore=E503,E504 case + * fix degrade to case of --select=W --ignore=W503 + * add test for W503,504 more complex case + +- changes from version 1.5.1: + * remove skip mark in test + * refactoring + * add unit test for w503 and w504 confliction case + * change: both W503 and W504 are specified, priority is given to + W503 (for #518) + * fix E402 with __all__ (for #529) + * Fix a bug causing both W503 and W504 to be ignored + * return diff exit code when reading from stdin too + ------------------------------------------------------------------- Wed Jan 22 15:04:41 UTC 2020 - Marketa Calabkova diff --git a/python-autopep8.spec b/python-autopep8.spec index 0d25b20..b5e572b 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.5 +Version: 1.5.2 Release: 0 Summary: Automatic generated to pep8 checked code License: MIT