[python-virtualenv] update for 1.5.1

smilner smilner at fedoraproject.org
Sat Oct 16 15:01:33 UTC 2010


commit 7c040f70ecf629a9d6471215bbda0388fece48dd
Author: Steve 'Ashcrow' Milner <stevem at gnulinux.net>
Date:   Sat Oct 16 10:57:17 2010 -0400

    update for 1.5.1

 .gitignore             |    1 +
 python-virtualenv.spec |   11 +++++++++--
 sources                |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 23248c1..57331e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 virtualenv-1.4.8.tar.gz
+/virtualenv-1.5.1.tar.gz
diff --git a/python-virtualenv.spec b/python-virtualenv.spec
index 0106ada..f13718a 100644
--- a/python-virtualenv.spec
+++ b/python-virtualenv.spec
@@ -2,8 +2,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-virtualenv
-Version:        1.4.8
-Release:        4%{?dist}
+Version:        1.5.1
+Release:        1%{?dist}
 Summary:        Tool to create isolated Python environments
 
 Group:          Development/Languages
@@ -58,6 +58,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Oct 16 2010 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.5.1-1
+- Added _weakrefset requirement for Python 2.7.1.
+- Add support for PyPy.
+- Uses a proper temporary dir when installing environment requirements.
+- Add --prompt option to be able to override the default prompt prefix.
+- Add fish and csh activate scripts.
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 1.4.8-4
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index b0b425b..b05e9db 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-74ded4025a56e538c1c8df6b9825a8b8  virtualenv-1.4.8.tar.gz
+3daa1f449d5d2ee03099484cecb1c2b7  virtualenv-1.5.1.tar.gz


More information about the scm-commits mailing list