14
0
forked from pool/python-shodan

- update to version 1.23.1:

* Fixed linting errors
 * Import ABC from collections.abc for Python 3.10 compatibility (#130).
 * Fix invalid escape sequence error, improves ``shodan radar`` output on Python3 (#131).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=53
This commit is contained in:
Sebastian Wagner
2020-09-12 05:15:12 +00:00
committed by Git OBS Bridge
parent ca4f72bb60
commit 1d3df1e203
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Sep 12 04:51:36 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 1.23.1:
* Fixed linting errors
* Import ABC from collections.abc for Python 3.10 compatibility (#130).
* Fix invalid escape sequence error, improves ``shodan radar`` output on Python3 (#131).
-------------------------------------------------------------------
Tue May 19 09:32:14 UTC 2020 - Petr Gajdos <pgajdos@suse.com>