15
0

- 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
This commit is contained in:
2021-05-24 17:15:42 +00:00
committed by Git OBS Bridge
parent 8393b1d142
commit 234894a2fd
4 changed files with 17 additions and 4 deletions

View File

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

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon May 24 17:14:59 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- 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 <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.0
Version: 2.4.1
Release: 0
Summary: Client for the PassiveTotal REST API
License: GPL-2.0-only