diff --git a/autopep8-1.4.1.tar.gz b/autopep8-1.4.1.tar.gz new file mode 100644 index 0000000..a30680f --- /dev/null +++ b/autopep8-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:096426ef4b489784c08395d7fc7f8cbf38a107b806984513e4c2d9070b0dc1d8 +size 113238 diff --git a/autopep8-1.4.tar.gz b/autopep8-1.4.tar.gz deleted file mode 100644 index 297f4da..0000000 --- a/autopep8-1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:655e3ee8b4545be6cfed18985f581ee9ecc74a232550ee46e9797b6fbf4f336d -size 107925 diff --git a/python-autopep8.changes b/python-autopep8.changes index d029d73..ba65d6e 100644 --- a/python-autopep8.changes +++ b/python-autopep8.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Wed Oct 17 15:34:05 UTC 2018 - Arun Persaud + +- specfile: + * update requirement of pycodestyle to >= 2.4 + +- update to version 1.4.1: + * update description for --exit-code option + * add unit test for --exit-code option + * fix fail test + * use --exit-code option value + * add --exit-code option + * format .rst + * update readme + * fallback, use .pep8 config + * update requirement, pycodestyle 2.4.0 and higher version + * refactoring + * not change import statement to top of file when duplicate import + * pycodestyle & autopep8 + * enable reading the settings from '.flake8' file + * change default config path + * change: return exit-code 1 when exists diff output + * work around exception for #403 + * fix w503 with into comments (for #411) + * handling exception with case of line comment + * remove debug print + * unit test for w503 and w504 fixed methods + * implementation W504 fixed method. + * W50x are set to DEFAULT_IGNORE + * update test suite data for e72x test + * add test for get_module_imports_on_top_of_file + * improve e402 fixed method + * update test suite output + * update method list + * add E402 fixed method and test + ------------------------------------------------------------------- Mon Sep 3 09:03:49 UTC 2018 - Tomáš Chvátal diff --git a/python-autopep8.spec b/python-autopep8.spec index 8844b06..e0f88d7 100644 --- a/python-autopep8.spec +++ b/python-autopep8.spec @@ -12,23 +12,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-autopep8 -Version: 1.4 +Version: 1.4.1 Release: 0 Summary: Automatic generated to pep8 checked code License: MIT Group: Development/Languages/Python URL: https://github.com/hhatto/autopep8 Source: https://files.pythonhosted.org/packages/source/a/autopep8/autopep8-%{version}.tar.gz -BuildRequires: %{python_module pycodestyle >= 2.3} +BuildRequires: %{python_module pycodestyle >= 2.4} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros -Requires: python-pycodestyle +Requires: python-pycodestyle >= 2.4 Requires: python-setuptools Requires(post): update-alternatives Requires(postun): update-alternatives