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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32f6ce30822b56659ca63f5ccffe2ab57195aedf7c03c20b6effd8e8828d6a26
size 30707

3
pyhibp-4.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be9bbf62a07ed0af3cf9374793b0e9d3c1543bc6c034d1b67665fc8959c13c69
size 31762

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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyhibp
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pyhibp
Version: 4.0.0
Version: 4.1.0
Release: 0
Summary: An interface to Troy Hunt's 'Have I Been Pwned' public API
License: AGPL-3.0-or-later