diff --git a/python-shodan.changes b/python-shodan.changes index 008c275..fac63c3 100644 --- a/python-shodan.changes +++ b/python-shodan.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 24 13:17:29 UTC 2019 - pgajdos@suse.com + +- version update to 1.12.1 + * Fix Excel file conversion that resulted in empty .xlsx files + ------------------------------------------------------------------- Sun Apr 7 11:28:37 UTC 2019 - Sebastian Wagner diff --git a/python-shodan.spec b/python-shodan.spec index ecef32c..412b9a6 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.12.0 +Version: 1.12.1 Release: 0 Summary: Python library and command-line utility for Shodan License: MIT @@ -35,6 +35,7 @@ Requires: python-click Requires: python-click-plugins Requires: python-colorama Requires: python-requests >= 2.2.1 +Requires: python-setuptools Recommends: python-curses Suggests: %{name}-doc BuildArch: noarch @@ -69,7 +70,10 @@ popd install -Dm 644 docs/_build/man/shodan-python.1 %{buildroot}%{_mandir}/man1/shodan.1 %python_expand %fdupes %{buildroot}%{$python_sitelib} -# Tests need network access, skip them +%check +# Tests need network access, skip them: +# https://developer.shodan.io/api/requirements +# SHODAN-API-KEY file required by tests %files %{python_files} %defattr(-,root,root,-) diff --git a/shodan-1.12.0.tar.gz b/shodan-1.12.0.tar.gz deleted file mode 100644 index a3ecd00..0000000 --- a/shodan-1.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2473ab5f5ba5b13db25e939c37bb74f9b6ec7cab44e272c1ac8049d7a4bdcb23 -size 46048 diff --git a/shodan-1.12.1.tar.gz b/shodan-1.12.1.tar.gz new file mode 100644 index 0000000..d8332cd --- /dev/null +++ b/shodan-1.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30baebce853ad67677bf002dde96a1ca1a9729bdd300fbb3c5e5d889547a639 +size 46072