File python3-isodate.changes of Package python3-isodate
-------------------------------------------------------------------
Mon Aug 10 03:23:56 UTC 2015 - arun@gmx.de
- update to version 0.5.4:
* Fix parsing of Periods (Fabien Bochu)
* Make Duration objects hashable (Geoffrey Fairchild)
* Add multiplication to duration (Reinoud Elhorst)
-------------------------------------------------------------------
Fri Jan 2 19:00:37 UTC 2015 - arun@gmx.de
- specfile:
* updated copyright year
* update url
* README is now a .rst
- update to version 0.5.1:
* fixed pickling of Duration objects
*raise ISO8601Error when there is no 'T' separator in datetime strings (Adrian Coveney)
- changes from version 0.5.0:
* ISO8601Error are subclasses of ValueError now (Michael Hrivnak)
* 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
-------------------------------------------------------------------
Wed Apr 17 14:08:25 UTC 2013 - toddrme2178@gmail.com
- Re-add python-2to3. It is needed for OpenSUSE <= 12.2
-------------------------------------------------------------------
Tue Apr 16 19:21:24 UTC 2013 - p.drouand@gmail.com
- Remove BuildRequires: python-2to3, useless since included in main
python devel package
- Add Requires: python3; fix build for OpenSUSE <= 12.2
-------------------------------------------------------------------
Wed Jan 30 12:44:40 UTC 2013 - saschpe@suse.de
- Use 2to3 to fix build
-------------------------------------------------------------------
Sun Jan 13 15:14:42 UTC 2013 - p.drouand@gmail.com
- Initial python3 support