[python-virtualenvwrapper] 4.0, latest upstream.

Ralph Bean ralph at fedoraproject.org
Mon Apr 29 12:57:14 UTC 2013


commit 28f80542fba6d511acefd5690a86aa87adfba121
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Apr 29 08:56:58 2013 -0400

    4.0, latest upstream.

 .gitignore                    |    1 +
 python-virtualenvwrapper.spec |   12 +++++++++++-
 sources                       |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 56f0ae3..a28b5b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /virtualenvwrapper-3.6.1.tar.gz
 /virtualenvwrapper-3.7.tar.gz
 /virtualenvwrapper-3.7.1.tar.gz
+/virtualenvwrapper-4.0.tar.gz
diff --git a/python-virtualenvwrapper.spec b/python-virtualenvwrapper.spec
index a2263cf..ccdc20d 100644
--- a/python-virtualenvwrapper.spec
+++ b/python-virtualenvwrapper.spec
@@ -1,7 +1,7 @@
 %global modname virtualenvwrapper
 
 Name:             python-virtualenvwrapper
-Version:          3.7.1
+Version:          4.0
 Release:          1%{?dist}
 Summary:          Enhancements to virtualenv
 
@@ -56,6 +56,16 @@ one project at a time without introducing conflicts in their dependencies.
 %{_bindir}/virtualenvwrapper_lazy.sh
 
 %changelog
+* Mon Apr 29 2013 Ralph Bean <rbean at redhat.com> - 4.0-1
+- Latest upstream including the following:
+- The python modules for extensions are now always run with
+  PWD=$WORKON_HOME (previously the value of PWD varied depending
+  on the hook). The shell portion of any hook (anything sourced
+  by the user’s shell when the hook is run) is still run in the
+  same place as before.
+- Fix the name of the script in an error message produced by
+  virtualenvwrapper_lazy.sh.
+
 * Mon Apr 08 2013 Ralph Bean <rbean at redhat.com> - 3.7.1-1
 - Latest upstream including the following bugfix changes.
 - Rename functions for generating help so they do not pollute the global
diff --git a/sources b/sources
index 6079db1..dcb3daf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-17fd8cfe4ef7f569f62f2f3453e3bc02  virtualenvwrapper-3.7.1.tar.gz
+78df3b40735e959479d9de34e4b8ba15  virtualenvwrapper-4.0.tar.gz


More information about the scm-commits mailing list