[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Проект python-CommonMark-0.9.1-8.el9

Имя python-CommonMark
Эпоха 0
Версия 0.9.1
Релиз 8.el9
Сайт https://pypi.python.org/pypi/CommonMark
Лицензия BSD
Время сборки 2024-02-12 20:55:53
Хост сборки builder-x86-03.inferitos.ru
Краткое описание Python parser for the CommonMark Markdown spec
Репозитории Extras
Полное описание 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).
Эррата
× Full screenshot
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
noarch
python-CommonMark-doc-0.9.1-8.el9.noarch Documentation for python-CommonMark 2d17c91f71d7d113f611cc959cb6a06021860882d2f07fd6c91cb61af4496103 download
python-CommonMark-utils-0.9.1-8.el9.noarch Command-line tools built using python-CommonMark 937966647b76fb8ef30cd78ae74b3f26cbab837f296d517872401b29fab687cb download
python3-CommonMark-0.9.1-8.el9.noarch Documentation for python-CommonMark 6f25d6513c2480eb0d285a4503aa37f58c5103dda912935d2cc9ff42d733c893 download
src
python-CommonMark-0.9.1-8.el9.src Python parser for the CommonMark Markdown spec 1f340540598e3a60683e555f2af522a804bcaca8fc607ddb35c580292a12c85d download
История изменений link
* Mon Feb 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.9.1-8
- Rebuilt for MSVSphere 9.3

* 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)