From 129187b85a31b121fc8407410b88ef84df73d298a04729698126b8a723716bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 7 Apr 2020 06:13:37 +0000 Subject: [PATCH] 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 --- pyhibp-4.0.0.tar.gz | 3 --- pyhibp-4.1.0.tar.gz | 3 +++ python-pyhibp.changes | 10 ++++++++++ python-pyhibp.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 pyhibp-4.0.0.tar.gz create mode 100644 pyhibp-4.1.0.tar.gz 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