Sat, 27 Apr 2024 01:08:08 UTC | login

Information for build python-CommonMark-0.7.2-4.el7

ID17139
Package Namepython-CommonMark
Version0.7.2
Release4.el7
Epoch
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 bymrunge
State complete
Volume DEFAULT
StartedWed, 10 May 2017 07:20:39 UTC
CompletedWed, 10 May 2017 07:22:46 UTC
Taskbuild (opstools7-common-el7, python-CommonMark-0.7.2-4.el7.src.rpm)
Tags
opstools7-common-candidate
opstools7-common-testing
RPMs
src
python-CommonMark-0.7.2-4.el7.src.rpm (info) (download)
noarch
python-CommonMark-doc-0.7.2-4.el7.noarch.rpm (info) (download)
python2-CommonMark-0.7.2-4.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Wed May 10 2017 Matthias Runge <mrunge@redhat.com> - 0.7.2-5 - fix build on centos * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.7.2-3 - Rebuild for Python 3.6 * Sun Sep 18 2016 Julien Enselme <jujens@jujens.eu> - 0.7.2-2 - Correct encodings in tests * Sun Sep 18 2016 Julien Enselme <jujens@jujens.eu> - 0.7.2-1 - Update to 0.7.2 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sat Dec 05 2015 Julien Enselme <jujens@jujens.eu> - 0.5.4-3 - Use only one doc package. - Use %summary to avoid summary repetition. - Use %__python3 macro to fix shebang. * Fri Dec 04 2015 Julien Enselme <jujens@jujens.eu> - 0.5.4-2 - Correct shebang of cmark.py (/usr/bin/python2 -> /usr/bin/python3) - Add doc packages. * Fri Dec 04 2015 Julien Enselme <jujens@jujens.eu> - 0.5.4-1 - Inital package