From b68851d8f5be91004a1de2d1a88c0a5b20948d53ad5dd6d6d4dbad0c98f6ddd9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 18 Aug 2020 23:32:56 +0000 Subject: [PATCH] - We can finally use %pyunittest macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-appdirs?expand=0&rev=22 --- python-appdirs.changes | 5 +++++ python-appdirs.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-appdirs.changes b/python-appdirs.changes index 4350c35..314ab3b 100644 --- a/python-appdirs.changes +++ b/python-appdirs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 23:32:44 UTC 2020 - Matej Cepl + +- We can finally use %pyunittest macro + ------------------------------------------------------------------- Tue Jun 2 16:46:55 UTC 2020 - Dirk Mueller diff --git a/python-appdirs.spec b/python-appdirs.spec index 06ef931..0af871e 100644 --- a/python-appdirs.spec +++ b/python-appdirs.spec @@ -58,7 +58,7 @@ cp -r appdirs.egg-info \ } %check -%python_exec -munittest discover -v +%pyunittest %files %{python_files} %license LICENSE.txt