Thu, 28 Mar 2024 06:50:26 EDT

Information for build python-dtopt-0.1-7.ru

ID1911
Package Namepython-dtopt
Version0.1
Release7.ru
Epoch
SummaryAdd options to doctest examples while they are running
Descriptiondtopts adds options to doctest examples while they are running. When using the doctest module it is often convenient to use the ELLIPSIS option, which allows you to use ... as a wildcard. But you either have to setup the test runner to use this option, or you must put #doctest: +ELLIPSIS on every example that uses this feature. dtopt lets you enable this option globally from within a doctest, by doing: >>> from dtopt import ELLIPSIS
Built bysjlu
State complete
StartedThu, 13 May 2010 11:41:37 EDT
CompletedThu, 13 May 2010 11:45:39 EDT
Taskbuild (centos5-rutgers-staging, python-dtopt-0.1-7.ru.src.rpm)
Tags
centos5-rutgers-staging
centos5-rutgers-testing
RPMs
src
python-dtopt-0.1-7.ru.src.rpm (info) (download)
noarch (build logs)
python-dtopt-0.1-7.ru.noarch.rpm (info) (download)
Changelog * Thu May 13 2010 Steven Lu <sjlu@nbcs.rutgers.edu> - 0.1-6 - CentOS port for RU * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue Apr 14 2009 Ricky Zhou <ricky@fedoraproject.org> - 0.1-5 - Change define to global. - Remove unnecessary BuildRequires on python-devel. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1-3 - Rebuild for Python 2.6 * Fri Jun 27 2008 Ricky Zhou <ricky@fedoraproject.org> 0.1-2 - Initial package for Fedora * Sat Mar 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.1-1 - Initial package for Fedora