14
0

Accepting request 1243372 from home:glaubitz:branches:devel:languages:python

- Update to 0.26.5
  * Future-proofing against an upcoming `asn1crypto`
    that is already being shipped in some distro
    packages.
  * Address some timing issues in tests.
- Drop 5dd5ff95b7b104667eb4f39367eb4f4c00fcedd5.patch, merged upstream
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1243372
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyhanko-certvalidator?expand=0&rev=5
This commit is contained in:
2025-02-05 15:49:34 +00:00
committed by Git OBS Bridge
parent 96a1ef0657
commit b41a3cf6c7
5 changed files with 17 additions and 134 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyhanko-certvalidator
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,14 @@
#
%{?sle15_python_module_pythons}
Name: python-pyhanko-certvalidator
Version: 0.26.4
Version: 0.26.5
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
Patch0: https://github.com/MatthiasValvekens/certvalidator/commit/5dd5ff95b7b104667eb4f39367eb4f4c00fcedd5.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 67.4}
BuildRequires: %{python_module wheel}