From 0f9926608a867585766355d4cb4dba5196f97b2607f473a6fdfbffad7293b106 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 15 Mar 2022 08:50:17 +0000 Subject: [PATCH] - use python_expand for fdupes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=36 --- python-more-itertools.changes | 5 +++++ python-more-itertools.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-more-itertools.changes b/python-more-itertools.changes index eda2d46..244820a 100644 --- a/python-more-itertools.changes +++ b/python-more-itertools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 15 08:49:48 UTC 2022 - Dirk Müller + +- use python_expand for fdupes + ------------------------------------------------------------------- Thu Feb 3 20:13:01 UTC 2022 - Arun Persaud diff --git a/python-more-itertools.spec b/python-more-itertools.spec index 2dcd9c1..7fa8b3b 100644 --- a/python-more-itertools.spec +++ b/python-more-itertools.spec @@ -46,7 +46,7 @@ rm -rf more_itertools.egg-info %install %python_install -%python_exec %fdupes %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pyunittest discover -v