Thu, 19 Sep 2024 02:01:14 UTC | login

Information for RPM python3-CommonMark-0.9.1-13.fc39.noarch.rpm

ID1041613
Namepython3-CommonMark
Version0.9.1
Release13.fc39
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 Time2023-07-21 06:59:16 GMT
Size132.70 KB
ccf3431442dede5bb6d0ce8b17acf3f8
LicenseBSD
Provides
python-CommonMark = 0.9.1-13.fc39
python3-CommonMark = 0.9.1-13.fc39
python3.12-CommonMark = 0.9.1-13.fc39
python3.12dist(commonmark) = 0.9.1
python3dist(commonmark) = 0.9.1
Obsoletes
python-CommonMark < 0.9.1-13.fc39
Conflicts No Conflicts
Requires
python(abi) = 3.12
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
python-CommonMark-utils = 0.9.1-13.fc39
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 69 >>>
Name ascending sort Size
/usr/lib/python3.12/site-packages/commonmark0.00 B
/usr/lib/python3.12/site-packages/commonmark-0.9.1-py3.12.egg-info0.00 B
/usr/lib/python3.12/site-packages/commonmark-0.9.1-py3.12.egg-info/PKG-INFO5.44 KB
/usr/lib/python3.12/site-packages/commonmark-0.9.1-py3.12.egg-info/SOURCES.txt748.00 B
/usr/lib/python3.12/site-packages/commonmark-0.9.1-py3.12.egg-info/dependency_links.txt1.00 B
/usr/lib/python3.12/site-packages/commonmark-0.9.1-py3.12.egg-info/entry_points.txt53.00 B
/usr/lib/python3.12/site-packages/commonmark-0.9.1-py3.12.egg-info/requires.txt81.00 B
/usr/lib/python3.12/site-packages/commonmark-0.9.1-py3.12.egg-info/top_level.txt11.00 B
/usr/lib/python3.12/site-packages/commonmark/__init__.py302.00 B
/usr/lib/python3.12/site-packages/commonmark/__pycache__0.00 B
/usr/lib/python3.12/site-packages/commonmark/__pycache__/__init__.cpython-312.opt-1.pyc531.00 B
/usr/lib/python3.12/site-packages/commonmark/__pycache__/__init__.cpython-312.pyc531.00 B
/usr/lib/python3.12/site-packages/commonmark/__pycache__/blocks.cpython-312.opt-1.pyc37.24 KB
/usr/lib/python3.12/site-packages/commonmark/__pycache__/blocks.cpython-312.pyc37.24 KB
/usr/lib/python3.12/site-packages/commonmark/__pycache__/cmark.cpython-312.opt-1.pyc2.43 KB
/usr/lib/python3.12/site-packages/commonmark/__pycache__/cmark.cpython-312.pyc2.43 KB
/usr/lib/python3.12/site-packages/commonmark/__pycache__/common.cpython-312.opt-1.pyc4.93 KB
/usr/lib/python3.12/site-packages/commonmark/__pycache__/common.cpython-312.pyc4.93 KB
/usr/lib/python3.12/site-packages/commonmark/__pycache__/dump.cpython-312.opt-1.pyc5.49 KB
/usr/lib/python3.12/site-packages/commonmark/__pycache__/dump.cpython-312.pyc5.49 KB
/usr/lib/python3.12/site-packages/commonmark/__pycache__/entitytrans.cpython-312.opt-1.pyc90.55 KB
/usr/lib/python3.12/site-packages/commonmark/__pycache__/entitytrans.cpython-312.pyc90.55 KB
/usr/lib/python3.12/site-packages/commonmark/__pycache__/inlines.cpython-312.opt-1.pyc31.32 KB
/usr/lib/python3.12/site-packages/commonmark/__pycache__/inlines.cpython-312.pyc31.32 KB
/usr/lib/python3.12/site-packages/commonmark/__pycache__/main.cpython-312.opt-1.pyc1.34 KB
/usr/lib/python3.12/site-packages/commonmark/__pycache__/main.cpython-312.pyc1.34 KB
/usr/lib/python3.12/site-packages/commonmark/__pycache__/node.cpython-312.opt-1.pyc6.89 KB
/usr/lib/python3.12/site-packages/commonmark/__pycache__/node.cpython-312.pyc6.89 KB
/usr/lib/python3.12/site-packages/commonmark/__pycache__/normalize_reference.cpython-312.opt-1.pyc7.14 KB
/usr/lib/python3.12/site-packages/commonmark/__pycache__/normalize_reference.cpython-312.pyc7.51 KB
/usr/lib/python3.12/site-packages/commonmark/blocks.py29.70 KB
/usr/lib/python3.12/site-packages/commonmark/cmark.py1.38 KB
/usr/lib/python3.12/site-packages/commonmark/common.py3.23 KB
/usr/lib/python3.12/site-packages/commonmark/dump.py3.56 KB
/usr/lib/python3.12/site-packages/commonmark/entitytrans.py60.11 KB
/usr/lib/python3.12/site-packages/commonmark/inlines.py30.26 KB
/usr/lib/python3.12/site-packages/commonmark/main.py1.24 KB
/usr/lib/python3.12/site-packages/commonmark/node.py4.51 KB
/usr/lib/python3.12/site-packages/commonmark/normalize_reference.py6.24 KB
/usr/lib/python3.12/site-packages/commonmark/render0.00 B
/usr/lib/python3.12/site-packages/commonmark/render/__init__.py0.00 B
/usr/lib/python3.12/site-packages/commonmark/render/__pycache__0.00 B
/usr/lib/python3.12/site-packages/commonmark/render/__pycache__/__init__.cpython-312.opt-1.pyc160.00 B
/usr/lib/python3.12/site-packages/commonmark/render/__pycache__/__init__.cpython-312.pyc160.00 B
/usr/lib/python3.12/site-packages/commonmark/render/__pycache__/html.cpython-312.opt-1.pyc11.51 KB
/usr/lib/python3.12/site-packages/commonmark/render/__pycache__/html.cpython-312.pyc11.51 KB
/usr/lib/python3.12/site-packages/commonmark/render/__pycache__/renderer.cpython-312.opt-1.pyc1.95 KB
/usr/lib/python3.12/site-packages/commonmark/render/__pycache__/renderer.cpython-312.pyc1.95 KB
/usr/lib/python3.12/site-packages/commonmark/render/__pycache__/rst.cpython-312.opt-1.pyc6.77 KB
/usr/lib/python3.12/site-packages/commonmark/render/__pycache__/rst.cpython-312.pyc6.77 KB
Component of
1 through 40 of 40
Buildroot descending sort Created State
f40-build-781457-131566 2024-02-25 19:28:32 expired
f40-build-775822-128453 2024-01-23 12:00:55 expired
f40-build-773500-127198 2024-01-10 16:40:43 expired
f40-build-771703-125981 2024-01-04 14:51:02 expired
f40-build-769741-125732 2023-12-31 19:51:28 expired
f40-build-768591-125346 2023-12-29 19:46:10 expired
f40-build-764818-123130 2023-12-19 08:44:56 expired
f40-build-760108-120716 2023-12-12 08:10:12 expired
f40-build-756493-118770 2023-12-06 22:01:01 expired
f40-build-754573-117614 2023-12-05 05:43:14 expired
f40-build-753567-117335 2023-12-04 06:14:35 expired
f40-build-753503-117049 2023-12-04 05:20:11 expired
f40-build-753258-117184 2023-12-03 17:59:21 expired
f40-build-752890-116991 2023-12-03 12:25:41 expired
f40-build-749589-114436 2023-11-28 04:58:27 expired
f40-build-747822-113468 2023-11-25 16:05:27 expired
f40-build-746949-112860 2023-11-23 13:59:15 expired
f40-build-740969-109868 2023-11-15 04:39:25 expired
f40-build-740929-109868 2023-11-14 19:08:21 expired
f40-build-738383-107894 2023-11-09 14:58:47 expired
f40-build-738278-107798 2023-11-09 12:01:19 expired
f40-build-737142-106925 2023-11-07 21:52:43 expired
f40-build-736613-106647 2023-11-07 10:17:03 expired
f40-build-736612-106647 2023-11-07 10:16:05 expired
f40-build-736586-106641 2023-11-07 09:24:12 expired
f40-build-736484-106638 2023-11-07 08:30:53 expired
f40-build-735975-106536 2023-11-06 13:41:18 expired
f40-build-735934-106498 2023-11-06 10:46:36 expired
f40-build-735692-106488 2023-11-06 08:08:59 expired
f40-build-735681-106488 2023-11-06 07:25:51 expired
f40-build-735569-106476 2023-11-05 14:07:17 expired
f40-build-735325-106406 2023-11-04 15:05:07 expired
f40-build-735277-106334 2023-11-04 13:11:43 expired
f40-build-735262-106332 2023-11-04 12:28:35 expired
f40-build-735259-106332 2023-11-04 11:45:40 expired
f40-build-735209-106262 2023-11-03 08:58:07 expired
f40-build-735180-106236 2023-11-03 05:41:45 expired
f40-build-734856-106178 2023-11-02 10:41:34 expired
f40-build-734565-106044 2023-11-01 05:35:04 expired
f40-build-734083-105769 2023-10-31 11:01:59 expired