diff --git a/python-virtualenvwrapper.changes b/python-virtualenvwrapper.changes index 2e645ef..6829bc7 100644 --- a/python-virtualenvwrapper.changes +++ b/python-virtualenvwrapper.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat May 12 23:24:48 UTC 2012 - alexandre@exatati.com.br + +- Update to 3.3: + - Clean up file permissions and remove shebangs from scripts not + intended to be executed on the command line. (contributed by + ralphbean) + - Worked on some brittle tests. + - Received updates to Japanese translation of the documentation + from t2y. + - Fix the test script and runner so the user’s $WORKON_HOME is not + erased if they do not have some test shells installed. (big thanks + to agriffis). + - If the hook loader is told to list plugins but is not given a + hook name, it prints the list of core hooks. + - Merge several fixes for path and variable handling for MSYS users + from bwanamarko. Includes a fix for issue 138. + - Change mkvirtualenv so it catches both -h and --help. + - Fix some issues with the way temporary files are used for hook + scripts. (contributed by agriffis) + - Allow relative path to requirements file with mkvirtualenv and + -r option. (barberj) + - Make whitespace consistent. (agriffis) + ------------------------------------------------------------------- Thu Apr 12 07:30:37 UTC 2012 - cfarrell@suse.com diff --git a/python-virtualenvwrapper.spec b/python-virtualenvwrapper.spec index 4b71e48..697ed53 100644 --- a/python-virtualenvwrapper.spec +++ b/python-virtualenvwrapper.spec @@ -15,14 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-virtualenvwrapper -Version: 3.2 +Version: 3.3 Release: 0 Url: http://www.doughellmann.com/projects/virtualenvwrapper/ Summary: Enhancements to virtualenv License: HPND Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz +Source: virtualenvwrapper-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute diff --git a/virtualenvwrapper-3.2.tar.gz b/virtualenvwrapper-3.2.tar.gz deleted file mode 100644 index c189b0b..0000000 --- a/virtualenvwrapper-3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:754df0904baaa167312a7001be922f8cf400ef33226a1f3ce51a0a2664e25616 -size 425490 diff --git a/virtualenvwrapper-3.3.tar.bz2 b/virtualenvwrapper-3.3.tar.bz2 new file mode 100644 index 0000000..81e9609 --- /dev/null +++ b/virtualenvwrapper-3.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5d36b4ef9ad485381cde48d6082a3f7bc3563eb0ff1017f407725da4738b73 +size 441122