Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(395)

Side by Side Diff: mojo/public/third_party/markupsafe/README.chromium

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: MarkupSafe Python Safe String Class 1 Name: MarkupSafe Python Safe String Class
2 Short Name: markupsafe 2 Short Name: markupsafe
3 URL: https://github.com/mitsuhiko/markupsafe 3 URL: https://github.com/mitsuhiko/markupsafe
4 Version: 0.18 4 Version: 0.18
5 License: BSD 3-clause License 5 License: BSD 3-clause License
6 License File: NOT_SHIPPED 6 License File: NOT_SHIPPED
7 Security Critical: no 7 Security Critical: no
8 8
9 Description: 9 Description:
10 Safe string class, used by Jinja2 template engine. 10 Safe string class, used by Jinja2 template engine.
11 11
12 Source: 12 Source:
13 https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-0.18.tar.gz 13 https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-0.18.tar.gz
14 MD5: f8d252fd05371e51dec2fe9a36890687 14 MD5: f8d252fd05371e51dec2fe9a36890687
15 SHA-512: 0438ddf0fdab465c40d9afba8c14ad346be0868df654c11130d05e329992d456 15 SHA-512: 0438ddf0fdab465c40d9afba8c14ad346be0868df654c11130d05e329992d456
16 a9bc278551970cbd09244a29c77213885d0c363c951b0cfd4d9aa95b248ecff5 16 a9bc278551970cbd09244a29c77213885d0c363c951b0cfd4d9aa95b248ecff5
17 17
18 Local Modifications: 18 Local Modifications:
19 This only includes the markup directory from the tarball and the LICENSE and 19 This only includes the markup directory from the tarball and the LICENSE and
20 AUTHORS files, removing the unneeded unit tests (tests.py). 20 AUTHORS files, removing the unneeded unit tests (tests.py).
21 Also includes install script (get_markupsafe.sh) and files of hashes (MD5 is 21 Also includes install script (get_markupsafe.sh) and files of hashes (MD5 is
22 also posted on website, SHA-512 computed locally); script checks hash then 22 also posted on website, SHA-512 computed locally); script checks hash then
23 unpacks archive and installs desired files. 23 unpacks archive and installs desired files.
24 Retrieve or update by executing markupsafe/get_markupsafe.sh from third_party. 24 Retrieve or update by executing markupsafe/get_markupsafe.sh from third_party.
OLDNEW
« no previous file with comments | « mojo/public/third_party/markupsafe/OWNERS ('k') | mojo/public/third_party/markupsafe/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698