Debian Patches

Status for xkcdpass/1.19.3+dfsg1-3

Patch Description Author Forwarded Bugs Origin Last update
omit-wordfile-ita-wiki.patch Remove mention of omitted wordfile ‘ita-wiki’. .
The wordfile will not be found, so we omit it from the documentation.

diff --git old/xkcdpass/xkcd_password.py new/xkcdpass/xkcd_password.py
Ben Finney <bignose@debian.org> no 2022-02-23
remove-broken-test-cases.patch Remove broken test case class. .
This test case class is currently not working so should not be in the
suite:
.
* The first method, named ‘run_xkcdpass_process’, is a commented-out
block of code but the decorator remains. This will attempt to
decorate a function that isn't there.
.
* The second method, named ‘test_entropy_printout_valid_input’, is
decorated ‘staticmethod’ (to instruct Python not to provide the
instance as a first argument) but then attempts to use its first
argument. It then attempts to call the ‘run_xkcdpass_process’
method, which is not present.
.
Until these are working, we remove them from the suite.

diff --git old/tests/test_xkcdpass.py new/tests/test_xkcdpass.py
Ben Finney <bignose@debian.org> yes debian upstream 2022-04-13

All known versions for source package 'xkcdpass'

Links