From 234894a2fd0f5fb52f26b0381133427a35fddd1dc886190cfeb3b67d55b321e8 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 24 May 2021 17:15:42 +0000 Subject: [PATCH] - update to version 2.4.1: - Enhancements: - Added an as_dict property across all Analyzer objects to simplify integration with other systems. Returns a dictionary representation of the object or the list. - New projects attribute on IPAddress and Hostname objects returns list of projects that contain that host as an artifact. - New analyzer.set_project() method on the Analyzer module to set an active project by name or guid, and new add_to_project() methods on Analyzer objects to quickly add the object to the active project. - Direct methods on new Project and Artifact objects to directly manipulate monitoring status and tags. - Bug Fixes: - Added missing ArtifactsRequest to package-level imports OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=16 --- passivetotal-2.4.0.tar.gz | 3 --- passivetotal-2.4.1.tar.gz | 3 +++ python-passivetotal.changes | 13 +++++++++++++ python-passivetotal.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 passivetotal-2.4.0.tar.gz create mode 100644 passivetotal-2.4.1.tar.gz diff --git a/passivetotal-2.4.0.tar.gz b/passivetotal-2.4.0.tar.gz deleted file mode 100644 index 48dd348..0000000 --- a/passivetotal-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50d396008d8a3c670af4fe16ff68fe4cbc3c716e6e92319ba61898f5bb52feab -size 46826 diff --git a/passivetotal-2.4.1.tar.gz b/passivetotal-2.4.1.tar.gz new file mode 100644 index 0000000..1c4a8f3 --- /dev/null +++ b/passivetotal-2.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2a7370448e1138a941a8bd9304f3b2ce4f3590d798920c29ed12074107f4c0 +size 51426 diff --git a/python-passivetotal.changes b/python-passivetotal.changes index 991f8da..39b7b54 100644 --- a/python-passivetotal.changes +++ b/python-passivetotal.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon May 24 17:14:59 UTC 2021 - Sebastian Wagner + +- update to version 2.4.1: + - Enhancements: + - Added an as_dict property across all Analyzer objects to simplify integration with other systems. Returns a dictionary representation of the object or the list. + - New projects attribute on IPAddress and Hostname objects returns list of projects that contain that host as an artifact. + - New analyzer.set_project() method on the Analyzer module to set an active project by name or guid, and new add_to_project() methods on Analyzer objects to quickly add the object to the active project. + - Direct methods on new Project and Artifact objects to directly manipulate monitoring status and tags. + - Bug Fixes: + - Added missing ArtifactsRequest to package-level imports + + ------------------------------------------------------------------- Fri May 14 14:04:15 UTC 2021 - Sebastian Wagner diff --git a/python-passivetotal.spec b/python-passivetotal.spec index d921d61..a431e64 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.0 +Version: 2.4.1 Release: 0 Summary: Client for the PassiveTotal REST API License: GPL-2.0-only