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 +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>