Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 vor 1 Jahr
..
markdown 4762b62e7d Publish DEPS for 106.0.5249.13 vor 1 Jahr
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 vor 1 Jahr
LICENSE.md 4762b62e7d Publish DEPS for 106.0.5249.13 vor 1 Jahr
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 vor 1 Jahr
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 vor 1 Jahr

README.chromium

Name: Python-Markdown
URL: https://files.pythonhosted.org/packages/49/02/37bd82ae255bb4dfef97a4b32d95906187b7a7a74970761fca1360c4ba22/Markdown-3.3.4.tar.gz
Version: 3.3.4
Revision: None
Security Critical: no
License: BSD
License File: NOT_SHIPPED

Description:

Python-Markdown is a pure Python parser for Markdown.

//tools/md_browser uses it to provide a local previewer for our
Markdown-based documentation.

This code is not considered security critical since it is only used by
developer utilities. This should never be linked into chrome or any production
code.

To update this, do something roughly along the lines of:

cd ..
wget $URL # A newer version of the above URL
tar xvzf Markdown-$VERSION.tar.gz
cd Markdown-$VERSION
rm -fr setup.py setup.cfg makefile MANIFEST.in PKG-INFO Markdown.egg-info \
pyproject.toml tests doc-requirements.txt docs mkdocs.yml INSTALL.md
cp ../README.chromium ./

# update the version numbers in README.chromium

cd ../
rm -fr markdown/
mv Markdown-$VERSION/* ./