From 6e5a9f9ad34327ba6584e0b56f321d8e0d346e9d Mon Sep 17 00:00:00 2001 From: Matej Stuchlik Date: Wed, 4 Nov 2015 15:12:08 +0100 Subject: [PATCH] Rebuilt for Python 3.5 --- python-pymongo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pymongo.spec b/python-pymongo.spec index d867b7a..52ac280 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -16,7 +16,7 @@ Name: python-pymongo Version: 3.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python driver for MongoDB Group: Development/Languages @@ -269,6 +269,9 @@ popd %endif %changelog +* Wed Nov 04 2015 Matej Stuchlik - 3.0.3-2 +- Rebuilt for Python 3.5 + * Thu Oct 01 2015 Haïkel Guémar - 3.0.3-1 - Upstream 3.0.3 - Fix CVE-2013-7440 (RHBZ#1231231 #1231232)