diff --git a/pyhibp-4.1.0.tar.gz b/pyhibp-4.1.0.tar.gz deleted file mode 100644 index 17139db..0000000 --- a/pyhibp-4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be9bbf62a07ed0af3cf9374793b0e9d3c1543bc6c034d1b67665fc8959c13c69 -size 31762 diff --git a/pyhibp-4.2.0.tar.gz b/pyhibp-4.2.0.tar.gz new file mode 100644 index 0000000..f79086c --- /dev/null +++ b/pyhibp-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825c383e0ac43ac3438dad82e5ddb45773754fbb1b5c3b8ac56669483f2c67ed +size 32083 diff --git a/python-pyhibp.changes b/python-pyhibp.changes index 9660cff..90da1ff 100644 --- a/python-pyhibp.changes +++ b/python-pyhibp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 5 00:15:09 UTC 2022 - Yogalakshmi Arunachalam + +- v4.2.0 (2021-03-28) + Adds a timeout value as a keyword argument to functions which hit the HIBP backend, so as to terminate connections + if they exceed a defined duration (the same as requests.get(url=TARGET, timeout=VALUE) would function). The default value + is set to 5.0. With thanks to Oskar Rosen for the + suggestion! + ------------------------------------------------------------------- Mon Apr 6 18:35:28 UTC 2020 - Martin Hauke diff --git a/python-pyhibp.spec b/python-pyhibp.spec index 1c2ca2f..6addf4b 100644 --- a/python-pyhibp.spec +++ b/python-pyhibp.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyhibp # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 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.1.0 +Version: 4.2.0 Release: 0 Summary: An interface to Troy Hunt's 'Have I Been Pwned' public API License: AGPL-3.0-or-later