Rebuild for Python 3.6

This commit is contained in:
Miro Hrončok 2016-12-20 14:50:37 +01:00
parent a3432e7460
commit 7963fce648

View File

@ -6,7 +6,7 @@
Name: python-pymongo
Version: 3.4.0
Release: 1%{?dist}
Release: 2%{?dist}
# All code is ASL 2.0 except bson/time64*.{c,h} which is MIT
License: ASL 2.0 and MIT
@ -224,6 +224,9 @@ pkill mongod
%changelog
* Tue Dec 20 2016 Miro Hrončok <mhroncok@redhat.com> - 3.4.0-2
- Rebuild for Python 3.6
* Sun Dec 18 2016 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.4.0-1
- Update to 3.4.0 (#1400227).
- Use new install macros.