diff --git a/python-jaraco-text.spec b/python-jaraco-text.spec index 828fd6b126b4768ad08c14c3eb9ecb2b98669ec0..8598e373da3dd7d7c9983fc54510255696a23030 100644 --- a/python-jaraco-text.spec +++ b/python-jaraco-text.spec @@ -2,12 +2,12 @@ %global pkg_name jaraco-text %bcond_with docs -%bcond_with tests +%bcond_without tests Summary: Module for text manipulation Name: python-%{pkg_name} Version: 3.12.0 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: https://github.com/jaraco/jaraco.text Source0: %{pypi_source} @@ -17,8 +17,8 @@ BuildArch: noarch BuildRequires: python3-devel %if %{with tests} -BuildRequires: python3dist(pytest) python3dist(pytest-checkdocs) python3dist(pytest-flake8) -BuildRequires: python3dist(pytest-black-multipy) python3dist(pytest-cov) +BuildRequires: python3dist(pytest) +BuildRequires: python3dist(pytest-cov) %endif %description @@ -76,6 +76,9 @@ install jaraco/text/Lorem\ ipsum.txt %{buildroot}%{python3_sitelib}/jaraco/text/ %endif %changelog +* Fri May 31 2024 Shuo Wang - 3.12.0-2 +- enable %check + * Wed Jan 03 2024 Upgrade Robot - 3.12.0-1 - Upgrade to version 3.12.0