From fcebfc0831d06dbf7be635b6e5d4b648b40dffdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 14 Jun 2018 10:52:48 +0200 Subject: [PATCH] Bootstrap for Python 3.7 --- python-attrs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)