Update to 1.3.3 (RHBZ#1589102)

This commit is contained in:
Dan Callaghan 2018-06-13 12:34:43 +10:00
commit f577f705b7
3 changed files with 6 additions and 2 deletions

View file

@ -3,7 +3,7 @@
%global optflags %(echo %{optflags} -I%{_includedir}/libev)
Name: python-%{modname}
Version: 1.3.2
Version: 1.3.3
Release: 1%{?dist}
Summary: A coroutine-based Python networking library
@ -111,6 +111,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
%{python3_sitearch}/%{modname}*
%changelog
* Wed Jun 13 2018 Dan Callaghan <dcallagh@redhat.com> - 1.3.3-1
- Update to 1.3.3 (RHBZ#1589102)
* Mon Jun 04 2018 Dan Callaghan <dcallagh@redhat.com> - 1.3.2-1
- Update to 1.3.2 (RHBZ#1583647)