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:
@@ -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
3
pyhibp-4.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:825c383e0ac43ac3438dad82e5ddb45773754fbb1b5c3b8ac56669483f2c67ed
|
||||
size 32083
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user