diff --git a/python-shodan.changes b/python-shodan.changes index 9008164..d80b29f 100644 --- a/python-shodan.changes +++ b/python-shodan.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Sep 12 04:51:36 UTC 2020 - Sebastian Wagner + +- update to version 1.23.1: + * Fixed linting errors + * Import ABC from collections.abc for Python 3.10 compatibility (#130). + * Fix invalid escape sequence error, improves ``shodan radar`` output on Python3 (#131). + ------------------------------------------------------------------- Tue May 19 09:32:14 UTC 2020 - Petr Gajdos diff --git a/python-shodan.spec b/python-shodan.spec index 4c0971e..b884941 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.23.0 +Version: 1.23.1 Release: 0 Summary: Python library and command-line utility for Shodan License: MIT diff --git a/shodan-1.23.0.tar.gz b/shodan-1.23.0.tar.gz deleted file mode 100644 index 6e13264..0000000 --- a/shodan-1.23.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31b0740ffaf7c5196a26a0b1edf7d271dffe54ea52bb1b34ba87aa231b5c339b -size 49457 diff --git a/shodan-1.23.1.tar.gz b/shodan-1.23.1.tar.gz new file mode 100644 index 0000000..ceef36a --- /dev/null +++ b/shodan-1.23.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d37d47dd084747df672e6d981f6d72d5d03f4ee12f0ce2170e618147578349 +size 49548