Bootstrap for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-14 10:52:48 +02:00
parent 4bdda70502
commit fcebfc0831

View File

@ -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 <mhroncok@redhat.com> - 17.4.0-5
- Bootstrap for Python 3.7
* Wed Feb 21 2018 Iryna Shcherbina <ishcherb@redhat.com> - 17.4.0-4
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)