forked from pool/python-pymdown-extensions
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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:526ec3daa1b0d9b5403da0ae5534c6fec2cb121a965e0797c3bc4415fe22594b
|
|
||||||
size 1056472
|
|
3
pymdown-extensions-9.11.tar.gz
Normal file
3
pymdown-extensions-9.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a0b859f3326c48e3ad7712ee90fc7da4dfa7898a7c83fef386bdb462b3e3c371
|
||||||
|
size 1075986
|
@@ -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>
|
Fri Mar 17 07:29:00 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pymdown-extensions
|
Name: python-pymdown-extensions
|
||||||
Version: 9.10
|
Version: 9.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extension pack for Python Markdown
|
Summary: Extension pack for Python Markdown
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -28,12 +28,14 @@ BuildRequires: %{python_module hatchling}
|
|||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
# test requirements
|
# test requirements
|
||||||
BuildRequires: %{python_module PyYAML >= 3.10}
|
BuildRequires: %{python_module PyYAML >= 3.10}
|
||||||
BuildRequires: %{python_module Pygments}
|
BuildRequires: %{python_module Pygments >= 2.12}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
#
|
#
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Markdown >= 3.2
|
Requires: python-Markdown >= 3.2
|
||||||
|
Requires: python-PyYAML >= 3.10
|
||||||
|
Recommends: python-Pygments >= 2.12
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user