forked from pool/python-virtualenvwrapper
- Update to 2.9:
- Change the shell function shell definition syntax so that ksh
will treat typeset-declared variables as local. No kidding.
- Merge the “project directory” features of the
virtualenvwrapper.project plugin into the main project, adding
mkproject, cdproject, and command-setvirtualenvproject commands.
- Add -r option to mkvirtualenv to install dependencies using a
pip requirements file.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
928d4a7068
commit
998c3c51a9
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 22:50:00 UTC 2011 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 2.9:
|
||||
- Change the shell function shell definition syntax so that ksh
|
||||
will treat typeset-declared variables as local. No kidding.
|
||||
- Merge the “project directory” features of the
|
||||
virtualenvwrapper.project plugin into the main project, adding
|
||||
mkproject, cdproject, and command-setvirtualenvproject commands.
|
||||
- Add -r option to mkvirtualenv to install dependencies using a
|
||||
pip requirements file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 14 15:54:19 UTC 2011 - alexandre@exatati.com.br
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
%define mod_name virtualenvwrapper
|
||||
|
||||
Name: python-%{mod_name}
|
||||
Version: 2.8
|
||||
Version: 2.9
|
||||
Release: 0
|
||||
Url: http://www.doughellmann.com/projects/virtualenvwrapper/
|
||||
Summary: Enhancements to virtualenv
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aeac86cfbd074f7f090d84a59bad6a35a775abcc7e8039dd491f72b1288a2f09
|
||||
size 379314
|
||||
3
virtualenvwrapper-2.9.tar.bz2
Normal file
3
virtualenvwrapper-2.9.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ab3ca4c86e6adc3194f85c1cc21a462155f1660de9265fcfd0c7651eea291d4
|
||||
size 387858
|
||||
Reference in New Issue
Block a user