Tue, 14 May 2024 23:38:41 UTC | login

Information for build python-zc-customdoctests-1.0.1-16.fc29

ID49120
Package Namepython-zc-customdoctests
Version1.0.1
Release16.fc29
Epoch
SummaryUse doctest with other languages
Descriptiondoctest (and recently manuel) provide hooks for using custom doctest parsers. `zc.customdoctests` helps to leverage this to support other languages, such as JavaScript:: js> function double (x) { ... return x*2; ... } js> double(2) 4 And with manuel, it facilitates doctests that mix multiple languages, such as Python, JavaScript, and sh.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 07 Jul 2018 18:22:56 UTC
CompletedSat, 07 Jul 2018 18:22:56 UTC
Tags
f29
RPMs
src
python-zc-customdoctests-1.0.1-16.fc29.src.rpm (info) (download)
noarch
python2-zc-customdoctests-1.0.1-16.fc29.noarch.rpm (info) (download)
python3-zc-customdoctests-1.0.1-16.fc29.noarch.rpm (info) (download)
Changelog * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-16 - Rebuilt for Python 3.7 * Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.0.1-15 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0.1-13 - Python 2 binary package renamed to python2-zc-customdoctests See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-10 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-9 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 1.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Mon Apr 22 2013 Ralph Bean <rbean@redhat.com> - 1.0.1-2 - Removed tests on rhel: no python-manuel available. * Mon Feb 25 2013 Ralph Bean <rbean@redhat.com> - 1.0.1-1 - Initial package for Fedora