14
0

Accepting request 1114989 from home:mcalabkova:branches:devel:languages:python

- Add upstream pillow10.patch to fix compatibility with Pillow 10.0.0

OBS-URL: https://build.opensuse.org/request/show/1114989
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blockdiag?expand=0&rev=24
This commit is contained in:
2023-10-03 12:53:11 +00:00
committed by Git OBS Bridge
parent 8f809b21cb
commit 833255b998
3 changed files with 124 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ Source: https://files.pythonhosted.org/packages/source/b/blockdiag/block
# PATCH-FIX-UPSTREAM python-blockdiag-nose-to-pytest.patch gh#blockdiag/blockdiag#131 pgajdos@suse.com
# Remove the last silly dependency on nose
Patch0: python-blockdiag-nose-to-pytest.patch
# PATCH-FIX-UPSTREAM https://github.com/blockdiag/blockdiag/pull/179 Add support for Pillow 10
Patch1: pillow10.patch
BuildRequires: %{python_module Pillow >= 3}
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module funcparserlib >= 1.0.0~a0}