diff --git a/python-constantly.spec b/python-constantly.spec index b24d8c54538c495adad27f2587f8bc938a73d28b..97680541407b1abcf70bd1b14f25ef93bf1db31b 100644 --- a/python-constantly.spec +++ b/python-constantly.spec @@ -1,12 +1,12 @@ %global srcname constantly -%bcond_with tests +%bcond_without tests %bcond_with docs Summary: Symbolic constants in Python Name: python-%{srcname} Version: 15.1.0 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT URL: https://github.com/twisted/constantly Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz @@ -77,6 +77,9 @@ rm -rf html/.{doctrees,buildinfo} %endif %changelog +* Fri May 31 2024 Shuo Wang - 15.1.0-6 +- enable %check + * Tue Sep 19 2023 OpenCloudOS Release Engineering - 15.1.0-5 - Rebuilt for python 3.11