From 705d1f9fe97193391f48c3138ce56d121183cc0c49df49eac03249328777bf2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 4 Feb 2020 18:26:12 +0000 Subject: [PATCH] Accepting request 770029 from home:mcalabkova:branches:devel:languages:python - update to 0.29.0 * Add the `--quiet` flag to suppress output. The return code is 1 if there are changes, similarly to the `--diff` flag. * Catch and report `UnicodeDecodeError` exceptions. * Few bugfixes, see CHANGELOG OBS-URL: https://build.opensuse.org/request/show/770029 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yapf?expand=0&rev=15 --- python-yapf.changes | 9 +++++++++ python-yapf.spec | 4 ++-- yapf-0.28.0.tar.gz | 3 --- yapf-0.29.0.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 yapf-0.28.0.tar.gz create mode 100644 yapf-0.29.0.tar.gz diff --git a/python-yapf.changes b/python-yapf.changes index 5c7bd36..ee70098 100644 --- a/python-yapf.changes +++ b/python-yapf.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Feb 4 15:55:15 UTC 2020 - Marketa Calabkova + +- update to 0.29.0 + * Add the `--quiet` flag to suppress output. The return code is 1 if there are + changes, similarly to the `--diff` flag. + * Catch and report `UnicodeDecodeError` exceptions. + * Few bugfixes, see CHANGELOG + ------------------------------------------------------------------- Mon Jul 22 11:28:10 UTC 2019 - Tomáš Chvátal diff --git a/python-yapf.spec b/python-yapf.spec index c5ab211..135208b 100644 --- a/python-yapf.spec +++ b/python-yapf.spec @@ -1,7 +1,7 @@ # # spec file for package python-yapf # -# 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-yapf -Version: 0.28.0 +Version: 0.29.0 Release: 0 Summary: A formatter for Python code License: Apache-2.0 diff --git a/yapf-0.28.0.tar.gz b/yapf-0.28.0.tar.gz deleted file mode 100644 index 4d3c725..0000000 --- a/yapf-0.28.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f94b6a176a7c114cfa6bad86d40f259bbe0f10cf2fa7f2f4b3596fc5802a41b -size 177316 diff --git a/yapf-0.29.0.tar.gz b/yapf-0.29.0.tar.gz new file mode 100644 index 0000000..583563f --- /dev/null +++ b/yapf-0.29.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712e23c468506bf12cadd10169f852572ecc61b266258422d45aaf4ad7ef43de +size 181836