From f50dab8511c86858a7e514ab22228266bd123460c2b29bd3da4370899c316cbd Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 27 Jan 2022 19:24:45 +0000 Subject: [PATCH] - update to version 2.5.8: - Enhancements: - `certificates` property of `analyzer.Hostname` objects now returns same list of SSL - certificates as the UI, enabled by a CertificateField search with the field set to `name`. This activates special-case functionality in the API that performs a - substring search for a hostname across both subjectAlternativeNames and subjectCommonName fields - The previous version only looked at the `subjectAlternativeNames` field. A more narrow - search across specific fields is still available by instantiating an `analyzer.CertificateField` object directly. - Docs now show current version number and link to this changelog hosted on GitHub. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=25 --- passivetotal-2.5.7.tar.gz | 3 --- passivetotal-2.5.8.tar.gz | 3 +++ python-passivetotal.changes | 14 ++++++++++++++ python-passivetotal.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 passivetotal-2.5.7.tar.gz create mode 100644 passivetotal-2.5.8.tar.gz diff --git a/passivetotal-2.5.7.tar.gz b/passivetotal-2.5.7.tar.gz deleted file mode 100644 index d263a71..0000000 --- a/passivetotal-2.5.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d24ab20433a930891b866fdd179a2eba14bee16cea3f9dd4bc6ad17f8386313 -size 125221 diff --git a/passivetotal-2.5.8.tar.gz b/passivetotal-2.5.8.tar.gz new file mode 100644 index 0000000..e140202 --- /dev/null +++ b/passivetotal-2.5.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700cc8b9c75046aa659d95ff5edd0dc6646b841a45424471c3be4ff8043bd080 +size 125560 diff --git a/python-passivetotal.changes b/python-passivetotal.changes index 3eae8e0..f8a7eda 100644 --- a/python-passivetotal.changes +++ b/python-passivetotal.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jan 27 19:24:40 UTC 2022 - Sebastian Wagner + +- - update to version 2.5.8: + - Enhancements: + - `certificates` property of `analyzer.Hostname` objects now returns same list of SSL + - certificates as the UI, enabled by a CertificateField search with the field set to +`name`. This activates special-case functionality in the API that performs a + - substring search for a hostname across both subjectAlternativeNames and subjectCommonName fields + - The previous version only looked at the `subjectAlternativeNames` field. A more narrow + - search across specific fields is still available by instantiating an +`analyzer.CertificateField` object directly. + - Docs now show current version number and link to this changelog hosted on GitHub. + ------------------------------------------------------------------- Fri Oct 22 08:43:16 UTC 2021 - Sebastian Wagner diff --git a/python-passivetotal.spec b/python-passivetotal.spec index 7a5f5bf..629a4a2 100644 --- a/python-passivetotal.spec +++ b/python-passivetotal.spec @@ -1,7 +1,7 @@ # # spec file for package python-passivetotal # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-passivetotal -Version: 2.5.7 +Version: 2.5.8 Release: 0 Summary: Client for the PassiveTotal REST API License: GPL-2.0-only