Tue, 30 Apr 2024 14:33:32 UTC | login

Information for build python-unittest2-0.5.1-3.el6

ID801
Package Namepython-unittest2
Version0.5.1
Release3.el6
Epoch
SummaryBackport of new unittest features for Python 2.7 to Python 2.4+
Descriptionunittest2 is a backport of the new features added to the unittest testing framework in Python 2.7. It is tested to run on Python 2.4 - 2.6. To use unittest2 instead of unittest simply replace ``import unittest`` with ``import unittest2``. Classes in unittest2 derive from the equivalent classes in unittest, so it should be possible to use the unittest2 test running infra- structure without having to switch all your tests to using unittest2 immediately. Similarly you can use the new assert methods on ``unittest2.TestCase`` with the standard unittest test running infrastructure. Not all of the new features in unittest2 will work with the standard unittest test loaders and runners however.
Built byhguemar
State complete
Volume DEFAULT
StartedFri, 06 Mar 2015 14:40:15 UTC
CompletedFri, 06 Mar 2015 14:42:19 UTC
Taskbuild (cloud6-el6, python-unittest2-0.5.1-3.el6.src.rpm)
Tags
bananas6-testing
cloud6-openstack-common-candidate
infrastructure6-testing
RPMs
src
python-unittest2-0.5.1-3.el6.src.rpm (info) (download)
noarch
python-unittest2-0.5.1-3.el6.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Wed Jul 13 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 0.5.1-3 - Clean up spec. Drop definition of buildroot, python_sitelib - Drop defattr, clean stage * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Jul 21 2010 Fabian Affolter <fabian@bernewireless.net> - 0.5.1-1 - Updated to new upstream version 0.5.1 * Sat Jul 03 2010 Fabian Affolter <fabian@bernewireless.net> - 0.5.0-1 - Removed build cond for check section - Switched to python2-devel - Updated to new upstream version 0.5.0 * Sat Jul 03 2010 Fabian Affolter <fabian@bernewireless.net> - 0.1.4-1 - Initial package