From 57825560e2e88a6446cf85e07e85d2ad4dd2f6a92f87617bab33de0682a01a3d Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 22 Oct 2021 08:53:50 +0000 Subject: [PATCH] - update to version 2.5.7: - Enhancements: - New example notebook explaining how to use projects, artifacts, and alerts. - New filter for lists of substrings on all RecordList objects. - New API library for Trackers to support recently-introduced endpoints that enable - pagination. Ensured pagination for `analyzer.Tracker` objects works correctly with new - API library. It is now possible to download hundreds of thousands of tracker search - results by accessing the `observations_by_ip` or `observations_by_hostname` property of - a Tracker. - Bug Fixes: - Add missing docstring for filter_date* functions on RecordList objects. - Resolved issue that blocked filtering of project alerts with filter* functions. - Fixed dataframe column names on vulnerability objects to match properties. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=24 --- passivetotal-2.5.6.tar.gz | 3 --- passivetotal-2.5.7.tar.gz | 3 +++ python-passivetotal.changes | 17 +++++++++++++++++ python-passivetotal.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 passivetotal-2.5.6.tar.gz create mode 100644 passivetotal-2.5.7.tar.gz diff --git a/passivetotal-2.5.6.tar.gz b/passivetotal-2.5.6.tar.gz deleted file mode 100644 index e85c1f3..0000000 --- a/passivetotal-2.5.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b69f2132e3b5c8772a5ecd9b66aef3574a071e6670716b81982e062ff9c8b35e -size 111648 diff --git a/passivetotal-2.5.7.tar.gz b/passivetotal-2.5.7.tar.gz new file mode 100644 index 0000000..d263a71 --- /dev/null +++ b/passivetotal-2.5.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d24ab20433a930891b866fdd179a2eba14bee16cea3f9dd4bc6ad17f8386313 +size 125221 diff --git a/python-passivetotal.changes b/python-passivetotal.changes index 6344b0d..3eae8e0 100644 --- a/python-passivetotal.changes +++ b/python-passivetotal.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Oct 22 08:43:16 UTC 2021 - Sebastian Wagner + +- update to version 2.5.7: + - Enhancements: + - New example notebook explaining how to use projects, artifacts, and alerts. + - New filter for lists of substrings on all RecordList objects. + - New API library for Trackers to support recently-introduced endpoints that enable + - pagination. Ensured pagination for `analyzer.Tracker` objects works correctly with new + - API library. It is now possible to download hundreds of thousands of tracker search + - results by accessing the `observations_by_ip` or `observations_by_hostname` property of + - a Tracker. + - Bug Fixes: + - Add missing docstring for filter_date* functions on RecordList objects. + - Resolved issue that blocked filtering of project alerts with filter* functions. + - Fixed dataframe column names on vulnerability objects to match properties. + ------------------------------------------------------------------- Sat Oct 2 07:03:41 UTC 2021 - Sebastian Wagner diff --git a/python-passivetotal.spec b/python-passivetotal.spec index 2f918d1..7a5f5bf 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.5.6 +Version: 2.5.7 Release: 0 Summary: Client for the PassiveTotal REST API License: GPL-2.0-only