Accepting request 1069649 from home:sebix:branches:devel:languages:python
- update to version 2.2.0: - What's Changed: - UPGRADE: Allow linkify-it-py v2 - FIX: CVE-2023-26303, fix boo#1208974 - FIX: CLI crash on non-utf8 character - DOCS: Add section about markdown renderer - Update benchmark pkg versions OBS-URL: https://build.opensuse.org/request/show/1069649 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown-it-py?expand=0&rev=5
This commit is contained in:
parent
3a3c15350c
commit
612d05a593
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4c693b45d40759d1b3dd715c78a2e31ad95f42fb26657a115244509b12d9e66
|
||||
size 265858
|
BIN
python-markdown-it-py-2.2.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
python-markdown-it-py-2.2.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 6 13:33:26 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
- update to version 2.2.0:
|
||||
- What's Changed:
|
||||
- UPGRADE: Allow linkify-it-py v2
|
||||
- FIX: CVE-2023-26303, fix boo#1208974
|
||||
- FIX: CLI crash on non-utf8 character
|
||||
- DOCS: Add section about markdown renderer
|
||||
- Update benchmark pkg versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 08:05:47 UTC 2022 - Elisei Roca <eroca@mailbox.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-markdown-it-py
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,9 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-markdown-it-py
|
||||
Version: 2.1.0
|
||||
Version: 2.2.0
|
||||
Release: 0
|
||||
Summary: Python port of markdown-it Markdown parsing
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user