14
0

Accepting request 1245060 from home:glaubitz:branches:devel:languages:python

- Update to 3.1.1
  * Change attribute name from markdown to md in the Plugin class
  * Improve ruby plugin
  * Fix render_toc_url method for rendering empty iterable

OBS-URL: https://build.opensuse.org/request/show/1245060
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=57
This commit is contained in:
2025-02-11 13:40:52 +00:00
committed by Git OBS Bridge
parent 6f8d3193a6
commit 6790c3aba4
4 changed files with 12 additions and 4 deletions

View File

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

3
mistune-3.1.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 11 10:31:15 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.1.1
* Change attribute name from markdown to md in the Plugin class
* Improve ruby plugin
* Fix render_toc_url method for rendering empty iterable
-------------------------------------------------------------------
Wed Jan 8 15:56:07 UTC 2025 - Yunus Acar <yunus.acar@suse.com>

View File

@@ -19,7 +19,7 @@
%define modname mistune
%{?sle15_python_module_pythons}
Name: python-%{modname}
Version: 3.1.0
Version: 3.1.1
Release: 0
Summary: Python Markdown parser with renderers and plugins
License: BSD-3-Clause