14
0
forked from pool/python-pyhibp

Accepting request 791843 from home:mnhauke

- 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.

OBS-URL: https://build.opensuse.org/request/show/791843
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyhibp?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2020-04-07 06:13:37 +00:00
committed by Git OBS Bridge
parent f466d74237
commit 129187b85a
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Apr 6 18:35:28 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- 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.
-------------------------------------------------------------------
Tue Aug 27 14:45:31 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>