From eaf05d7cbc1f2dd57be2244364ab462cb6f3888b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:15:10 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-pymongo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pymongo.spec b/python-pymongo.spec index 068e958..7b95a4a 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -6,7 +6,7 @@ Name: python-pymongo Version: 3.6.1 -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 @@ -229,6 +229,9 @@ pkill mongod %changelog +* Tue Jun 19 2018 Miro HronĨok - 3.6.1-2 +- Rebuilt for Python 3.7 + * Sat Mar 10 2018 Randy Barlow - 3.6.1-1 - Update to 3.6.1 (#1550757). - http://api.mongodb.com/python/3.6.1/changelog.html