15
0

Accepting request 1274852 from home:glaubitz:branches:devel:languages:python

- Update to 4.1.1
  * Adapt the tests to Pygments 2.19 (contributed by Markéta Calábková in #20).
  * Add support for Debian ``node-mathjax-full`` package.
  * Use :PEP:`639` license expression (needs setuptools 77 or newer).
- Drop pygments.patch, merged upstream
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1274852
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markups?expand=0&rev=26
This commit is contained in:
2025-05-06 11:17:59 +00:00
committed by Git OBS Bridge
parent 6296eea789
commit ff422351ea
5 changed files with 15 additions and 29 deletions

View File

@@ -16,15 +16,14 @@
#
%{?sle15_python_module_pythons}
Name: python-Markups
Version: 4.1.0
Version: 4.1.1
Release: 0
Summary: A wrapper around various text markups
License: BSD-3-Clause
URL: https://github.com/mitya57/pymarkups
Source: https://files.pythonhosted.org/packages/source/m/markups/markups-%{version}.tar.gz
# PATCH-FIX-UPSTREAM https://github.com/retext-project/pymarkups/pull/20 adapt to Pygments 2.19
Patch: pygments.patch
BuildRequires: %{python_module Markdown >= 3}
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module Pygments}