forked from pool/python-mistune
Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b82241a9ed | |||
| e767a47fc1 | |||
| aee5e4b027 | |||
| 457432ab8b | |||
| 7d0e487cfe | |||
| 737295cf71 | |||
| 85057b7bdb | |||
| cdccd7a209 | |||
| 6a9f1414ce | |||
| 149abafccd |
BIN
mistune-3.1.3.tar.gz
(Stored with Git LFS)
BIN
mistune-3.1.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
mistune-3.1.4.tar.gz
Normal file
3
mistune-3.1.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3df702917becf54c1a26c39f44810dd408d7635806e28fb5ca7ef7b58512968f
|
||||
size 96480
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 18 12:57:41 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.1.4
|
||||
* Add fenced directive break rule in list parser, #412 - by @lepture in #412 (ea3ec)
|
||||
* Prevent remove unicode whitespace when parsing atx heading - by @lepture (9e720)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 7 13:36:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%define modname mistune
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-%{modname}
|
||||
Version: 3.1.3
|
||||
Version: 3.1.4
|
||||
Release: 0
|
||||
Summary: Python Markdown parser with renderers and plugins
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user