From 97f68fc19f6140bf1d91292f12610ddf03e10d992df756e7f0b089831b7019b5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 4 Jun 2022 11:50:10 +0000 Subject: [PATCH] - Fix update-alternatives use. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yapf?expand=0&rev=21 --- python-yapf.changes | 1 + python-yapf.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/python-yapf.changes b/python-yapf.changes index f9c7181..3823989 100644 --- a/python-yapf.changes +++ b/python-yapf.changes @@ -17,6 +17,7 @@ Sat Jun 4 11:45:36 UTC 2022 - Matej Cepl method definitions inside a class are surrounded by a single blank line as prescribed by PEP8. - Fixed the '...' token to be spaced after a colon. +- Fix update-alternatives use. ------------------------------------------------------------------- Sat Jul 17 06:43:41 UTC 2021 - Dirk Müller diff --git a/python-yapf.spec b/python-yapf.spec index 308a865..ee44ea4 100644 --- a/python-yapf.spec +++ b/python-yapf.spec @@ -68,7 +68,7 @@ be reformatted. %python_install_alternative yapf yapf-diff %postun -%python_uninstall_alternative yapf yapf-diff +%python_uninstall_alternative yapf %files %{python_files} %license LICENSE