From 43efca98aa1f5c23ee5654878d13f68bab0387da Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Mon, 18 Jan 2016 15:48:48 -0500 Subject: [PATCH] Do not use 2to3 for the Python 3 subpackage (#1294130). --- python-pymongo.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-pymongo.spec b/python-pymongo.spec index 52ac280..24f6ab0 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -16,7 +16,7 @@ Name: python-pymongo Version: 3.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python driver for MongoDB Group: Development/Languages @@ -117,7 +117,6 @@ rm pymongo/ssl_match_hostname.py %if 0%{?with_python3} rm -rf %{py3dir} cp -a . %{py3dir} -2to3 --write --nobackups --no-diffs %{py3dir} %endif # with_python3 %build @@ -269,6 +268,9 @@ popd %endif %changelog +* Mon Jan 18 2016 Randy Barlow - 3.0.3-3 +- Do not use 2to3 for Python 3 (#1294130). + * Wed Nov 04 2015 Matej Stuchlik - 3.0.3-2 - Rebuilt for Python 3.5