Fedora EPEL 6 Update: python-virtualenvcontext-0.1.6-1.el6

updates at fedoraproject.org updates at fedoraproject.org
Tue Aug 28 16:55:51 UTC 2012


--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-6595
2012-08-05 05:26:45
--------------------------------------------------------------------------------

Name        : python-virtualenvcontext
Product     : Fedora EPEL 6
Version     : 0.1.6
Release     : 1.el6
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 programs.  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 EPEL 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 epel-package-announce mailing list