Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-18 00:48:42 +02:00
parent fcebfc0831
commit 7700493f65

View File

@ -1,4 +1,3 @@
%global _without_tests 1
%global modname attrs
%if 0%{?rhel} && 0%{?rhel} <= 7
@ -11,7 +10,7 @@
Name: python-attrs
Version: 17.4.0
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Python attributes without boilerplate
License: MIT
@ -93,6 +92,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib} py.test-3 -v
%{python3_sitelib}/*
%changelog
* Sun Jun 17 2018 Miro Hrončok <mhroncok@redhat.com> - 17.4.0-6
- Rebuilt for Python 3.7
* Thu Jun 14 2018 Miro Hrončok <mhroncok@redhat.com> - 17.4.0-5
- Bootstrap for Python 3.7