From 03a695692036e8c725ac823307f612b072c6f9cb48253ebc4f3f508761e6a695 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Wed, 5 Oct 2022 14:53:40 +0000 Subject: [PATCH] Accepting request 1008063 from home:yarunachalam:branches:devel:languages:python - 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! OBS-URL: https://build.opensuse.org/request/show/1008063 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyhibp?expand=0&rev=10 --- pyhibp-4.1.0.tar.gz | 3 --- pyhibp-4.2.0.tar.gz | 3 +++ python-pyhibp.changes | 9 +++++++++ python-pyhibp.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pyhibp-4.1.0.tar.gz create mode 100644 pyhibp-4.2.0.tar.gz 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