From 0b5d3be7cd2f03a4f559b69fa6ef90698ec99b54 Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Jul 17 2018 01:46:17 +0000 Subject: remove unnecessary Python 3 fix --- diff --git a/ansible-review.spec b/ansible-review.spec index e50a87b..e101af7 100644 --- a/ansible-review.spec +++ b/ansible-review.spec @@ -8,7 +8,7 @@ Name: ansible-review Version: 0.13.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Reviews Ansible playbooks, roles and inventory and suggests improvements License: MIT URL: https://github.com/willthames/ansible-review @@ -72,11 +72,6 @@ Conflicts: python2-%{name} < 0.13.4-4 %prep %autosetup -# Python 3 compatibility fix -# https://github.com/willthames/ansible-review/pull/40 -# Should be removed in the next version > 0.13.4 -sed -e "64s/except AnsibleError, e:/except AnsibleError as e:/" -i lib/ansiblereview/groupvars.py - %build %if %{with python2} %py2_build @@ -120,6 +115,9 @@ nosetests-%{python3_version} -v test/ %{python3_sitelib}/ansible_review*.egg-info %changelog +* Tue Jul 17 2018 Dan Callaghan - 0.13.7-2 +- remove unnecessary Python 3 fix + * Tue Jul 17 2018 Dan Callaghan - 0.13.7-1 - upstream bug fix release 0.13.7: https://github.com/willthames/ansible-review/blob/master/CHANGELOG.md#0137