Mon, 16 Mar 2026 02:22:28 CST | login

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

ID5107
Package Namepython-isodate
Version0.6.1
Release5.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-isodate.git?.#ebafd23e20c22dd47e939408cad555953e137338
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 bystreamkoji
State complete
Volume DEFAULT
StartedTue, 19 Sep 2023 16:51:08 CST
CompletedTue, 19 Sep 2023 16:52:31 CST
Taskbuild (dist-ocs23-python-update, /opencloudos-stream/python-isodate.git:.:HEAD)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-isodate.git?.#HEAD'}}
Tags
dist-ocs23
RPMs
src
python-isodate-0.6.1-5.ocs23.src.rpm (info) (download)
noarch
python3-isodate-0.6.1-5.ocs23.noarch.rpm (info) (download)
Logs
noarch
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.6.1-5 - Rebuilt for python 3.11 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.6.1-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.6.1-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.6.1-2 - Rebuilt for OpenCloudOS Stream 23 * Thu Mar 16 2023 Shuo Wang <abushwang@tencent.com> - 0.6.1-1 - initial build