diff --git a/python-shodan.changes b/python-shodan.changes index 51e8bb1..27f1ef5 100644 --- a/python-shodan.changes +++ b/python-shodan.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Mar 16 14:57:46 UTC 2019 - Sebastian Wagner + +- 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 diff --git a/python-shodan.spec b/python-shodan.spec index 6269d4a..b86688f 100644 --- a/python-shodan.spec +++ b/python-shodan.spec @@ -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 diff --git a/shodan-1.10.4.tar.gz b/shodan-1.10.4.tar.gz deleted file mode 100644 index 376c92f..0000000 --- a/shodan-1.10.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c40abb6ff2fd66bdee9f773746fb961eefdfaa8e720a07cb12fb70def136268d -size 44666 diff --git a/shodan-1.11.1.tar.gz b/shodan-1.11.1.tar.gz new file mode 100644 index 0000000..e283b6e --- /dev/null +++ b/shodan-1.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93b7199e89eecf5c84647f66316c2c044c3aebfc1fe4d9caa43dfda07f74c4e +size 45943