forked from pool/python-shodan
- update to version 1.11.1:
* Allow a single network alert to monitor multiple IP ranges (#93) - update to version 1.11.0: * New command **shodan scan list** to list recently launched scans * New command **shodan alert triggers** to list the available notification triggers * New command **shodan alert enable** to enable a notification trigger * New command **shodan alert disable** to disable a notification trigger * New command **shodan alert info** to show details of a specific alert * Include timestamp, vulns and tags in CSV converter (#85) * Fixed bug that caused an exception when parsing uncompressed data files in Python3 * Code quality improvements OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
e06b50a8c4
commit
c04ca9928b
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-shodan
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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-%{**}}
|
||||
%{!?license: %global license %doc}
|
||||
Name: python-shodan
|
||||
Version: 1.10.4
|
||||
Version: 1.11.1
|
||||
Release: 0
|
||||
Summary: Python library and command-line utility for Shodan
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user