Changelog for
python3-isodate-0.5.4-23.9.noarch.rpm :
Wed Mar 1 13:00:00 2017 toddrme2178AATTgmail.com
- Change python3-distribute BuildRequires to python3-setuptools
Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:
* changed to https for source url
* updated source url to files.pythonhosted.org
Mon Aug 10 14:00:00 2015 arunAATTgmx.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 13:00:00 2015 arunAATTgmx.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: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
Wed Jan 30 13:00:00 2013 saschpeAATTsuse.de
- Use 2to3 to fix build
Sun Jan 13 13:00:00 2013 p.drouandAATTgmail.com
- Initial python3 support