Rebuild for Python 3.6

This commit is contained in:
Charalampos Stratakis 2016-12-13 11:24:55 +01:00
parent 404cde77b9
commit 1e32d8ab13

View File

@ -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 <cstratak@redhat.com> - 15.0.3-3
- Rebuild for Python 3.6
* Mon Oct 17 2016 Steve Milner <smilner@redhat.com> - 15.0.3-2
- Added MAJOR symlinks per bz#1385240.