|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
|
|
|
|
|
|
Name: python-virtualenv
|
|
|
|
|
Version: 1.4.3
|
|
|
|
|
Version: 1.4.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Tool to create isolated Python environments
|
|
|
|
|
|
|
|
|
@ -51,6 +51,13 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Apr 2 2010 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.4.6-1
|
|
|
|
|
- allow script creation without setuptools
|
|
|
|
|
- fix problem with --relocate when bin/ has subdirs (fixes #12)
|
|
|
|
|
- Allow more flexible .pth file fixup
|
|
|
|
|
- make nt a required module, along with posix. it may not be a builtin module on jython
|
|
|
|
|
- don't mess with PEP 302-supplied __file__, from CPython, and merge in a small startup optimization for Jython, from Jython
|
|
|
|
|
|
|
|
|
|
* Tue Dec 22 2009 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.4.3-1
|
|
|
|
|
- Updated for upstream release.
|
|
|
|
|
|
|
|
|
|