1 Star 0 Fork 8

roy/python-markdown-exec

forked from src-openEuler/python-markdown-exec
关闭
 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-markdown-exec.spec 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
大漠行舟 提交于 2025-04-07 10:56 +08:00 . Update package with version 1.10.3
%global pypi_name markdown-exec
%global source_name markdown_exec
Name: python-%{pypi_name}
Version: 1.10.3
Release: 1
Summary: Utilities to execute code blocks in Markdown files.
License: ISC
URL: https://github.com/pawamoy/markdown-exec
Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
BuildRequires: python3-pdm-backend
%description
Utilities to execute code blocks in Markdown files.
%package -n python3-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}
Utilities to execute code blocks in Markdown files.
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md
%{python3_sitelib}/markdown_exec*
%changelog
* Mon Apr 07 2025 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 1.10.3-1
- Update package with version 1.10.3
Also escape strings printed directly to the output
Don't forget to clear "Initializing" in Pyodide output
Escape Pyodide output, improve error handling
Add lower bound to pygments-ansi-color extra
Fix emoji display in pyodide fence for themes other than Material
Drop support for Python 3.8
* Wed Oct 30 2024 liudy <liudingyao@kylinos.cn> - 1.9.3-1
- Update version to 1.9.3
- Fix patching lines in tracebacks on Python 3.13
* Tue Mar 5 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 1.8.0-1
- Update package with version 1.8.0
Add pyodide fence
Add ansi option to mark ANSI extra as required or not
Set MKDOCS_CONFIG_DIR environment variable to build file path relative to it
* Wed Aug 30 2023 luolu12 <luluoc@isoftstone.com> - 1.6.0-1
- Initial package.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/roygiteee/python-markdown-exec.git
git@gitee.com:roygiteee/python-markdown-exec.git
roygiteee
python-markdown-exec
python-markdown-exec
master

搜索帮助