Changelog for
python3-isodate-0.6.0-3.2.noarch.rpm :
Tue Dec 4 13:00:00 2018 mceplAATTsuse.com
- Remove superfluous devel dependency for noarch package
Wed May 2 14:00:00 2018 adrian.glaubitzAATTsuse.com
- update to version 0.6.0:
- Support incomplete month date (Fabien Loffredo)
- Rely on duck typing when doing duration maths
- Support \':\' as separator in fractional time zones (usrenmae)
Wed May 3 14:00:00 2017 toddrme2178AATTgmail.com
- Implement single-spec version.
- Fix source URL.
Mon Jan 30 13:00:00 2017 tbechtoldAATTsuse.com
- update to 0.5.4:
- Fix parsing of Periods (Fabien Bochu)
- Make Duration objects hashable (Geoffrey Fairchild)
- Add multiplication to duration (Reinoud Elhorst)
- Use pypi.io as Source url
Wed May 6 14:00:00 2015 benoit.moninAATTgmx.fr
- update to version 0.5.1:
* fixed pickling of Duration objects
* raise ISO8601Error when there is no \'T\' separator in datetime
strings
- additional changes from version 0.5.0:
* ISO8601Error are subclasses of ValueError now
* improve compatibility across various python variants and
versions
* raise exceptions when using fractional years and months in date
maths with durations
* renamed method todatetime on Duraction objects to totimedelta
- pass -q to test to avoid spamming the build log
- rename README.txt to README.rst: changed upstream
Thu Oct 24 14:00:00 2013 speilickeAATTsuse.com
- Require python-setuptools instead of distribute (upstreams merged)
Wed Apr 17 14:00:00 2013 toddrme2178AATTgmail.com
- Re-add python-2to3. It is needed for OpenSUSE <= 12.2
Tue Apr 16 14:00:00 2013 p.drouandAATTgmail.com
- Remove BuildRequires: python-2to3, useless since included in main
python devel package
- Add Requires: python3; fix build for OpenSUSE <= 12.2
Sun Jan 13 13:00:00 2013 p.drouandAATTgmail.com
- Initial python3 support
Fri Nov 23 13:00:00 2012 saschpeAATTsuse.de
- Update to version 0.4.9:
+ support pickling FixedOffset instances
+ make sure parsed fractional seconds are in microseconds
+ add leading zeros when formattig microseconds (Jarom Loveridge)
- Spec file cleanup
Fri May 18 14:00:00 2012 jfunkAATTfunktronics.ca
- Initial release