diff --git a/python-shodan.spec b/python-shodan.spec index ad4bae378c154e4793689703156aa33f6522317c..30179ba8e450cf717a5a13a68b556a26e6eaae48 100644 --- a/python-shodan.spec +++ b/python-shodan.spec @@ -1,13 +1,19 @@ %global _empty_manifest_terminate_build 0 Name: python-shodan -Version: 1.23.0 +Version: 1.28.0 Release: 1 Summary: Python library and command-line utility for Shodan (https://developer.shodan.io) -License: MIT License -URL: http://github.com/achillean/shodan-python/tree/master -Source0: https://files.pythonhosted.org/packages/d2/c9/66fed4035127aa4aebfd02646306b8770bf0e8c169847e19f35e0f931892/shodan-1.23.0.tar.gz +License: MIT +URL: https://github.com/achillean/shodan-python +Source0: https://files.pythonhosted.org/packages/fd/e3/8a76f8cb021d712ba966f7385d3635165a70222e5ca1a92a8887470dd1a0/shodan-1.28.0.tar.gz BuildArch: noarch +Requires: python3-click +Requires: python3-click-plugins +Requires: python3-colorama +Requires: python3-requests +Requires: python3-XlsxWriter +Requires: python3-ipaddress %description Shodan is a search engine for Internet-connected devices. Google lets you search for websites, @@ -33,7 +39,7 @@ Shodan lets you search for devices. This library provides developers easy access data stored in Shodan in order to automate tasks and integrate into existing tools. %prep -%autosetup -n shodan-1.23.0 +%autosetup -n shodan-%{version} %build %py3_build @@ -73,5 +79,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Oct 14 2022 guozhengxin - 1.28.0-1 +- Upgrade package to version 1.28.0 + * Fri Sep 04 2020 Python_Bot - Package Spec generated diff --git a/shodan-1.23.0.tar.gz b/shodan-1.23.0.tar.gz deleted file mode 100644 index 21cd0c1aad16b95c1ed7ac5524b0206cc0b98c35..0000000000000000000000000000000000000000 Binary files a/shodan-1.23.0.tar.gz and /dev/null differ diff --git a/shodan-1.28.0.tar.gz b/shodan-1.28.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c43cb04afe5bdea10185daf83f90073ab18b4049 Binary files /dev/null and b/shodan-1.28.0.tar.gz differ