Sun, 07 Jul 2024 14:57:15 UTC | login

Information for RPM python3-CommonMark-0.9.0-5.fc32.noarch.rpm

ID538367
Namepython3-CommonMark
Version0.9.0
Release5.fc32
Epoch
Archnoarch
SummaryDocumentation for python-CommonMark
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).
Build Time2020-01-30 10:20:52 GMT
Size104.51 KB
766ffe39acd1dadad5d46ed8c1ca9e38
LicenseBSD
Provides
python-CommonMark = 0.9.0-5.fc32
python3-CommonMark = 0.9.0-5.fc32
python3.8dist(commonmark) = 0.9
python3dist(commonmark) = 0.9
Obsoletes
python-CommonMark < 0.9.0-5.fc32
Conflicts No Conflicts
Requires
/usr/bin/python3
python(abi) = 3.8
python3-future
python3.8dist(future)
python3.8dist(setuptools)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
Recommends No Recommends
Suggests
python-CommonMark-doc
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 70 >>>
Name ascending sort Size
/usr/bin/cmark387.00 B
/usr/lib/python3.8/site-packages/commonmark0.00 B
/usr/lib/python3.8/site-packages/commonmark-0.9.0-py3.8.egg-info0.00 B
/usr/lib/python3.8/site-packages/commonmark-0.9.0-py3.8.egg-info/PKG-INFO6.52 KB
/usr/lib/python3.8/site-packages/commonmark-0.9.0-py3.8.egg-info/SOURCES.txt735.00 B
/usr/lib/python3.8/site-packages/commonmark-0.9.0-py3.8.egg-info/dependency_links.txt1.00 B
/usr/lib/python3.8/site-packages/commonmark-0.9.0-py3.8.egg-info/entry_points.txt49.00 B
/usr/lib/python3.8/site-packages/commonmark-0.9.0-py3.8.egg-info/requires.txt48.00 B
/usr/lib/python3.8/site-packages/commonmark-0.9.0-py3.8.egg-info/top_level.txt11.00 B
/usr/lib/python3.8/site-packages/commonmark/__init__.py302.00 B
/usr/lib/python3.8/site-packages/commonmark/__pycache__0.00 B
/usr/lib/python3.8/site-packages/commonmark/__pycache__/__init__.cpython-38.opt-1.pyc516.00 B
/usr/lib/python3.8/site-packages/commonmark/__pycache__/__init__.cpython-38.pyc516.00 B
/usr/lib/python3.8/site-packages/commonmark/__pycache__/blocks.cpython-38.opt-1.pyc20.70 KB
/usr/lib/python3.8/site-packages/commonmark/__pycache__/blocks.cpython-38.pyc20.70 KB
/usr/lib/python3.8/site-packages/commonmark/__pycache__/cmark.cpython-38.opt-1.pyc1.31 KB
/usr/lib/python3.8/site-packages/commonmark/__pycache__/cmark.cpython-38.pyc1.31 KB
/usr/lib/python3.8/site-packages/commonmark/__pycache__/common.cpython-38.opt-1.pyc3.13 KB
/usr/lib/python3.8/site-packages/commonmark/__pycache__/common.cpython-38.pyc3.13 KB
/usr/lib/python3.8/site-packages/commonmark/__pycache__/dump.cpython-38.opt-1.pyc2.63 KB
/usr/lib/python3.8/site-packages/commonmark/__pycache__/dump.cpython-38.pyc2.63 KB
/usr/lib/python3.8/site-packages/commonmark/__pycache__/entitytrans.cpython-38.opt-1.pyc47.92 KB
/usr/lib/python3.8/site-packages/commonmark/__pycache__/entitytrans.cpython-38.pyc47.92 KB
/usr/lib/python3.8/site-packages/commonmark/__pycache__/inlines.cpython-38.opt-1.pyc18.43 KB
/usr/lib/python3.8/site-packages/commonmark/__pycache__/inlines.cpython-38.pyc18.43 KB
/usr/lib/python3.8/site-packages/commonmark/__pycache__/main.cpython-38.opt-1.pyc1.05 KB
/usr/lib/python3.8/site-packages/commonmark/__pycache__/main.cpython-38.pyc1.05 KB
/usr/lib/python3.8/site-packages/commonmark/__pycache__/node.cpython-38.opt-1.pyc4.26 KB
/usr/lib/python3.8/site-packages/commonmark/__pycache__/node.cpython-38.pyc4.26 KB
/usr/lib/python3.8/site-packages/commonmark/__pycache__/normalize_reference.cpython-38.opt-1.pyc5.07 KB
/usr/lib/python3.8/site-packages/commonmark/__pycache__/normalize_reference.cpython-38.pyc5.33 KB
/usr/lib/python3.8/site-packages/commonmark/blocks.py29.70 KB
/usr/lib/python3.8/site-packages/commonmark/cmark.py1.38 KB
/usr/lib/python3.8/site-packages/commonmark/common.py3.23 KB
/usr/lib/python3.8/site-packages/commonmark/dump.py3.56 KB
/usr/lib/python3.8/site-packages/commonmark/entitytrans.py60.11 KB
/usr/lib/python3.8/site-packages/commonmark/inlines.py30.26 KB
/usr/lib/python3.8/site-packages/commonmark/main.py1.24 KB
/usr/lib/python3.8/site-packages/commonmark/node.py4.51 KB
/usr/lib/python3.8/site-packages/commonmark/normalize_reference.py6.24 KB
/usr/lib/python3.8/site-packages/commonmark/render0.00 B
/usr/lib/python3.8/site-packages/commonmark/render/__init__.py0.00 B
/usr/lib/python3.8/site-packages/commonmark/render/__pycache__0.00 B
/usr/lib/python3.8/site-packages/commonmark/render/__pycache__/__init__.cpython-38.opt-1.pyc153.00 B
/usr/lib/python3.8/site-packages/commonmark/render/__pycache__/__init__.cpython-38.pyc153.00 B
/usr/lib/python3.8/site-packages/commonmark/render/__pycache__/html.cpython-38.opt-1.pyc6.46 KB
/usr/lib/python3.8/site-packages/commonmark/render/__pycache__/html.cpython-38.pyc6.46 KB
/usr/lib/python3.8/site-packages/commonmark/render/__pycache__/renderer.cpython-38.opt-1.pyc1.50 KB
/usr/lib/python3.8/site-packages/commonmark/render/__pycache__/renderer.cpython-38.pyc1.50 KB
/usr/lib/python3.8/site-packages/commonmark/render/__pycache__/rst.cpython-38.opt-1.pyc4.67 KB
Component of
1 through 29 of 29
Buildroot descending sort Created State
f33-build-223036-48451 2020-05-10 18:25:59 expired
f33-build-217705-48451 2020-05-10 09:06:49 expired
f33-build-216253-48451 2020-05-10 06:25:05 expired
f33-build-215557-48441 2020-05-10 05:09:21 expired
f33-build-213943-48419 2020-05-09 23:09:38 expired
f33-build-212519-48409 2020-05-09 20:42:07 expired
f33-build-210191-48389 2020-05-09 16:49:09 expired
f33-build-206043-48306 2020-05-09 08:07:27 expired
f33-build-203828-48201 2020-05-08 18:02:32 expired
f33-build-201245-48056 2020-05-08 12:44:20 expired
f33-build-198951-47892 2020-05-08 07:49:03 expired
f33-build-194900-47161 2020-05-07 09:02:35 expired
f33-build-179899-45118 2020-04-16 13:39:56 expired
f33-build-173462-44178 2020-04-08 15:34:28 expired
f33-build-165195-43476 2020-03-31 15:12:49 expired
f33-build-165186-43476 2020-03-31 15:11:48 expired
f33-build-159248-43409 2020-03-30 11:44:09 expired
f33-build-158814-43403 2020-03-30 10:56:51 expired
f33-build-157534-43395 2020-03-30 08:41:05 expired
f33-build-157520-43395 2020-03-30 08:40:03 expired
f33-build-151552-43278 2020-03-29 21:22:31 expired
f33-build-151536-43278 2020-03-29 21:20:24 expired
f33-build-144952-42917 2020-03-29 09:22:57 expired
f33-build-144936-42917 2020-03-29 09:20:52 expired
f33-build-140993-42535 2020-03-28 22:45:41 expired
f33-build-140980-42530 2020-03-28 22:44:33 expired
f33-build-131319-40988 2020-03-27 23:44:22 expired
f33-build-129063-40577 2020-03-27 18:01:08 expired
f33-build-129062-40577 2020-03-27 18:00:46 expired