diff --git a/python-attrs.spec b/python-attrs.spec index 6889ab2..69bd896 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %global modname attrs %if 0%{?rhel} && 0%{?rhel} <= 7 @@ -10,7 +11,7 @@ Name: python-attrs Version: 17.4.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python attributes without boilerplate License: MIT @@ -92,6 +93,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib} py.test-3 -v %{python3_sitelib}/* %changelog +* Thu Jun 14 2018 Miro HronĨok - 17.4.0-5 +- Bootstrap for Python 3.7 + * Wed Feb 21 2018 Iryna Shcherbina - 17.4.0-4 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)