From 41de0d3136c528aa14ca3b5d491b2892b686fd3090accb3fbbe7628718c4a45c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 22 Jan 2020 15:07:57 +0000 Subject: [PATCH] Accepting request 766346 from home:mcalabkova:branches:devel:languages:python - update to 1.5 * Support Python3.8 * Support pyproject.toml with [tool.autopep8] section. * fix few bugs OBS-URL: https://build.opensuse.org/request/show/766346 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=39 --- autopep8-1.4.4.tar.gz | 3 --- autopep8-1.5.tar.gz | 3 +++ python-autopep8.changes | 8 ++++++++ python-autopep8.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 autopep8-1.4.4.tar.gz create mode 100644 autopep8-1.5.tar.gz 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