Fedora 17 Update: python-virtualenvcontext-0.1.6-1.fc17

updates at fedoraproject.org updates at fedoraproject.org
Tue Aug 28 23:29:56 UTC 2012


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2012-11506
2012-08-05 20:51:46
--------------------------------------------------------------------------------

Name        : python-virtualenvcontext
Product     : Fedora 17
Version     : 0.1.6
Release     : 1.fc17
URL         : http://pypi.python.org/pypi/virtualenvcontext
Summary     : Switch virtualenvs with a python context manager
Description :
Switch virtualenvs with a python context manager:

>>> from virtualenvcontext import VirtualenvContext

>>> try:
>>>     import kitchen
>>> except ImportError as e:
>>>     print "kitchen is definitely not installed in system-python"

>>> with VirtaulenvContext("my-venv"):
>>>     import kitchen
>>>     print "But it *is* installed in my virtualenv"

>>> try:
>>>     import kitchen
>>> except ImportError as e:
>>>     print "But once I exit that block, I lose my powers again..."

--------------------------------------------------------------------------------
Update Information:

Upstream version with support for python-2.6.
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update python-virtualenvcontext' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list