14
0

- Add BuildRequires on Pillow for the testsuite.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyHanko?expand=0&rev=6
This commit is contained in:
2025-03-27 03:58:11 +00:00
committed by Git OBS Bridge
parent eb3c985eb5
commit 1ba4472d4b
2 changed files with 3 additions and 1 deletions

View File

@@ -1,7 +1,8 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 26 07:43:16 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com> Thu Mar 27 03:57:38 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name. - Normalize metadata directory name.
- Add BuildRequires on Pillow for the testsuite.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 21 14:49:43 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Fri Feb 21 14:49:43 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -25,6 +25,7 @@ License: MIT
URL: https://github.com/MatthiasValvekens/pyHanko URL: https://github.com/MatthiasValvekens/pyHanko
Source: https://github.com/MatthiasValvekens/pyHanko/archive/refs/tags/v%{version}.tar.gz#/pyhanko-%{version}.tar.gz Source: https://github.com/MatthiasValvekens/pyHanko/archive/refs/tags/v%{version}.tar.gz#/pyhanko-%{version}.tar.gz
BuildRequires: %{python_module FontTools} BuildRequires: %{python_module FontTools}
BuildRequires: %{python_module Pillow}
BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module aiohttp} BuildRequires: %{python_module aiohttp}
BuildRequires: %{python_module certomancer} BuildRequires: %{python_module certomancer}