diff --git a/python-pathvalidate.spec b/python-pathvalidate.spec index e4ac8a5..0aa8fe0 100644 --- a/python-pathvalidate.spec +++ b/python-pathvalidate.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 2.3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library to sanitize/validate a string such as file-names/file-paths/etc License: MIT @@ -16,6 +16,7 @@ BuildArch: noarch %package -n python3-%{srcname} Summary: %{summary} BuildRequires: python3-devel +BuildRequires: python3-allpairspy %description -n python3-%{srcname} %{summary}. @@ -35,8 +36,7 @@ chmod -R -x+X . %py3_install %check -# Missing dependency to allpairspy -# %%{pytest} +%{pytest} %files -n python3-%{srcname} @@ -46,5 +46,8 @@ chmod -R -x+X . %{python3_sitelib}/%{srcname}/ %changelog +* Fri Mar 19 2021 Jonny Heggheim - 2.3.2-2 +- Enabled unit tests + * Fri Mar 05 2021 Jonny Heggheim - 2.3.2-1 - Initial package