diff --git a/python-Pygments.changes b/python-Pygments.changes index 336edaf..0cf6099 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jul 11 14:24:45 UTC 2024 - Dirk Müller + +- add buildignores to avoid bootstrap buildcycle + p11-kit/gtk-doc/python-Pygments which comes via + pip/ca-certificates + ------------------------------------------------------------------- Mon May 6 14:52:55 UTC 2024 - Benoît Monin diff --git a/python-Pygments.spec b/python-Pygments.spec index d0c2e71..9f7876d 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -22,7 +22,6 @@ %else %bcond_with libalternatives %endif - %{?sle15_python_module_pythons} Name: python-Pygments Version: 2.18.0 @@ -31,7 +30,7 @@ Summary: A syntax highlighting package written in Python 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 +Source: https://files.pythonhosted.org/packages/source/p/pygments/pygments-%{version}.tar.gz # 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 @@ -42,16 +41,18 @@ BuildRequires: %{python_module pytest >= 7} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210929 +#!BuildIgnore: ca-certificates:p11-kit +#!BuildIgnore: ca-certificates:p11-kit-tools +Provides: python-pygments = %{version} +Obsoletes: python-pygments < %{version} +BuildArch: noarch %if %{with libalternatives} -Requires: alts BuildRequires: alts +Requires: alts %else Requires(post): update-alternatives Requires(postun): update-alternatives %endif -Provides: python-pygments = %{version} -Obsoletes: python-pygments < %{version} -BuildArch: noarch %python_subpackages %description