Package: python-publicsuffix2 / 2.20191221-2

Metadata

Package Version Patches format
python-publicsuffix2 2.20191221-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use system psl.patch | (download)

setup.py | 10 5 + 5 - 0 !
src/publicsuffix2/__init__.py | 25 14 + 11 - 0 !
2 files changed, 19 insertions(+), 16 deletions(-)

 default to use system copy of psl
 The Debian publicsuffix package provides regular updates from upstream, so it
 is much more suitable for use than the embeeded copy from publisuffix2.  The
 patch sets the default to the Debian system PSL and modifies the package
 build system so the embedded copy is not included.
add upstream tests.patch | (download)

tests.py | 297 297 + 0 - 0 !
tests_mozilla.py | 830 830 + 0 - 0 !
2 files changed, 1127 insertions(+)

 add tests from upstream (github - not included in sdist)
 Until upstream includes test in the sdist, we add them this way.