Package: speaklater / 1.3-6

Metadata

Package Version Patches format
speaklater 1.3-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 add tox configuration bumped version in setup.py add.patch | (download)

setup.py | 7 5 2 - 0 !
tox.ini | 5 5 0 - 0 !
2 files changed, 10 insertions( ), 2 deletions(-)

 add tox configuration, bumped version in setup.py, added classifiers


0002 port to python 3.3 and also support 2.6 2.7.patch | (download)

setup.py | 2 2 0 - 0 !
speaklater.py | 65 46 19 - 0 !
tox.ini | 2 1 1 - 0 !
3 files changed, 49 insertions( ), 20 deletions(-)

 port to python 3.3 (and also support 2.6 / 2.7)

added 3.3 to tox, py3 classifiers to setup.py
added some compatibility wrappers
adapted doctests so they work the same way on py2 and py3
changed __repr__ so it gives the same on py2 and py3 (no "u" on py2)