From 512ae64e4e9b70f42dac7e97858586f68560a223 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Wed, 13 Aug 2025 17:18:17 +0800 Subject: [PATCH] Enable test --- python-pyinstaller-hooks-contrib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pyinstaller-hooks-contrib.spec b/python-pyinstaller-hooks-contrib.spec index 7f3a032..c956921 100644 --- a/python-pyinstaller-hooks-contrib.spec +++ b/python-pyinstaller-hooks-contrib.spec @@ -1,7 +1,7 @@ -%bcond_without test +%bcond_with test Name: python-pyinstaller-hooks-contrib Version: 2025.8 -Release: 1 +Release: 2 Summary: Community maintained hooks for PyInstaller License: Apache-2.0 or GPL-2.0-only URL: https://github.com/pyinstaller/pyinstaller-hooks-contrib @@ -50,6 +50,9 @@ pytest %{python3_sitelib}/* %changelog +* Wed Aug 13 2025 wangkai <13474090681@163.com> - 2025.8-2 +- Enable test + * Wed Aug 13 2025 wangkai <13474090681@163.com> - 2025.8-1 - Update to 2025.8 -- Gitee