From e5af1c2306d3bd74341bc7eaedcaa4ca07920873cf67d138c6dbb7cd5887009c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 18 Aug 2020 22:52:34 +0000 Subject: [PATCH] - We can finally use %pyunittest macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-freezegun?expand=0&rev=32 --- python-freezegun.changes | 5 +++++ python-freezegun.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-freezegun.changes b/python-freezegun.changes index c408d97..5fd8a93 100644 --- a/python-freezegun.changes +++ b/python-freezegun.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 22:52:14 UTC 2020 - Matej Cepl + +- We can finally use %pyunittest macro + ------------------------------------------------------------------- Wed Mar 11 17:29:52 UTC 2020 - Tomáš Chvátal diff --git a/python-freezegun.spec b/python-freezegun.spec index 8975051..a168d7a 100644 --- a/python-freezegun.spec +++ b/python-freezegun.spec @@ -59,7 +59,7 @@ time by mocking the datetime module. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec -munittest discover -v +%pyunittest %files %{python_files} %license LICENSE