From 7e71238106db432c1fac09e5958f929da79da1306063c806e5cd02bb476b9ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 4 Mar 2019 11:05:46 +0000 Subject: [PATCH] - Fix multibuild name OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=16 --- python-isort.changes | 5 +++++ python-isort.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-isort.changes b/python-isort.changes index be43909..bc2dbd3 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 4 11:05:21 UTC 2019 - Tomáš Chvátal + +- Fix multibuild name + ------------------------------------------------------------------- Fri Mar 1 14:43:42 UTC 2019 - Tomáš Chvátal diff --git a/python-isort.spec b/python-isort.spec index 377ae00..c3a7600 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -25,7 +25,7 @@ %define psuffix %{nil} %bcond_with test %endif -Name: python-isort +Name: python-isort%{psuffix} Version: 4.3.9 Release: 0 Summary: A Python utility / library to sort Python imports