diff --git a/autopep8-1.4.4.tar.gz b/autopep8-1.4.4.tar.gz deleted file mode 100644 index e7e1d83..0000000 --- a/autopep8-1.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d8eec30cc81bc5617dbf1218201d770dc35629363547f17577c61683ccfb3ee -size 114796 diff --git a/autopep8-1.5.tar.gz b/autopep8-1.5.tar.gz new file mode 100644 index 0000000..bc8923f --- /dev/null +++ b/autopep8-1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f592a0447acea0c2b0a9602be1e4e3d86db52badd2e3c84f0193bfd89fd3a43 +size 116639 diff --git a/python-autopep8.changes b/python-autopep8.changes index 51c46cd..1a8a386 100644 --- a/python-autopep8.changes +++ b/python-autopep8.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jan 22 15:04:41 UTC 2020 - Marketa Calabkova + +- update to 1.5 + * Support Python3.8 + * Support pyproject.toml with [tool.autopep8] section. + * fix few bugs + ------------------------------------------------------------------- Sun Apr 21 22:03:00 UTC 2019 - Arun Persaud diff --git a/python-autopep8.spec b/python-autopep8.spec index 9ab00c8..0d25b20 100644 --- a/python-autopep8.spec +++ b/python-autopep8.spec @@ -1,7 +1,7 @@ # # spec file for package python-autopep8 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # 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.4 +Version: 1.5 Release: 0 Summary: Automatic generated to pep8 checked code License: MIT