Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-CommonMark | Distribution: Fedora Project |
Version: 0.9.1 | Vendor: Fedora Project |
Release: 8.el9 | Build date: Tue Jun 14 19:10:43 2022 |
Group: Unspecified | Build host: buildvm-ppc64le-38.iad2.fedoraproject.org |
Size: 321289 | Source RPM: python-CommonMark-0.9.1-8.el9.src.rpm |
Packager: Fedora Project | |
Url: https://pypi.python.org/pypi/CommonMark | |
Summary: Documentation for python-CommonMark |
Pure 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).
BSD
* 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) * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.9.1-4 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat Jul 18 2020 Julien Enselme <jujens@jujens.eu> - 0.9.1-1 - Update to 0.9.1
/usr/lib/python3.9/site-packages/commonmark /usr/lib/python3.9/site-packages/commonmark-0.9.1-py3.9.egg-info /usr/lib/python3.9/site-packages/commonmark-0.9.1-py3.9.egg-info/PKG-INFO /usr/lib/python3.9/site-packages/commonmark-0.9.1-py3.9.egg-info/SOURCES.txt /usr/lib/python3.9/site-packages/commonmark-0.9.1-py3.9.egg-info/dependency_links.txt /usr/lib/python3.9/site-packages/commonmark-0.9.1-py3.9.egg-info/entry_points.txt /usr/lib/python3.9/site-packages/commonmark-0.9.1-py3.9.egg-info/requires.txt /usr/lib/python3.9/site-packages/commonmark-0.9.1-py3.9.egg-info/top_level.txt /usr/lib/python3.9/site-packages/commonmark/__init__.py /usr/lib/python3.9/site-packages/commonmark/__pycache__ /usr/lib/python3.9/site-packages/commonmark/__pycache__/__init__.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/__init__.cpython-39.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/blocks.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/blocks.cpython-39.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/cmark.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/cmark.cpython-39.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/common.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/common.cpython-39.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/dump.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/dump.cpython-39.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/entitytrans.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/entitytrans.cpython-39.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/inlines.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/inlines.cpython-39.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/main.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/main.cpython-39.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/node.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/node.cpython-39.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/normalize_reference.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/commonmark/__pycache__/normalize_reference.cpython-39.pyc /usr/lib/python3.9/site-packages/commonmark/blocks.py /usr/lib/python3.9/site-packages/commonmark/cmark.py /usr/lib/python3.9/site-packages/commonmark/common.py /usr/lib/python3.9/site-packages/commonmark/dump.py /usr/lib/python3.9/site-packages/commonmark/entitytrans.py /usr/lib/python3.9/site-packages/commonmark/inlines.py /usr/lib/python3.9/site-packages/commonmark/main.py /usr/lib/python3.9/site-packages/commonmark/node.py /usr/lib/python3.9/site-packages/commonmark/normalize_reference.py /usr/lib/python3.9/site-packages/commonmark/render /usr/lib/python3.9/site-packages/commonmark/render/__init__.py /usr/lib/python3.9/site-packages/commonmark/render/__pycache__ /usr/lib/python3.9/site-packages/commonmark/render/__pycache__/__init__.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/commonmark/render/__pycache__/__init__.cpython-39.pyc /usr/lib/python3.9/site-packages/commonmark/render/__pycache__/html.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/commonmark/render/__pycache__/html.cpython-39.pyc /usr/lib/python3.9/site-packages/commonmark/render/__pycache__/renderer.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/commonmark/render/__pycache__/renderer.cpython-39.pyc /usr/lib/python3.9/site-packages/commonmark/render/__pycache__/rst.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/commonmark/render/__pycache__/rst.cpython-39.pyc /usr/lib/python3.9/site-packages/commonmark/render/html.py /usr/lib/python3.9/site-packages/commonmark/render/renderer.py /usr/lib/python3.9/site-packages/commonmark/render/rst.py /usr/lib/python3.9/site-packages/commonmark/tests /usr/lib/python3.9/site-packages/commonmark/tests/__init__.py /usr/lib/python3.9/site-packages/commonmark/tests/__pycache__ /usr/lib/python3.9/site-packages/commonmark/tests/__pycache__/__init__.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/commonmark/tests/__pycache__/__init__.cpython-39.pyc /usr/lib/python3.9/site-packages/commonmark/tests/__pycache__/rst_tests.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/commonmark/tests/__pycache__/rst_tests.cpython-39.pyc /usr/lib/python3.9/site-packages/commonmark/tests/__pycache__/run_spec_tests.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/commonmark/tests/__pycache__/run_spec_tests.cpython-39.pyc /usr/lib/python3.9/site-packages/commonmark/tests/__pycache__/unit_tests.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/commonmark/tests/__pycache__/unit_tests.cpython-39.pyc /usr/lib/python3.9/site-packages/commonmark/tests/rst_tests.py /usr/lib/python3.9/site-packages/commonmark/tests/run_spec_tests.py /usr/lib/python3.9/site-packages/commonmark/tests/unit_tests.py /usr/share/licenses/python3-CommonMark /usr/share/licenses/python3-CommonMark/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Nov 4 05:45:26 2024