14
0

Accepting request 1082741 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1082741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymdown-extensions?expand=0&rev=2
This commit is contained in:
2023-04-25 14:42:59 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:526ec3daa1b0d9b5403da0ae5534c6fec2cb121a965e0797c3bc4415fe22594b
size 1056472

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0b859f3326c48e3ad7712ee90fc7da4dfa7898a7c83fef386bdb462b3e3c371
size 1075986

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Apr 24 12:19:08 UTC 2023 - Elisei Roca <eroca@mailbox.org>
- require python-PyYAML from requirements/project.txt
- recommend python-Pygments from requirements/extra.txt
- update to 9.11:
* NEW: Emoji: Update to new CDN and use Twemoji 14.1.2.
* NEW: Snippets: Ignore nested snippet section syntax when including a section.
-------------------------------------------------------------------
Fri Mar 17 07:29:00 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

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