diff --git a/autopep8-1.4.1.tar.gz b/autopep8-1.4.1.tar.gz deleted file mode 100644 index a30680f..0000000 --- a/autopep8-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:096426ef4b489784c08395d7fc7f8cbf38a107b806984513e4c2d9070b0dc1d8 -size 113238 diff --git a/autopep8-1.4.2.tar.gz b/autopep8-1.4.2.tar.gz new file mode 100644 index 0000000..9ba489f --- /dev/null +++ b/autopep8-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8d42ebba751a91090d3adb5c06840b1151d71ed43e1c7a9ed6911bfe8ebe6c +size 113510 diff --git a/python-autopep8.changes b/python-autopep8.changes index ba65d6e..0cf179e 100644 --- a/python-autopep8.changes +++ b/python-autopep8.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 30 01:57:56 UTC 2018 - Arun Persaud + +- update to version 1.4.2: + * strict autopep8 + * add test for w503 fixed method with empty line + * fix IndexError in w503 fixed method + * fix w504 with any other tokenize.OP + ------------------------------------------------------------------- Wed Oct 17 15:34:05 UTC 2018 - Arun Persaud diff --git a/python-autopep8.spec b/python-autopep8.spec index e0f88d7..20d96bd 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.4.1 +Version: 1.4.2 Release: 0 Summary: Automatic generated to pep8 checked code License: MIT