Mon, 17 Jun 2024 04:18:28 UTC | login

Information for build python-virtualenvcontext-0.1.6-11.fc28

ID35242
Package Namepython-virtualenvcontext
Version0.1.6
Release11.fc28
Epoch
SummarySwitch virtualenvs with a python context manager
DescriptionSwitch 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..."
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 07 Jun 2018 04:26:11 UTC
CompletedThu, 07 Jun 2018 04:26:11 UTC
Tags
f29
f30
RPMs
src
python-virtualenvcontext-0.1.6-11.fc28.src.rpm (info) (download)
noarch
python2-virtualenvcontext-0.1.6-11.fc28.noarch.rpm (info) (download)
Changelog * Wed Jan 31 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.1.6-11 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.1.6-10 - Python 2 binary package renamed to python2-virtualenvcontext See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-7 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Aug 04 2012 Ralph Bean <rbean@redhat.com> - 0.1.6-1 - Upstream version with support for python-2.6. * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue May 08 2012 Ralph Bean <rbean@redhat.com> - 0.1.4-1 - New upstream version to (again) resolve license inconsistency. - Included PKG-INFO in files section. * Mon May 07 2012 Ralph Bean <rbean@redhat.com> - 0.1.3-1 - New upstream version -- resolves licensing ambiguity. - More explicit directory ownership in %{python_sitelib} * Wed Apr 25 2012 Ralph Bean <rbean@redhat.com> - 0.1.2-1 - initial package for Fedora