Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyhanko-certvalidator for
openSUSE:Factory checked in at 2026-04-25 23:27:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyhanko-certvalidator (Old)
and /work/SRC/openSUSE:Factory/.python-pyhanko-certvalidator.new.11940
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyhanko-certvalidator"
Sat Apr 25 23:27:55 2026 rev:5 rq:1349268 version:0.30.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pyhanko-certvalidator/python-pyhanko-certvalidator.changes
2025-08-13 16:32:51.926292463 +0200
+++
/work/SRC/openSUSE:Factory/.python-pyhanko-certvalidator.new.11940/python-pyhanko-certvalidator.changes
2026-04-25 23:28:13.045576957 +0200
@@ -1,0 +2,27 @@
+Sat Apr 25 19:46:48 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.30.2:
+ * Drop support for Python 3.9
+ * Drop TLS-specific validation code (breaking change)
+ * Drop poorly supported whitelist feature (breaking change)
+ * Remove deprecated methods from ValidationContext (breaking change)
+ * Clean up test fixtures
+ * Include tests in sdist again.
+ * Fix inconsistent aiohttp bounds.
+ * Add nonstandard application/pkix-ca content type.
+ * Remove unneeded Python 3.8 compatibility code
+ * Improve test coverage for some more exotic CRL processing
+ scenarios, simplify code accordingly.
+ * Supply more info on freshness check failures, ensure time
+ tolerance is accounted for.
+ * Support time-limited roots.
+ * Fix various bugs in AdES validation and the handling of non-default
+ TrustAnchor implementations.
+ * Fixed bug where an HTTP(S) CRL URI appearing next to
+ * an LDAP one as part of the same DP entry would not
+ * always be picked up.
+ * Dramatically improved processing speed for large CRLs.
+ * Drop Python 3.7
+ * List `qcStatements` as a known extension
+
+-------------------------------------------------------------------
Old:
----
pyhanko-certvalidator-0.26.5.tar.gz
New:
----
pyhanko_certvalidator-0.30.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyhanko-certvalidator.spec ++++++
--- /var/tmp/diff_new_pack.9DxfbP/_old 2026-04-25 23:28:13.673602645 +0200
+++ /var/tmp/diff_new_pack.9DxfbP/_new 2026-04-25 23:28:13.677602808 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pyhanko-certvalidator
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,22 +18,23 @@
%{?sle15_python_module_pythons}
Name: python-pyhanko-certvalidator
-Version: 0.26.5
+Version: 0.30.2
Release: 0
Summary: Validates X509 certificates and paths
License: MIT
-URL: https://github.com/MatthiasValvekens/certvalidator
-Source:
https://github.com/MatthiasValvekens/certvalidator/archive/refs/tags/v%{version}.tar.gz#/pyhanko-certvalidator-%{version}.tar.gz
+URL: https://github.com/MatthiasValvekens/pyHanko
+Source:
https://files.pythonhosted.org/packages/source/p/pyhanko_certvalidator/pyhanko_certvalidator-%{version}.tar.gz
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module setuptools >= 67.4}
+BuildRequires: %{python_module setuptools >= 80.8.0}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module asn1crypto >= 1.5.1}
-BuildRequires: %{python_module aiohttp >= 3.8}
+BuildRequires: %{python_module aiohttp >= 3.9}
BuildRequires: %{python_module cryptography >= 41.0.5}
BuildRequires: %{python_module freezegun >= 1.1.0}
BuildRequires: %{python_module oscrypto >= 1.1.0}
+BuildRequires: %{python_module pytest-aiohttp >= 1.0.4}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 2.31.0}
@@ -45,9 +46,8 @@
Requires: python-oscrypto >= 1.1.0
Requires: python-requests >= 2.31.0
Requires: python-uritools >= 3.0.1
-Suggests: python-aiohttp >= 3.8
+Suggests: python-aiohttp >= 3.9
Suggests: python-freezegun >= 1.1.0
-Suggests: python-aiohttp >= 3.8
BuildArch: noarch
%python_subpackages
@@ -55,7 +55,7 @@
Validates X.509 certificates and paths; forked from wbond/certvalidator
%prep
-%autosetup -p1 -n certvalidator-%{version}
+%autosetup -p1 -n pyhanko_certvalidator-%{version}
%build
%pyproject_wheel