Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-passivetotal for
openSUSE:Factory checked in at 2022-02-03 23:20:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-passivetotal (Old)
and /work/SRC/openSUSE:Factory/.python-passivetotal.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-passivetotal"
Thu Feb 3 23:20:43 2022 rev:16 rq:951373 version:2.5.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-passivetotal/python-passivetotal.changes
2021-10-29 22:35:26.355709452 +0200
+++
/work/SRC/openSUSE:Factory/.python-passivetotal.new.1898/python-passivetotal.changes
2022-02-03 23:20:44.266871605 +0100
@@ -1,0 +2,14 @@
+Thu Jan 27 19:24:40 UTC 2022 - Sebastian Wagner <[email protected]>
+
+- - 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.
+
+-------------------------------------------------------------------
Old:
----
passivetotal-2.5.7.tar.gz
New:
----
passivetotal-2.5.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-passivetotal.spec ++++++
--- /var/tmp/diff_new_pack.KqzhpS/_old 2022-02-03 23:20:44.802867946 +0100
+++ /var/tmp/diff_new_pack.KqzhpS/_new 2022-02-03 23:20:44.806867919 +0100
@@ -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
++++++ passivetotal-2.5.7.tar.gz -> passivetotal-2.5.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/passivetotal-2.5.7/CHANGELOG.md
new/passivetotal-2.5.8/CHANGELOG.md
--- old/passivetotal-2.5.7/CHANGELOG.md 2021-10-22 01:31:48.000000000 +0200
+++ new/passivetotal-2.5.8/CHANGELOG.md 2022-01-25 23:36:22.000000000 +0100
@@ -1,6 +1,21 @@
# Changelog
+## v2.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.
+
+
+
## v2.5.7
#### Enhancements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/passivetotal-2.5.7/PKG-INFO
new/passivetotal-2.5.8/PKG-INFO
--- old/passivetotal-2.5.7/PKG-INFO 2021-10-22 01:32:07.000000000 +0200
+++ new/passivetotal-2.5.8/PKG-INFO 2022-01-25 23:37:02.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: passivetotal
-Version: 2.5.7
+Version: 2.5.8
Summary: Library for the RiskIQ PassiveTotal and Illuminate API
Home-page: https://github.com/passivetotal/python_api
Author: RiskIQ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/passivetotal-2.5.7/docs/index.rst
new/passivetotal-2.5.8/docs/index.rst
--- old/passivetotal-2.5.7/docs/index.rst 2021-09-27 17:47:56.000000000
+0200
+++ new/passivetotal-2.5.8/docs/index.rst 2022-01-25 23:36:22.000000000
+0100
@@ -12,6 +12,11 @@
Learn more at `community.riskiq.com <https://community.riskiq.com>`_
+Current Version: |release|
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+`View the changelog
<https://github.com/passivetotal/python_api/blob/master/CHANGELOG.md>`_
+on the GitHub project page.
+
Contents:
.. toctree::
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/passivetotal-2.5.7/passivetotal/_version.py
new/passivetotal-2.5.8/passivetotal/_version.py
--- old/passivetotal-2.5.7/passivetotal/_version.py 2021-10-22
01:31:48.000000000 +0200
+++ new/passivetotal-2.5.8/passivetotal/_version.py 2022-01-25
23:36:22.000000000 +0100
@@ -1 +1 @@
-VERSION="2.5.7"
\ No newline at end of file
+VERSION="2.5.8"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/passivetotal-2.5.7/passivetotal/analyzer/hostname.py
new/passivetotal-2.5.8/passivetotal/analyzer/hostname.py
--- old/passivetotal-2.5.7/passivetotal/analyzer/hostname.py 2021-08-19
02:49:22.000000000 +0200
+++ new/passivetotal-2.5.8/passivetotal/analyzer/hostname.py 2022-01-25
23:36:22.000000000 +0100
@@ -180,7 +180,7 @@
:rtype: :class:`passivetotal.analyzer.ssl.Certificates`
"""
- return CertificateField('subjectAlternativeName',
self._hostname).certificates
+ return CertificateField('name', self._hostname).certificates
@property
def whois(self):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/passivetotal-2.5.7/passivetotal/analyzer/pdns.py
new/passivetotal-2.5.8/passivetotal/analyzer/pdns.py
--- old/passivetotal-2.5.7/passivetotal/analyzer/pdns.py 2021-06-29
20:04:38.000000000 +0200
+++ new/passivetotal-2.5.8/passivetotal/analyzer/pdns.py 2022-01-25
23:36:22.000000000 +0100
@@ -6,7 +6,11 @@
class PdnsResolutions(RecordList, ForPandas):
- """Historical passive DNS resolution records."""
+ """Historical passive DNS resolution records.
+
+ Provides a list-like interface to a collection of
+ :class:`PdnsRecord` objects.
+ """
def __init__(self, api_response = None, query=None):
super().__init__(api_response, query)
@@ -260,7 +264,11 @@
Bounded by dates set in :meth:`passivetotal.analyzer.set_date_range`.
`timeout` and `sources` params are also set by the analyzer
configuration.
- Provides list of :class:`passivetotal.analyzer.pdns.PdnsRecord`
objects.
+ Provides a list of
+ :class:`passivetotal.analyzer.pdns.PdnsRecord` objects contained in a
+ :class:`passivetotal.analyzer.pdns.PdnsResolutions` object.
+
+ :rtype: :class:`passivetotal.analyzer.pdns.PdnsResolutions`
"""
if getattr(self, '_resolutions', None) is not None:
return self._resolutions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/passivetotal-2.5.7/passivetotal/common/const.py
new/passivetotal-2.5.8/passivetotal/common/const.py
--- old/passivetotal-2.5.7/passivetotal/common/const.py 2021-08-19
02:49:22.000000000 +0200
+++ new/passivetotal-2.5.8/passivetotal/common/const.py 2022-01-25
23:36:22.000000000 +0100
@@ -20,7 +20,8 @@
"subjectLocalityName", "issuerStreetAddress",
"issuerLocalityName", "subjectGivenName",
"subjectProvince", "issuerSerialNumber",
- "issuerEmailAddress","subjectAlternativeName"]
+ "issuerEmailAddress","subjectAlternativeName",
+ "name"]
ATTRIBUTE_APPROVED_FIELDS = [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/passivetotal-2.5.7/passivetotal.egg-info/PKG-INFO
new/passivetotal-2.5.8/passivetotal.egg-info/PKG-INFO
--- old/passivetotal-2.5.7/passivetotal.egg-info/PKG-INFO 2021-10-22
01:32:06.000000000 +0200
+++ new/passivetotal-2.5.8/passivetotal.egg-info/PKG-INFO 2022-01-25
23:37:02.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: passivetotal
-Version: 2.5.7
+Version: 2.5.8
Summary: Library for the RiskIQ PassiveTotal and Illuminate API
Home-page: https://github.com/passivetotal/python_api
Author: RiskIQ