diff --git a/pyhibp-4.0.0.tar.gz b/pyhibp-4.0.0.tar.gz deleted file mode 100644 index b3e6499..0000000 --- a/pyhibp-4.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32f6ce30822b56659ca63f5ccffe2ab57195aedf7c03c20b6effd8e8828d6a26 -size 30707 diff --git a/pyhibp-4.1.0.tar.gz b/pyhibp-4.1.0.tar.gz new file mode 100644 index 0000000..17139db --- /dev/null +++ b/pyhibp-4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9bbf62a07ed0af3cf9374793b0e9d3c1543bc6c034d1b67665fc8959c13c69 +size 31762 diff --git a/python-pyhibp.changes b/python-pyhibp.changes index ad50837..9660cff 100644 --- a/python-pyhibp.changes +++ b/python-pyhibp.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Apr 6 18:35:28 UTC 2020 - Martin Hauke + +- 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 diff --git a/python-pyhibp.spec b/python-pyhibp.spec index 46f3ff5..1c2ca2f 100644 --- a/python-pyhibp.spec +++ b/python-pyhibp.spec @@ -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