From 865c3b0bad6d70312459e1396f4ec2bc56ca257544d80841147f6bc6dbef03e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 25 Apr 2019 07:37:02 +0000 Subject: [PATCH] Accepting request 697521 from home:pgajdos - version update to 1.12.1 * Fix Excel file conversion that resulted in empty .xlsx files OBS-URL: https://build.opensuse.org/request/show/697521 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=27 --- python-shodan.changes | 6 ++++++ python-shodan.spec | 8 ++++++-- shodan-1.12.0.tar.gz | 3 --- shodan-1.12.1.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 shodan-1.12.0.tar.gz create mode 100644 shodan-1.12.1.tar.gz 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