Sat, 07 Sep 2024 10:46:31 UTC | login

Information for build python-isodate-0.6.1-5.fc37

ID202552
Package Namepython-isodate
Version0.6.1
Release5.fc37
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
StartedMon, 19 Sep 2022 19:58:46 UTC
CompletedMon, 19 Sep 2022 19:58:46 UTC
Tags
f37
f38
RPMs
src
python-isodate-0.6.1-5.fc37.src.rpm (info) (download)
noarch
python3-isodate-0.6.1-5.fc37.noarch.rpm (info) (download)
Changelog * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.6.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> 0.6.1-4 - Rebuilt for Python 3.11 * Tue Apr 26 2022 Major Hayden <major@mhtx.net> 0.6.1-3 - Update to use pyproject-rpm-macros * Tue Apr 26 2022 Major Hayden <major@mhtx.net> 0.6.1-2 - Switch to rpmautospec * Tue Apr 26 2022 Major Hayden <major@mhtx.net> 0.6.1-1 - Update to 0.6.1 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.6.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> 0.6.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Jun 03 2021 Python Maint <python-maint@redhat.com> 0.6.0-10 - Rebuilt for Python 3.10 * Mon Mar 15 2021 Tomas Hrnciar <thrnciar@redhat.com> 0.6.0-9 - Fix builtin and extension functions that takes integer arguments * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> 0.6.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> 0.6.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild