- Update to 2.10:
- Incorporated patch to add -d option to command-add2virtualenv,
contributed by miracle2k.
- Add -i option to mkvirtualenv.
- Add mktmpenv command for creating temporary environments that
are automatically removed when they are deactivated.
- Fixed a problem with hook_loader that prevented it from working
under Python 2.5 and 2.4.
- Fix a problem with the way template names were processed under
zsh. (issue 111)2.9
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
998c3c51a9
commit
bb8b2c3b6e
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 18:49:18 UTC 2011 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 2.10:
|
||||
- Incorporated patch to add -d option to command-add2virtualenv,
|
||||
contributed by miracle2k.
|
||||
- Add -i option to mkvirtualenv.
|
||||
- Add mktmpenv command for creating temporary environments that
|
||||
are automatically removed when they are deactivated.
|
||||
- Fixed a problem with hook_loader that prevented it from working
|
||||
under Python 2.5 and 2.4.
|
||||
- Fix a problem with the way template names were processed under
|
||||
zsh. (issue 111)2.9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 22:50:00 UTC 2011 - alexandre@exatati.com.br
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
%define mod_name virtualenvwrapper
|
||||
|
||||
Name: python-%{mod_name}
|
||||
Version: 2.9
|
||||
Version: 2.10
|
||||
Release: 0
|
||||
Url: http://www.doughellmann.com/projects/virtualenvwrapper/
|
||||
Summary: Enhancements to virtualenv
|
||||
|
||||
3
virtualenvwrapper-2.10.tar.bz2
Normal file
3
virtualenvwrapper-2.10.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8017f6517256f37c967a21c3cebb89b68558e05cc04aab315d65f148674854c
|
||||
size 388518
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ab3ca4c86e6adc3194f85c1cc21a462155f1660de9265fcfd0c7651eea291d4
|
||||
size 387858
|
||||
Reference in New Issue
Block a user