Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
00-use_system_iso-codes.patch | use system-wide iso-codes | David Paleino <dapal@debian.org> | not-needed | |||
01-prevent_logger_warning.patch | Johannes Weißl <jargon@molb.org> | yes | debian | vendor | ||
02-disable-failing-asserts.patch | Disable failing asserts iso-codes has long moved on beyond that which pycountry knows. This means the count of countries, subdivisions, etc are out of date. Rather than risk an FTBFS when iso-codes moves on once more simply comment out the specific asserts, leaving the rest of the testing intact. |
Daniel Silverstone <dsilvers@digital-scurf.org> | no | upstream | other | 2017-02-28 |
03-fix-pkg-resources.patch | Skip use of pkg-resources pkg-resources only works once the package has been installed and breaks in-place testing. Stub out the offending tests and fix the handling of the error from pkg-resources. |
no | in part from https://github.com/flyingcircusio/pycountry/pull/47 |