14
0

Accepting request 1082525 from home:eroca:python

Update to 9.11
Require python-PyYAML from requirements/project.txt
Recommend python-Pygments from requirements/extra.txt

OBS-URL: https://build.opensuse.org/request/show/1082525
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=4
This commit is contained in:
2023-04-25 11:43:55 +00:00
committed by Git OBS Bridge
parent bf0569f44e
commit 186da2f2d9
4 changed files with 17 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
Name: python-pymdown-extensions
Version: 9.10
Version: 9.11
Release: 0
Summary: Extension pack for Python Markdown
License: MIT
@@ -28,12 +28,14 @@ BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
# test requirements
BuildRequires: %{python_module PyYAML >= 3.10}
BuildRequires: %{python_module Pygments}
BuildRequires: %{python_module Pygments >= 2.12}
BuildRequires: %{python_module pytest}
#
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Markdown >= 3.2
Requires: python-PyYAML >= 3.10
Recommends: python-Pygments >= 2.12
BuildArch: noarch
%python_subpackages