From 7963fce6488e582b18ae4d4c6e1ab41a771c8918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 20 Dec 2016 14:50:37 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-pymongo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pymongo.spec b/python-pymongo.spec index fcfd299..d29cd15 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -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 - 3.4.0-2 +- Rebuild for Python 3.6 + * Sun Dec 18 2016 Randy Barlow - 3.4.0-1 - Update to 3.4.0 (#1400227). - Use new install macros.