diff --git a/python-affine.spec b/python-affine.spec index 25ede4f..dd62293 100644 --- a/python-affine.spec +++ b/python-affine.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 2.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Matrices describing affine transformation of the plane License: BSD @@ -45,6 +45,7 @@ rm -rf %{srcname}.egg-info %check +PYTHONDONTWRITEBYTECODE=1 \ PYTHONPATH="%{buildroot}%{python3_sitearch}" \ pytest-3 -v --pyargs affine @@ -56,6 +57,9 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" \ %changelog +* Sun Jan 13 2019 Elliott Sales de Andrade - 2.2.2-2 +- Remove testing bytecode + * Sat Jan 12 2019 Elliott Sales de Andrade - 2.2.2-1 - Update to latest version