15
0

- 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
This commit is contained in:
2022-01-27 19:24:45 +00:00
committed by Git OBS Bridge
parent 57825560e2
commit f50dab8511
4 changed files with 19 additions and 5 deletions

View File

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