15
0
forked from pool/python-tld

- update to version 2.4.125:

- New
   - Extended option on get event. [Raphaël Vinot]
     Related to #567
 - Changes
   - Bump objects, deps. [Raphaël Vinot]
   - Bump dependencies. [Raphaël Vinot]
   - Remove old suricata script, keep reference to old code. [Raphaël
     Vinot]
 - Fix
   - Enable autoalert on admin user. [Raphaël Vinot]
   - [abstract] Forces file to be read with utf8 encoding. [mokaddem]
   - Properly handle timezone in tests. [Raphaël Vinot]
 - Other
   - Update up.py. [Raphaël Vinot]
     Fix #563
   - Fixed __query_virustotal return type. [DocArmoryTech]
     __query_virustotal returned a Response object and not the json expected; modified so that report_json is returned instead of report.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tld?expand=0&rev=31
This commit is contained in:
2020-05-03 13:20:51 +00:00
committed by Git OBS Bridge
parent 850cafbe5d
commit 836c036437
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun May 3 13:19:42 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 0.12.1:
- Correctly handling domain names ending with dot(s).
-------------------------------------------------------------------
Wed Apr 22 19:03:54 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>