14
0
forked from pool/python-shodan

- 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=17
This commit is contained in:
Sebastian Wagner
2018-09-22 09:21:59 +00:00
committed by Git OBS Bridge
parent be2a4a847b
commit 97aab246be
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Sep 22 09:21:35 UTC 2018 - Sebastian Wagner <sebix+novell.com@sebix.at>
- 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 <sebix+novell.com@sebix.at>