Revisions of python-pyhibp
buildservice-autocommit
accepted
request 1008238
from
Martin Hauke (mnhauke)
(revision 11)
baserev update by copy to link target
Martin Hauke (mnhauke)
accepted
request 1008063
from
Yogalakshmi Arunachalam (yarunachalam)
(revision 10)
- v4.2.0 (2021-03-28) Adds a timeout value as a keyword argument to functions which hit the HIBP backend, so as to terminate connections if they exceed a defined duration (the same as requests.get(url=TARGET, timeout=VALUE) would function). The default value is set to 5.0. With thanks to Oskar Rosen for the suggestion!
buildservice-autocommit
accepted
request 791910
from
Tomáš Chvátal (scarabeus_iv)
(revision 9)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 791843
from
Martin Hauke (mnhauke)
(revision 8)
- Update to version 4.1.0 * Adds the capability to request that the Pwned Passwords API return padding to the responses to calls made via pwnedpasswords. Set the parameter add_padding to True on suffix_search or is_password_breached. See the HIBP API for additional information.
buildservice-autocommit
accepted
request 726615
from
Tomáš Chvátal (scarabeus_iv)
(revision 7)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 726518
from
Markéta Machová (mcalabkova)
(revision 6)
- update to version 4.0.0 * Breaking API change: The HIBP API now requires an API key for calls which search by account. * A User Agent must now be manually set. * Python 2.7 Support Dropped * Function modified: suffix_search(hash_prefix=prefix) is now the method to search for hash suffixes. * Read upstream changelog for more info.
buildservice-autocommit
accepted
request 712996
from
Tomáš Chvátal (scarabeus_iv)
(revision 5)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 4)
Tomáš Chvátal (scarabeus_iv)
accepted
request 712848
from
Martin Hauke (mnhauke)
(revision 3)
- Update to version 3.1.0 * New function: pwnedpasswords.suffix_search(hash_prefix=prefix) was created in order to have a dedicated function return the suffix list. * Function modification notice: pwnedpasswords.is_password_breached will be modified in an upcoming release to remove the ability to search for suffixes; use suffix_search(hash_prefix=prefix) instead. The parameter first_5_hash_chars will be removed as a consequence. * Upcoming return type change for empty sets: For the functions get_account_breaches, get_all_breaches, get_single_breach, and get_pastes--all contained in the pyhibp module--when no items would be returned from the HIBP backend, the returned item will be an empty object matching the standard return type for the function, and not a Boolean False. This will occur when v4.0.0 is released. Return types will be: - get_account_breaches -> [] / list - get_all_breaches -> [] / list - get_single_breach -> {} / dict - get_pastes -> [] / list
Dominique Leuenberger (dimstar_suse)
accepted
request 669899
from
Martin Hauke (mnhauke)
(revision 2)
initialized devel package after accepting 669899
Tomáš Chvátal (scarabeus_iv)
accepted
request 669783
from
Martin Hauke (mnhauke)
(revision 1)
Initial package for python-pyhibp
Displaying all 11 revisions