Click here to visit the old openkoji buildsystem (Archived)

Information for build python-CommonMark-0.9.1-15.fc41

ID15340
Package Namepython-CommonMark
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.9.1
Release15.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-CommonMark.git#c9a6d56b8765e5a73c4f01bf00fbf4109a54e4b5
SummaryPython parser for the CommonMark Markdown spec
DescriptionPure Python port of jgm’s stmd.js, a Markdown parser and renderer for the CommonMark specification, using only native modules. Once both this project and the CommonMark specification are stable we will release the first 1.0 version and attempt to keep up to date with changes in stmd.js. We are currently at the same development stage (actually a bit ahead because we have implemented HTML entity conversion and href URL escaping) as stmd.js. Since Python versions pre-3.4 use outdated (i.e. not HTML5 spec) entity conversion, I’ve converted the 3.4 implementation into a single file, entitytrans.py which so far seems to work (all tests pass on 2.7, 3.3, and 3.4).
Built bykojiadmin
State complete
Volume DEFAULT
StartedThu, 02 May 2024 15:57:01 CST
CompletedThu, 02 May 2024 16:05:21 CST
Taskbuild (f41, /rpms/python-CommonMark.git:c9a6d56b8765e5a73c4f01bf00fbf4109a54e4b5)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-CommonMark.git#c9a6d56b8765e5a73c4f01bf00fbf4109a54e4b5'}}
Tags
f41
RPMs
src
python-CommonMark-0.9.1-15.fc41.src.rpm (info) (download)
noarch
python-CommonMark-doc-0.9.1-15.fc41.noarch.rpm (info) (download)
python-CommonMark-utils-0.9.1-15.fc41.noarch.rpm (info) (download)
python3-CommonMark-0.9.1-15.fc41.noarch.rpm (info) (download)
Logs
noarch
state.log
hw_info.log
root.log
build.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 0.9.1-12 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.9.1-9 - Rebuilt for Python 3.11 * Tue May 31 2022 FeRD (Frank Dana) <ferdnyc@gmail.com> - 0.9.1-8 - Remove python-future requirement (only required in Python2) * Sat May 28 2022 FeRD (Frank Dana) <ferdnyc@gmail.com> - 0.9.1-7 - Split out command-line tool to -utils subpackage, rename 'commonmark' (bug 1958762)