Fri, 26 Apr 2024 10:20:08 UTC | login

Information for build python-unittest2-0.5.1-6.el7

ID320
Package Namepython-unittest2
Version0.5.1
Release6.el7
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 byapevec
State complete
Volume DEFAULT
StartedFri, 19 Dec 2014 12:19:23 UTC
CompletedFri, 19 Dec 2014 12:21:59 UTC
Taskbuild (cloud7-el7, python-unittest2-0.5.1-6.el7.src.rpm)
Tags
cloud7-openstack-common-candidate
RPMs
src
python-unittest2-0.5.1-6.el7.src.rpm (info) (download)
noarch
python-unittest2-0.5.1-6.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Nov 10 2012 Fabian Affolter <mail@fabian-affolter.ch> - 0.5.1-5 - Updated to match new guidlines * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * 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 <mail@fabian-affolter.ch> - 0.5.1-1 - Updated to new upstream version 0.5.1 * Sat Jul 03 2010 Fabian Affolter <mail@fabian-affolter.ch> - 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 <mail@fabian-affolter.ch> - 0.1.4-1 - Initial package