Fri, 19 Apr 2024 15:30:14 UTC | login

Information for build python-dtopt-0.1-16.el7

ID354
Package Namepython-dtopt
Version0.1
Release16.el7
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 byhguemar
State complete
Volume DEFAULT
StartedSat, 20 Dec 2014 17:13:11 UTC
CompletedSat, 20 Dec 2014 17:15:48 UTC
Taskbuild (cloud7-el7, python-dtopt-0.1-16.el7.src.rpm)
Tags
cloud7-openstack-common-candidate
cloud7-openstack-common-release
cloud7-openstack-common-testing
cloud7-openstack-queens-candidate
cloud7-openstack-queens-release
cloud7-openstack-queens-testing
cloud7-openstack-rocky-el7-build
cloud7-openstack-stein-el7-build
cloud7-openstack-train-el7-build
cloud7-openstack-ussuri-el7-build
cloud7-release
RPMs
src
python-dtopt-0.1-16.el7.src.rpm (info) (download)
noarch
python-dtopt-0.1-16.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Mon Jun 30 2014 Toshio Kuratomi <toshio@fedoraproject.org> - 0.1-16 - Replace python-setuptools-devel BR with python-setuptools * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.1-14 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Feb 19 2013 Ralph Bean <rbean@redhat.com> - 0.1-12 - Added python3 subpackage. * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * 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