From aa7a87d9cdfec2490412e2e1adb5609e8676fb61 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Thu, 30 Jun 2022 10:58:16 +0800 Subject: [PATCH] enable tests --- pytz.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pytz.spec b/pytz.spec index cadc4bb..398a133 100644 --- a/pytz.spec +++ b/pytz.spec @@ -1,8 +1,8 @@ -%bcond_with tests +%bcond_without tests Name: pytz Version: 2021.3 -Release: 2 +Release: 3 Summary: World Timezone Definitions for Python License: MIT URL: http://pytz.sourceforge.net/ @@ -57,6 +57,12 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %{python3_sitelib}/* %changelog +* Thu Jun 30 2022 gaihuiying - 2021.3-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:enable tests + * Tue Jun 21 2022 yanglu - 2021.3-2 - Type:bugfix - ID:NA -- Gitee