diff --git a/autopep8-1.4.2.tar.gz b/autopep8-1.4.2.tar.gz deleted file mode 100644 index 9ba489f..0000000 --- a/autopep8-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b8d42ebba751a91090d3adb5c06840b1151d71ed43e1c7a9ed6911bfe8ebe6c -size 113510 diff --git a/autopep8-1.4.3.tar.gz b/autopep8-1.4.3.tar.gz new file mode 100644 index 0000000..1a60919 --- /dev/null +++ b/autopep8-1.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d2b5325b7e1afb4240814fe982eea3a92ebea712869bfd08b3c0393404248c +size 113940 diff --git a/python-autopep8.changes b/python-autopep8.changes index 0cf179e..08ae6d4 100644 --- a/python-autopep8.changes +++ b/python-autopep8.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Nov 22 22:35:26 UTC 2018 - Arun Persaud + +- update to version 1.4.3: + * w605 fixes for identical tokens + * fix e402 fixed method when import some modules (for #447) + * use _is_binary_operator + * (origin/fix-w503-more-corner-cases) fix w503 with comment into + pointed out line (for #446) + ------------------------------------------------------------------- Tue Oct 30 01:57:56 UTC 2018 - Arun Persaud diff --git a/python-autopep8.spec b/python-autopep8.spec index 20d96bd..940bc4e 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.2 +Version: 1.4.3 Release: 0 Summary: Automatic generated to pep8 checked code License: MIT