15
0

Accepting request 1172211 from home:benoit_monin:branches:devel:languages:python

- update to version 2.18.0
- set the base python version to 3.8
- drop the requirement of importlib-metadata: already included in python 3.8 and above
- remove unneeded executable bit from some python files

OBS-URL: https://build.opensuse.org/request/show/1172211
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=109
This commit is contained in:
2024-05-07 06:21:42 +00:00
committed by Git OBS Bridge
parent 980ba03073
commit e68da9f6b5
4 changed files with 86 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Pygments
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
%{?sle15_python_module_pythons}
Name: python-Pygments
Version: 2.17.2
Version: 2.18.0
Release: 0
Summary: A syntax highlighting package written in Python
License: BSD-2-Clause
@@ -35,7 +35,7 @@ Source: https://files.pythonhosted.org/packages/source/P/Pygments/pygmen
# 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}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 7}
@@ -43,13 +43,12 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros >= 20210929
# Preferred for plugin loading, see https://pygments.org/docs/plugins/
Requires: (python-importlib-metadata if python-base < 3.8)
%if %{with libalternatives}
Requires: alts
BuildRequires: alts
%else
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
%endif
Provides: python-pygments = %{version}
Obsoletes: python-pygments < %{version}
@@ -70,6 +69,8 @@ source code. Highlights are:
%prep
%autosetup -n pygments-%{version} -p1
# Remove unneeded executable bit
chmod -x pygments/formatters/_mapping.py pygments/lexers/gsql.py
%build
%pyproject_wheel