diff --git a/autopep8-1.4.3.tar.gz b/autopep8-1.4.3.tar.gz deleted file mode 100644 index 1a60919..0000000 --- a/autopep8-1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33d2b5325b7e1afb4240814fe982eea3a92ebea712869bfd08b3c0393404248c -size 113940 diff --git a/autopep8-1.4.4.tar.gz b/autopep8-1.4.4.tar.gz new file mode 100644 index 0000000..e7e1d83 --- /dev/null +++ b/autopep8-1.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8eec30cc81bc5617dbf1218201d770dc35629363547f17577c61683ccfb3ee +size 114796 diff --git a/python-autopep8.changes b/python-autopep8.changes index 08ae6d4..51c46cd 100644 --- a/python-autopep8.changes +++ b/python-autopep8.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Apr 21 22:03:00 UTC 2019 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 1.4.4: + * add github issue template + * Clarify global config file documentation + * fix e117 + * add py37 in tox envlist + * fix import statement moved above the module doc by E402 + * Don't allow setting --ignore to enable conflicting fixes + * Fix issue with W504 that causes a syntax error if there are + comment + * fix import moved above a future import + * fix invalid exit code (for #455) + * add unit test for exit code + * fix to pointed out by pylint + * noqa + * check pycodestyle to test/test_autopep8.py + * better match the signature of io.open + * Fix invalid escape sequences in tests + * Don't write the file unless there are changes + ------------------------------------------------------------------- Thu Nov 22 22:35:26 UTC 2018 - Arun Persaud diff --git a/python-autopep8.spec b/python-autopep8.spec index 940bc4e..9ab00c8 100644 --- a/python-autopep8.spec +++ b/python-autopep8.spec @@ -1,7 +1,7 @@ # # spec file for package python-autopep8 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-autopep8 -Version: 1.4.3 +Version: 1.4.4 Release: 0 Summary: Automatic generated to pep8 checked code License: MIT