From 891dbeaad5ffcafb7b9388d9d99238f412a4980d7b0f97b473269ea36b832027 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 5 Nov 2023 07:40:18 +0000 Subject: [PATCH] Add skip-wcag-contrast-ratio.patch to make python-wcag-contrast-ratio just optional dependency (gh#pygments/pygments!2564). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=105 --- python-Pygments.changes | 3 ++- python-Pygments.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/python-Pygments.changes b/python-Pygments.changes index c6bda5a..bbdd68f 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -2,7 +2,8 @@ Sun Nov 5 07:15:50 UTC 2023 - Matěj Cepl - Add skip-wcag-contrast-ratio.patch to make - python-wcag-contrast-ratio just optional dependency. + python-wcag-contrast-ratio just optional dependency + (gh#pygments/pygments!2564). ------------------------------------------------------------------- Mon Aug 7 13:10:31 UTC 2023 - Benoît Monin diff --git a/python-Pygments.spec b/python-Pygments.spec index f7bf8d7..ce3c494 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -32,7 +32,7 @@ License: BSD-2-Clause Group: Development/Languages/Python URL: https://pygments.org Source: https://files.pythonhosted.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz -# PATCH-FIX-UPSTREAM skip-wcag-contrast-ratio.patch bsc#[0-9]+ mcepl@suse.com +# PATCH-FIX-UPSTREAM skip-wcag-contrast-ratio.patch gh#pygments/pygments!2564 mcepl@suse.com # Don't make wcag-contrast-ratio mandatory for testing Patch0: skip-wcag-contrast-ratio.patch BuildRequires: %{python_module base >= 3.7}