diff --git a/python-shodan.changes b/python-shodan.changes index 81e063b..4960179 100644 --- a/python-shodan.changes +++ b/python-shodan.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Feb 25 20:15:17 UTC 2022 - Sebastian Wagner + +- - update to version 1.27.0: + - New command: ``shodan alert export`` to save the current network monitoring configuration + - New command: ``shodan alert import`` to restore a previous network monitoring configuration + - Automatically rate limit API requests to 1 request per second (credit to @malvidin) +- update to version 1.26.1: + - Fix a unicode issue that caused the streams to get truncated and error out due to invalid JSON +- update to version 1.26.0: + - Add the ability to create custom data streams in the Shodan() class as well as the CLI (``shodan stream --custom-filters ``) +- update to version 1.25.0: + - Add new CLI command: shodan alert download + ------------------------------------------------------------------- Wed Jan 19 19:11:22 UTC 2022 - Sebastian Wagner diff --git a/python-shodan.spec b/python-shodan.spec index ae675cf..493309e 100644 --- a/python-shodan.spec +++ b/python-shodan.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %{!?license: %global license %doc} Name: python-shodan -Version: 1.26.1 +Version: 1.27.0 Release: 0 Summary: Python library and command-line utility for Shodan License: MIT diff --git a/shodan-1.26.1.tar.gz b/shodan-1.26.1.tar.gz deleted file mode 100644 index 2bf7b07..0000000 --- a/shodan-1.26.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2827b40d6918988ef9f5f16dcb8a13383aaae1a2845898f7012eac8906bbb87 -size 51573 diff --git a/shodan-1.27.0.tar.gz b/shodan-1.27.0.tar.gz new file mode 100644 index 0000000..9ca6823 --- /dev/null +++ b/shodan-1.27.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4ae706e00b63167a9ff7f7e0f33442fc6ac6f0b4f2629c8bd32cc307f8d550 +size 52507