From 1e32d8ab1323dbced11d1be47c99c07596a59d87 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Tue, 13 Dec 2016 11:24:55 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-virtualenv.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-virtualenv.spec b/python-virtualenv.spec index b6c553c..b721f1f 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -8,7 +8,7 @@ Name: python-virtualenv Version: 15.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to create isolated Python environments Group: Development/Languages @@ -155,6 +155,9 @@ rm -f %{_bindir}/virtualenv-3 %changelog +* Tue Dec 13 2016 Stratakis Charalampos - 15.0.3-3 +- Rebuild for Python 3.6 + * Mon Oct 17 2016 Steve Milner - 15.0.3-2 - Added MAJOR symlinks per bz#1385240.