Rebuild for Python 3.6

This commit is contained in:
Miro Hrončok 2016-12-19 18:20:37 +01:00
parent dd1558b82a
commit 4a406a9f2d
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: python-%{modname}
Version: 1.1.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A coroutine-based Python networking library
License: MIT
@ -99,6 +99,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
%{python3_sitearch}/%{modname}*
%changelog
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.1.2-2
- Rebuild for Python 3.6
* Sun Jul 24 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.1.2-1
- Update to 1.1.2 (RHBZ #1359455)