Package: dateparser / 1.2.2-1

Metadata

Package Version Patches format
dateparser 1.2.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
skip hijri tests.patch | (download)

tests/test_hijri.py | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 skip test_hijri when hijri-converter isn't available

Debian doesn't have hijri-converter packaged yet, so let's just skip
these tests.

skip git clone.patch | (download)

dateparser_scripts/utils.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 disable any attempt to git clone unicode data

We want to build against Debian-packaged unicode data, not clone from
the Internet during the build.