14
0
forked from pool/python-pyhibp

Accepting request 726518 from home:mcalabkova:branches:devel:languages:python

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

OBS-URL: https://build.opensuse.org/request/show/726518
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyhibp?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-08-28 01:13:39 +00:00
committed by Git OBS Bridge
parent 0c42376004
commit f466d74237
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 27 14:45:31 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- 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.
-------------------------------------------------------------------
Mon Jul 1 12:34:45 UTC 2019 - Martin Hauke <mardnh@gmx.de>