diff --git a/python-shodan.changes b/python-shodan.changes index 47d4602..b797673 100644 --- a/python-shodan.changes +++ b/python-shodan.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Sep 22 09:21:35 UTC 2018 - Sebastian Wagner + +- update to version 1.10.3: + * Change bare 'except:' statements to 'except Exception:' or more specific ones + * remove unused imports + * Convert line endings of `shodan/client.py` and `tests/test_shodan.py` to unix + * List file types in **shodan convert** (#80) + ------------------------------------------------------------------- Mon Sep 17 19:38:02 UTC 2018 - Sebastian Wagner diff --git a/python-shodan.spec b/python-shodan.spec index f560cfe..d0521e5 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.10.2 +Version: 1.10.3 Release: 0 Summary: Python library and command-line utility for Shodan License: MIT diff --git a/shodan-1.10.2.tar.gz b/shodan-1.10.2.tar.gz deleted file mode 100644 index 7345973..0000000 --- a/shodan-1.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:019cc10a76e0bd28917e879dd095c7ba5ee2b70630bc052a5b79b93004e9b914 -size 44742 diff --git a/shodan-1.10.3.tar.gz b/shodan-1.10.3.tar.gz new file mode 100644 index 0000000..d9f8d6f --- /dev/null +++ b/shodan-1.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0179a816081c9bfc669890d27c94cfdb797c3439f6ba483c9afc37b9ac19884 +size 44651