Thu, 28 Mar 2024 09:22:21 UTC | login

Information for build python-isodate-0.5.4-12.el7

ID27553
Package Namepython-isodate
Version0.5.4
Release12.el7
Epoch
SummaryAn ISO 8601 date/time/duration parser and formatter
DescriptionThis module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If something is not mentioned there, then it is treated as non existent, and not as an allowed option. For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended by this module to support 2 digit years. (while it may still be valid as ISO date, because it is not explicitly forbidden.) Another example is, when no time zone information is given for a time, then it should be interpreted as local time, and not UTC. As this module maps ISO 8601 dates/times to standard Python data types, like date, time, datetime and timedelta, it is not possible to convert all possible ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by the Python date and datetime classes. Additionally fractional seconds are limited to microseconds. That means if the parser finds for instance nanoseconds it will round it to microseconds.
Built bysbonazzo
State complete
Volume DEFAULT
StartedFri, 25 Oct 2019 09:58:06 UTC
CompletedFri, 25 Oct 2019 10:00:11 UTC
Taskbuild (virt7-ovirt-common-el7, python-isodate-0.5.4-12.el7.src.rpm)
Tags
virt7-ovirt-common-candidate
virt7-ovirt-common-release
virt7-ovirt-common-testing
RPMs
src
python-isodate-0.5.4-12.el7.src.rpm (info) (download)
noarch
python2-isodate-0.5.4-12.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Fri May 10 2019 Adam Price <adprice@redhat.com> - 0.5.4-12 - rebuilt * Wed May 01 2019 Adam Price <adprice@redhat.com> - 0.5.4-11 - rebuilt * Fri Jun 08 2018 Charalampos Stratakis <cstratak@redhat.com> - 0.5.4-10 - Conditionalize the python2 subpackage * Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.5.4-9 - 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> - 0.5.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.5.4-7 - Python 2 binary package renamed to python2-isodate See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 0.5.4-4 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Nov 19 2015 John Matthews <jwmatthews@gmail.com> - 0.5.4-1 - Update to 0.5.4 * Tue Nov 03 2015 Robert Kuska <rkuska@redhat.com> - 0.5.0-5 - Rebuilt for Python3.5 rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Fri Apr 18 2014 Dan Scott <dan@coffeecode.net> - 0.5.0-1 - Update to 0.5.0 - Add a Python3 build - Run unit tests - Remove python-setuptools-devel BR per https://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Jan 26 2012 James Laska <jlaska@redhat.com> - 0.4.7-1 - Update to 0.4.7 * Mon Jan 23 2012 James Laska <jlaska@redhat.com> - 0.4.6-1 - Update to 0.4.6 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Sep 28 2011 James Laska <jlaska@redhat.com> - 0.4.4-1 - Initial package build