[python-virtualenvwrapper] Latest upstream.

Ralph Bean ☃ ralph at fedoraproject.org
Mon Apr 8 13:13:24 UTC 2013


commit 29ed1fe160b7cf040363148408dd244883326eee
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Apr 8 09:13:18 2013 -0400

    Latest upstream.

 .gitignore                    |    1 +
 python-virtualenvwrapper.spec |   12 +++++++++++-
 sources                       |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c92d314..56f0ae3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /virtualenvwrapper-3.6.tar.gz
 /virtualenvwrapper-3.6.1.tar.gz
 /virtualenvwrapper-3.7.tar.gz
+/virtualenvwrapper-3.7.1.tar.gz
diff --git a/python-virtualenvwrapper.spec b/python-virtualenvwrapper.spec
index 2859f15..a2263cf 100644
--- a/python-virtualenvwrapper.spec
+++ b/python-virtualenvwrapper.spec
@@ -1,7 +1,7 @@
 %global modname virtualenvwrapper
 
 Name:             python-virtualenvwrapper
-Version:          3.7
+Version:          3.7.1
 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 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
+  namespace, and especially so they do not interfere with tab completion.
+  Contributed by davidszotten.
+- Fix an issue with listing project templates if none are installed.
+  (issue 179)
+- Fix an issue with the --python option to mkvirtualenv becoming sticky
+  for future calls that do not explicitly specify the option. (issue 178)
+
 * Wed Mar 20 2013 Ralph Bean <rbean at redhat.com> - 3.7-1
 - Latest upstream.
 - Improve tab-completion support for users of the lazy-loading mode.
diff --git a/sources b/sources
index aa86ae5..6079db1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72cbc44b1c71a1ed64096533bbd37c13  virtualenvwrapper-3.7.tar.gz
+17fd8cfe4ef7f569f62f2f3453e3bc02  virtualenvwrapper-3.7.1.tar.gz


More information about the scm-commits mailing list