From 95cb90a66b3ea0e51c606867add111a03f922730c335571e09011b64d52af3f5 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 5 Dec 2017 08:34:05 +0000 Subject: [PATCH 1/3] - update to version 1.7.6: * addes "shodan radar" command * Add basic support for the Bulk Data API * Handle Cloudflare timeouts OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=5 --- python-shodan.changes | 8 ++++++++ python-shodan.spec | 2 +- shodan-1.7.5.tar.gz | 3 --- shodan-1.7.6.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 shodan-1.7.5.tar.gz create mode 100644 shodan-1.7.6.tar.gz diff --git a/python-shodan.changes b/python-shodan.changes index 9eeb1dd..da8f7b6 100644 --- a/python-shodan.changes +++ b/python-shodan.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 5 08:33:09 UTC 2017 - sebix+novell.com@sebix.at + +- update to version 1.7.6: + * addes "shodan radar" command + * Add basic support for the Bulk Data API + * Handle Cloudflare timeouts + ------------------------------------------------------------------- Mon Sep 4 19:24:34 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-shodan.spec b/python-shodan.spec index 491b4e8..4862bcc 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.7.5 +Version: 1.7.6 Release: 0 Summary: Python library and command-line utility for Shodan License: MIT diff --git a/shodan-1.7.5.tar.gz b/shodan-1.7.5.tar.gz deleted file mode 100644 index 17e0978..0000000 --- a/shodan-1.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce6137b48ccfd33239731abf7f91e86afb4e657eb3b41c8aaa9c84bb67558fd4 -size 41043 diff --git a/shodan-1.7.6.tar.gz b/shodan-1.7.6.tar.gz new file mode 100644 index 0000000..b9afef0 --- /dev/null +++ b/shodan-1.7.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b80d7f5f54ae35ff2ebd9f71a4c90691eaebdca0abce07fa13f6131afefdd7 +size 41781 From c7d82188a9250d9a4d188e316a6a2b0da5c59386674077f39993c864c9e067c3 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 5 Dec 2017 17:56:30 +0000 Subject: [PATCH 2/3] fix changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=6 --- python-shodan.changes | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-shodan.changes b/python-shodan.changes index da8f7b6..3f96c45 100644 --- a/python-shodan.changes +++ b/python-shodan.changes @@ -3,8 +3,6 @@ Tue Dec 5 08:33:09 UTC 2017 - sebix+novell.com@sebix.at - update to version 1.7.6: * addes "shodan radar" command - * Add basic support for the Bulk Data API - * Handle Cloudflare timeouts ------------------------------------------------------------------- Mon Sep 4 19:24:34 UTC 2017 - sebix+novell.com@sebix.at From 3e5bb6510803e27ed2c10173b591c5ae57ffdcc632efc6b37e4c644873d61ada Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 10 Dec 2017 17:04:31 +0000 Subject: [PATCH 3/3] - update to version 1.7.7 * Added "shodan data download" command to help download bulk data files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=7 --- python-shodan.changes | 6 ++++++ python-shodan.spec | 2 +- shodan-1.7.6.tar.gz | 3 --- shodan-1.7.7.tar.gz | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 shodan-1.7.6.tar.gz create mode 100644 shodan-1.7.7.tar.gz diff --git a/python-shodan.changes b/python-shodan.changes index 3f96c45..a65cb59 100644 --- a/python-shodan.changes +++ b/python-shodan.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 10 17:03:19 UTC 2017 - sebix+novell.com@sebix.at + +- update to version 1.7.7 + * Added "shodan data download" command to help download bulk data files + ------------------------------------------------------------------- Tue Dec 5 08:33:09 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-shodan.spec b/python-shodan.spec index 4862bcc..544b394 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.7.6 +Version: 1.7.7 Release: 0 Summary: Python library and command-line utility for Shodan License: MIT diff --git a/shodan-1.7.6.tar.gz b/shodan-1.7.6.tar.gz deleted file mode 100644 index b9afef0..0000000 --- a/shodan-1.7.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1b80d7f5f54ae35ff2ebd9f71a4c90691eaebdca0abce07fa13f6131afefdd7 -size 41781 diff --git a/shodan-1.7.7.tar.gz b/shodan-1.7.7.tar.gz new file mode 100644 index 0000000..233b8cb --- /dev/null +++ b/shodan-1.7.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f01ea05ef5eb5e7850efdf798b53dbb9d38cda9b594abe87f040c6ae4eb7b7f +size 42245