From c0aa65f2f49b55573cf9eaca02582737d1f7ea6fb63fc76321f90c43e990bf08 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 20 Jun 2021 08:53:39 +0000 Subject: [PATCH] - 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 --- passivetotal-2.4.1.tar.gz | 3 --- passivetotal-2.4.2.tar.gz | 3 +++ python-passivetotal.changes | 19 +++++++++++++++++++ python-passivetotal.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 passivetotal-2.4.1.tar.gz create mode 100644 passivetotal-2.4.2.tar.gz diff --git a/passivetotal-2.4.1.tar.gz b/passivetotal-2.4.1.tar.gz deleted file mode 100644 index 1c4a8f3..0000000 --- a/passivetotal-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa2a7370448e1138a941a8bd9304f3b2ce4f3590d798920c29ed12074107f4c0 -size 51426 diff --git a/passivetotal-2.4.2.tar.gz b/passivetotal-2.4.2.tar.gz new file mode 100644 index 0000000..dd070c6 --- /dev/null +++ b/passivetotal-2.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32740c5b5a1f950320c0350aa002b0b35cda5941db7e441b22b01419f4923eec +size 65773 diff --git a/python-passivetotal.changes b/python-passivetotal.changes index 39b7b54..338f304 100644 --- a/python-passivetotal.changes +++ b/python-passivetotal.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Jun 20 08:52:03 UTC 2021 - Sebastian Wagner + +- 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 diff --git a/python-passivetotal.spec b/python-passivetotal.spec index a431e64..07164b7 100644 --- a/python-passivetotal.spec +++ b/python-passivetotal.spec @@ -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