Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
dab6874bcc | |||
2679d9fa4a | |||
ce44c42000 | |||
b41a3cf6c7 | |||
ceb4b781a4 | |||
96a1ef0657 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7861efb4259126327d9590703fe4f4316647d3725c32bd49ea67f0810abded1c
|
||||
size 567222
|
3
pyhanko-certvalidator-0.26.5.tar.gz
Normal file
3
pyhanko-certvalidator-0.26.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec5786b05e16235dfd44738590aa8c40e78a6ad4ead0e9a622fa8180c3247992
|
||||
size 567647
|
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 13 04:59:31 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Add missing BuildRequires on pytest-asyncio.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 13:26:06 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 13 06:13:51 UTC 2024 - Bernhard M. Demo2 Wiedemann <opensusedemo+test2@lsmod.de>
|
||||
|
||||
- Add 5dd5ff95b7b104667eb4f39367eb4f4c00fcedd5.patch to fix future tests (boo#1102840)
|
||||
- Upgrade to version 0.26.4
|
||||
* make tests pass in future (boo#1102840)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 01:28:31 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyhanko-certvalidator
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 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
|
||||
@@ -16,8 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pyhanko-certvalidator
|
||||
Version: 0.26.3
|
||||
Version: 0.26.5
|
||||
Release: 0
|
||||
Summary: Validates X509 certificates and paths
|
||||
License: MIT
|
||||
@@ -33,6 +34,7 @@ BuildRequires: %{python_module aiohttp >= 3.8}
|
||||
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-asyncio}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module requests >= 2.31.0}
|
||||
BuildRequires: %{python_module uritools >= 3.0.1}
|
||||
|
Reference in New Issue
Block a user