From 6b7c0c487816c6b647d4f71f794afa50d70f79459649afa4ef797bc8edcb1770 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sat, 2 Oct 2021 07:04:19 +0000 Subject: [PATCH] - update to version 2.5.6: - Bug fixes: - Fixed issue that broke Illuminate ASI and Vuln Intel analyzer modules in Python 3.7 and earlier due to a missing param on the lru_cache decorator required in those versions. - Fixed default end date behavior in analyzer to include a full day rather than stopping at midnight "today". Was causing records with a last-seen date equal to the current date to be excluded from analyzer record list objects (including pDNS, certificates, and anything else that supported date-bounded queries). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=23 --- passivetotal-2.5.5.tar.gz | 3 --- passivetotal-2.5.6.tar.gz | 3 +++ python-passivetotal.changes | 12 ++++++++++++ python-passivetotal.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 passivetotal-2.5.5.tar.gz create mode 100644 passivetotal-2.5.6.tar.gz diff --git a/passivetotal-2.5.5.tar.gz b/passivetotal-2.5.5.tar.gz deleted file mode 100644 index 5dff49f..0000000 --- a/passivetotal-2.5.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e51c37bd57ee7f2f51fb6518e7415e8e8c481f973645600ea67358d6d200225 -size 103514 diff --git a/passivetotal-2.5.6.tar.gz b/passivetotal-2.5.6.tar.gz new file mode 100644 index 0000000..e85c1f3 --- /dev/null +++ b/passivetotal-2.5.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69f2132e3b5c8772a5ecd9b66aef3574a071e6670716b81982e062ff9c8b35e +size 111648 diff --git a/python-passivetotal.changes b/python-passivetotal.changes index 4b8476c..6344b0d 100644 --- a/python-passivetotal.changes +++ b/python-passivetotal.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Oct 2 07:03:41 UTC 2021 - Sebastian Wagner + +- update to version 2.5.6: + - Bug fixes: + - Fixed issue that broke Illuminate ASI and Vuln Intel analyzer modules in Python 3.7 and + earlier due to a missing param on the lru_cache decorator required in those versions. + - Fixed default end date behavior in analyzer to include a full day rather than stopping at + midnight "today". Was causing records with a last-seen date equal to the current date + to be excluded from analyzer record list objects (including pDNS, certificates, and + anything else that supported date-bounded queries). + ------------------------------------------------------------------- Sat Sep 18 20:05:15 UTC 2021 - Sebastian Wagner diff --git a/python-passivetotal.spec b/python-passivetotal.spec index 956a3a6..2f918d1 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.5 +Version: 2.5.6 Release: 0 Summary: Client for the PassiveTotal REST API License: GPL-2.0-only