diff --git a/python-pint.spec b/python-pint.spec index 454928e..845fc38 100644 --- a/python-pint.spec +++ b/python-pint.spec @@ -3,7 +3,7 @@ Name: python-pint Version: 0.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Physical quantities module License: BSD @@ -60,7 +60,7 @@ Documentation for the pint module %setup -q -n %{pypi_name}-%{version} %generate_buildrequires -%pyproject_buildrequires -t +%pyproject_buildrequires -x test %build %pyproject_wheel @@ -77,7 +77,7 @@ rm -rf html/.{doctrees,buildinfo} %pyproject_install %check -%tox +%pytest %files -n python3-pint %license LICENSE @@ -92,6 +92,9 @@ rm -rf html/.{doctrees,buildinfo} %endif %changelog +* Mon Sep 21 2020 Lumír Balhar - 0.13-3 +- Fix test dependencies and execution + * Wed Jul 29 2020 Fedora Release Engineering - 0.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild