From 34b31fe73b4eed9a0d8f999beb107ea64992b81d Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jun 19 2018 09:23:46 +0000 Subject: Rebuilt for Python 3.7 --- diff --git a/python-virtualenvwrapper.spec b/python-virtualenvwrapper.spec index 20c297e..faf5eb2 100644 --- a/python-virtualenvwrapper.spec +++ b/python-virtualenvwrapper.spec @@ -8,7 +8,7 @@ one project at a time without introducing conflicts in their dependencies. Name: python-%{modname} Version: 4.8.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: %{sum} Group: Development/Languages @@ -128,6 +128,9 @@ ln -s %{_bindir}/virtualenvwrapper_lazy-3.sh %{buildroot}/%{_sysconfdir}/profile %config(noreplace) %{_sysconfdir}/profile.d/virtualenvwrapper-3.sh %changelog +* Tue Jun 19 2018 Miro Hrončok - 4.8.2-5 +- Rebuilt for Python 3.7 + * Wed Mar 21 2018 Kevin Fenzi - 4.8.2-4 - Fixed perms on wrapper scripts. Fixes bug #1554632