14
0
forked from pool/python-pyhibp

Accepting request 1008238 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1008238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyhibp?expand=0&rev=5
This commit is contained in:
2022-10-06 05:42:30 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Oct 5 00:15:09 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <mardnh@gmx.de> Mon Apr 6 18:35:28 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pyhibp # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-pyhibp Name: python-pyhibp
Version: 4.1.0 Version: 4.2.0
Release: 0 Release: 0
Summary: An interface to Troy Hunt's 'Have I Been Pwned' public API Summary: An interface to Troy Hunt's 'Have I Been Pwned' public API
License: AGPL-3.0-or-later License: AGPL-3.0-or-later