15
0

- update to version 2.4.2:

-  Enhancements:
  - Throw `AnalyzerError` when a hostname cannot be resolved to an IP
  - Add links to summary card as_dict method
 -  Bug Fixes
  - Added missing docstring for `services` property
  - Fixed various issues with `as_dict` property to ensure only serializable
    types made it into the dictionary. 
  - Ensured Projects would load by GUID regardless of visiblity.
  - Removed a partially-implemented __str__ method in `MalwareList` method
  - Ensured all __str__ methods in `analyzer` objects always return a string
  - Upserting an artifact triggered an API error when setting a tag
  - Ensure `summary` property returns ints, not None, when fields are missing
  - Properly handle defanged ip addresses 
  - Exclude Nones from sets in various properties to avoid problems with `NoneTypes`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=18
This commit is contained in:
2021-06-20 08:53:39 +00:00
committed by Git OBS Bridge
parent 234894a2fd
commit c0aa65f2f4
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa2a7370448e1138a941a8bd9304f3b2ce4f3590d798920c29ed12074107f4c0
size 51426

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32740c5b5a1f950320c0350aa002b0b35cda5941db7e441b22b01419f4923eec
size 65773

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 20 08:52:03 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 2.4.2:
- Enhancements:
- Throw `AnalyzerError` when a hostname cannot be resolved to an IP
- Add links to summary card as_dict method
- Bug Fixes
- Added missing docstring for `services` property
- Fixed various issues with `as_dict` property to ensure only serializable
types made it into the dictionary.
- Ensured Projects would load by GUID regardless of visiblity.
- Removed a partially-implemented __str__ method in `MalwareList` method
- Ensured all __str__ methods in `analyzer` objects always return a string
- Upserting an artifact triggered an API error when setting a tag
- Ensure `summary` property returns ints, not None, when fields are missing
- Properly handle defanged ip addresses
- Exclude Nones from sets in various properties to avoid problems with `NoneTypes`
-------------------------------------------------------------------
Mon May 24 17:14:59 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-passivetotal
Version: 2.4.1
Version: 2.4.2
Release: 0
Summary: Client for the PassiveTotal REST API
License: GPL-2.0-only