From 727cdf010fd7e557030890da54bcee4823ae4227fedf94fd886650b848c94efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 21 Aug 2025 09:37:57 +0000 Subject: [PATCH] - Convert to libalternatives on SLE-16-based and newer systems OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistletoe?expand=0&rev=10 --- .gitattributes | 23 +++++++++++ .gitignore | 1 + mistletoe-1.4.0.tar.gz | 3 ++ python-mistletoe.changes | 61 ++++++++++++++++++++++++++++ python-mistletoe.spec | 87 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 175 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 mistletoe-1.4.0.tar.gz create mode 100644 python-mistletoe.changes create mode 100644 python-mistletoe.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/mistletoe-1.4.0.tar.gz b/mistletoe-1.4.0.tar.gz new file mode 100644 index 0000000..934706e --- /dev/null +++ b/mistletoe-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f802ce999defcd71bb77e677362f13bf2a0656e29de7e29596e23528d1e39b3 +size 122220 diff --git a/python-mistletoe.changes b/python-mistletoe.changes new file mode 100644 index 0000000..2904d28 --- /dev/null +++ b/python-mistletoe.changes @@ -0,0 +1,61 @@ +------------------------------------------------------------------- +Thu Aug 21 09:35:22 UTC 2025 - Markéta Machová + +- Convert to libalternatives on SLE-16-based and newer systems + +------------------------------------------------------------------- +Wed Oct 23 20:46:31 UTC 2024 - Dirk Müller + +- update to 1.4.0: + * Add `parent` attribute/property (#71 via #206). + * `MarkdownRenderer`: Keep the original content spacing before + the list marker (#213 via #215). + * Bump build/CI scripts. + +------------------------------------------------------------------- +Wed Feb 7 19:39:13 UTC 2024 - Dirk Müller + +- update to 1.3.0: + * Add line numbers (`line_number` attribute) on all _block_ + tokens during parsing (#188). + * More thorough documentation and explanation of AST and tokens + in the Developer's Guide (within #188). + * `HtmlRenderer`: Option to skip HTML tokens parsing (#74 via + #204). Just pass `process_html_tokens=False` to the + renderer's constructor. + * `LaTeXRenderer`: Add AMS packages for Math (#207). + * `MarkdownRenderer`: Penultimate lines of multiline fragments + being ignored (#201). + * `MathJaxRenderer`: Output inline math (in: `$...$`) correctly + (out: `\(...\)`) (#195). + * Make local installation work again with pip 23.2 and above + * `MarkdownRenderer`: Keep the original content spacing after + the list marker (#196 via #197). + * The old behavior can be enforced by passing + `normalize_whitespace=True` to the renderer's constructor + * Provided you create `ListItem`'s tokens directly via its + constructor, you need to pass it a new parameter called + `indentation` (number of spaces before the item marker): + +------------------------------------------------------------------- +Thu Dec 14 09:57:00 UTC 2023 - Elisei Roca + +- Switch to Github for sources as they include all tests + +- Run dos2unix for E: wrong-script-end-of-line-encoding + +------------------------------------------------------------------- +Sun Dec 10 16:43:59 UTC 2023 - Elisei Roca + +- Update to version 1.2.1: + https://github.com/miyuchina/mistletoe/compare/v1.0.1...v1.2.1 + +------------------------------------------------------------------- +Sun Apr 30 08:43:29 UTC 2023 - Xu Zhao + +- Upgrade to 1.0.1. + +------------------------------------------------------------------- +Wed Jun 8 04:42:27 UTC 2022 - Xu Zhao + +- Initial version. v0.8.2. diff --git a/python-mistletoe.spec b/python-mistletoe.spec new file mode 100644 index 0000000..ff47df3 --- /dev/null +++ b/python-mistletoe.spec @@ -0,0 +1,87 @@ +# +# spec file for package python-mistletoe +# +# Copyright (c) 2025 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%if 0%{?suse_version} > 1500 +%bcond_without libalternatives +%else +%bcond_with libalternatives +%endif +%{?sle15_python_module_pythons} +Name: python-mistletoe +Version: 1.4.0 +Release: 0 +Summary: A Markdown parser in pure Python +License: MIT +URL: https://github.com/miyuchina/mistletoe +Source: https://github.com/miyuchina/mistletoe/archive/refs/tags/v%{version}.tar.gz#/mistletoe-%{version}.tar.gz +BuildRequires: %{python_module Pygments} +BuildRequires: %{python_module parameterized} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module wheel} +BuildRequires: dos2unix +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Recommends: python-Pygments +BuildArch: noarch +%if %{with libalternatives} +BuildRequires: alts +Requires: alts +%else +Requires(post): update-alternatives +Requires(postun): update-alternatives +%endif +%python_subpackages + +%description +A Markdown parser in pure Python, designed to be fast, +spec-compliant and fully customizable. + +%prep +%autosetup -p1 -n mistletoe-%{version} +sed -i 's,/usr/bin/env python,,' mistletoe/contrib/md2jira.py +find . -type f -print0 | xargs -0 dos2unix -- + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_clone -a %{buildroot}%{_bindir}/mistletoe +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%pytest + +%pre +%python_libalternatives_reset_alternative mistletoe + +%post +%python_install_alternative mistletoe + +%postun +%python_uninstall_alternative mistletoe + +%files %{python_files} +%doc README.md +%license LICENSE +%python_alternative %{_bindir}/mistletoe +%{python_sitelib}/mistletoe +%{python_sitelib}/mistletoe-%{version}.dist-info + +%changelog