Package: python3-dateutil / 2.0+dfsg1-1

Metadata

Package Version Patches format
python3-dateutil 2.0+dfsg1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Use C locale when calling date.patch | (download)

example.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use c locale when calling date.

Copied from python-dateutil package (Python 2 equivalent)
update readme.patch | (download)

README | 15 7 + 8 - 0 !
1 file changed, 7 insertions(+), 8 deletions(-)

 update readme for python 3

Will forward upstream

test 3.2.patch | (download)

test.py | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 fix tests for python 3.2

Forwarded upstream

read tz.patch | (download)

dateutil/tz.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix reading binary tzinfo files.

Fix already made upstream.

zoneinfo tests to tz.patch | (download)

test.py | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix zoneinfo tests

The zoneinfo module depends on binary data which is removed from the source
package. tz.gettz() should behave in the same way.