Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 22e73dfd69 | |||
| 6a77f55045 | |||
| 8f823505e7 | |||
| 727cdf010f |
BIN
mistletoe-1.4.0.tar.gz
LFS
BIN
mistletoe-1.4.0.tar.gz
LFS
Binary file not shown.
3
mistletoe-1.5.0.tar.gz
Normal file
3
mistletoe-1.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1b18962fe471e05333a7ca542ed39726b6ede64be883be7a71e98202f9bbc907
|
||||||
|
size 117564
|
||||||
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 5 14:02:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.5.0
|
||||||
|
* LaTeXRenderer: Render thematic break on a new line (#224).
|
||||||
|
* LaTeXRenderer: Properly escape caret ("^") within raw text (#234).
|
||||||
|
* Incomplete configuration for tox and tests (#220, #221).
|
||||||
|
* Add types to __init__.py's markdown function (#251).
|
||||||
|
* Fix typos in the in-line documentation, while also resolving problems
|
||||||
|
within the docs folder (#226).
|
||||||
|
* Describe Document's constructor and how end-of-lines are treated (#64).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 21 09:35:22 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Convert to libalternatives on SLE-16-based and newer systems
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 23 20:46:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Wed Oct 23 20:46:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-mistletoe
|
# spec file for package python-mistletoe
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 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
|
||||||
@@ -16,9 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 1500
|
||||||
|
%bcond_without libalternatives
|
||||||
|
%else
|
||||||
|
%bcond_with libalternatives
|
||||||
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-mistletoe
|
Name: python-mistletoe
|
||||||
Version: 1.4.0
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Markdown parser in pure Python
|
Summary: A Markdown parser in pure Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -33,9 +38,14 @@ BuildRequires: dos2unix
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Recommends: python-Pygments
|
Recommends: python-Pygments
|
||||||
|
BuildArch: noarch
|
||||||
|
%if %{with libalternatives}
|
||||||
|
BuildRequires: alts
|
||||||
|
Requires: alts
|
||||||
|
%else
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -58,6 +68,9 @@ find . -type f -print0 | xargs -0 dos2unix --
|
|||||||
%check
|
%check
|
||||||
%pytest
|
%pytest
|
||||||
|
|
||||||
|
%pre
|
||||||
|
%python_libalternatives_reset_alternative mistletoe
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative mistletoe
|
%python_install_alternative mistletoe
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user