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,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 14:57:46 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:54:14 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c40abb6ff2fd66bdee9f773746fb961eefdfaa8e720a07cb12fb70def136268d
|
||||
size 44666
|
3
shodan-1.11.1.tar.gz
Normal file
3
shodan-1.11.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f93b7199e89eecf5c84647f66316c2c044c3aebfc1fe4d9caa43dfda07f74c4e
|
||||
size 45943
|
Reference in New Issue
Block a user