17
0

Compare commits

6 Commits

Author SHA256 Message Date
dab6874bcc Accepting request 1299182 from devel:languages:python
- Add missing BuildRequires on pytest-asyncio.

OBS-URL: https://build.opensuse.org/request/show/1299182
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyhanko-certvalidator?expand=0&rev=4
2025-08-13 14:31:02 +00:00
2679d9fa4a - Add missing BuildRequires on pytest-asyncio.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyhanko-certvalidator?expand=0&rev=7
2025-08-13 04:59:44 +00:00
ce44c42000 Accepting request 1243431 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1243431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyhanko-certvalidator?expand=0&rev=3
2025-02-06 21:04:57 +00:00
b41a3cf6c7 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
2025-02-05 15:49:34 +00:00
ceb4b781a4 Accepting request 1223892 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1223892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyhanko-certvalidator?expand=0&rev=2
2024-11-13 14:29:31 +00:00
96a1ef0657 Accepting request 1223844 from home:bmwiedemann:branches:devel:languages:python
Add 5dd5ff95b7b104667eb4f39367eb4f4c00fcedd5.patch to fix future tests (boo#1102840)
- Upgrade to version 0.26.4
  * make tests pass in future (boo#1102840)

OBS-URL: https://build.opensuse.org/request/show/1223844
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyhanko-certvalidator?expand=0&rev=3
2024-11-13 09:46:02 +00:00
4 changed files with 30 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7861efb4259126327d9590703fe4f4316647d3725c32bd49ea67f0810abded1c
size 567222

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec5786b05e16235dfd44738590aa8c40e78a6ad4ead0e9a622fa8180c3247992
size 567647

View File

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

View File

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