Tue, 01 Oct 2024 23:25:11 UTC | login

Information for build python-isodate-0.6.0-2.fc31

ID108786
Package Namepython-isodate
Version0.6.0
Release2.fc31
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 bydavidlt
State complete
Volume DEFAULT
StartedWed, 31 Jul 2019 17:06:16 UTC
CompletedWed, 31 Jul 2019 17:06:16 UTC
Tags
f31
f32
RPMs
src
python-isodate-0.6.0-2.fc31.src.rpm (info) (download)
noarch
python2-isodate-0.6.0-2.fc31.noarch.rpm (info) (download)
python3-isodate-0.6.0-2.fc31.noarch.rpm (info) (download)
Changelog * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Apr 24 2019 Jeremy Cline <jcline@redhat.com> - 0.6.0-1 - Modernize specfile - Update to 0.6.0 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jun 16 2018 Miro Hrončok <mhroncok@redhat.com> - 0.5.4-10 - Rebuilt for Python 3.7 * 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