python3 isodate update.

This commit is contained in:
4fury-c3440d8
2022-01-18 06:22:56 +03:00
parent fd2b77959c
commit dc71a7f6fb
@@ -13,8 +13,8 @@
<PartOf>programming.language.python3</PartOf>
<Summary>ISO 8601 date/time parser.</Summary>
<Description>This 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.</Description>
<Archive sha1sum="6b6fd5db5abce3d3f15a7b53bc78b003528ac059" type="targz">
https://github.com/gweis/isodate/archive/refs/tags/0.6.0.tar.gz
<Archive sha1sum="182443610d476e1fe7bc0a35899e7132cd7398d9" type="targz">
https://github.com/gweis/isodate/archive/refs/tags/0.6.1.tar.gz
</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="3">
<Date>2022-01-18</Date>
<Version>0.6.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2021-10-28</Date>
<Version>0.6.0</Version>