- Add cmark-gfm-13.patch to update cmark to 0.29.0.gfm.13

(gh#theacodes/cmarkgfm#63, bsc#1213317, CVE-2023-37463)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmarkgfm?expand=0&rev=14
This commit is contained in:
Daniel Garcia 2023-08-14 07:43:11 +00:00 committed by Git OBS Bridge
parent 49073f912c
commit 12cd5f723e
3 changed files with 26750 additions and 1 deletions

26742
cmark-gfm-13.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 14 07:36:03 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Add cmark-gfm-13.patch to update cmark to 0.29.0.gfm.13
(gh#theacodes/cmarkgfm#63, bsc#1213317, CVE-2023-37463)
-------------------------------------------------------------------
Fri Apr 21 12:23:22 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-cmarkgfm
Version: 2022.10.27
@ -26,6 +25,8 @@ License: MIT
Group: Development/Languages/Python
URL: https://github.com/jonparrott/cmarkgfm
Source: https://files.pythonhosted.org/packages/source/c/cmarkgfm/cmarkgfm-%{version}.tar.gz
# PATCH-FIX-UPSTREAM cmark-gfm-13.patch gh#theacodes/cmarkgfm#63
Patch0: cmark-gfm-13.patch
BuildRequires: %{python_module cffi >= 1.0.0}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}