Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a057565337 | |||
| 878e55cb58 | |||
| 4c2c23931e | |||
| de09774fe7 | |||
| 30d9794d38 | |||
| 6790c3aba4 | |||
| 1e2a1ef748 | |||
| 6f8d3193a6 |
BIN
mistune-3.0.2.tar.gz
(Stored with Git LFS)
BIN
mistune-3.0.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
mistune-3.1.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
mistune-3.1.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 7 13:36:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.1.3
|
||||||
|
* Announce support for python 3.12 and 3.13 - by @lepture (ff831)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 24 14:34:04 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.1.2
|
||||||
|
* plugin: Fix footnote plugins when rendering ast
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Update to 3.1.0:
|
||||||
|
* Add typing-extensions into dependencies - by @lepture (93fd1)
|
||||||
|
* Cleanup unused imports - by @lepture (6d046)
|
||||||
|
* Make typing-extension optional dependency - by @lepture (f7db5)
|
||||||
|
* Importing Self from typing_extensions - by @lepture (0772c)
|
||||||
|
* Only HTML-escape codespan in HTML render - by @mentalisttraceur (245c0)
|
||||||
|
* Only HTML-escape URLs when rendering to HTML - by @mentalisttraceur (f4237)
|
||||||
|
* Use correct importing for typing_extensions - by @lepture (4f91d)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 21 08:53:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Tue Nov 21 08:53:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package python-mistune
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%define modname mistune
|
%define modname mistune
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 3.0.2
|
Version: 3.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Markdown parser with renderers and plugins
|
Summary: Python Markdown parser with renderers and plugins
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -27,9 +27,13 @@ URL: https://github.com/lepture/mistune
|
|||||||
Source: https://github.com/lepture/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
|
Source: https://github.com/lepture/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module typing-extensions if %python-base < 3.11}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
%if "%{python_flavor}" < "python311"
|
||||||
|
Requires: python-typing_extensions
|
||||||
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Conflicts: python-mistune2 < %{version}
|
Conflicts: python-mistune2 < %{version}
|
||||||
Obsoletes: python-mistune2 < %{version}
|
Obsoletes: python-mistune2 < %{version}
|
||||||
|
|||||||
Reference in New Issue
Block a user