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

updates at fedoraproject.org updates at fedoraproject.org
Sat May 26 06:55:31 UTC 2012


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2012-7615
2012-05-10 20:33:07
--------------------------------------------------------------------------------

Name        : python-virtualenvcontext
Product     : Fedora 17
Version     : 0.1.4
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:

Initial import
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #816012 - Review Request: python-virtualenvcontext - Switch virtualenvs with a python context manager
        https://bugzilla.redhat.com/show_bug.cgi?id=816012
--------------------------------------------------------------------------------

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