diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-03-16 19:39:06 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-03-16 19:39:06 +0800 |
commit | ae84037e94014abf3c8607fa4e98716ff6da6a67 (patch) | |
tree | 4dbdd0fbcb2d220c62fd6e24a835334be79fc000 | |
parent | ccb08fafc839261488352388b5e708e6a845f0c5 (diff) |
update to MarkupSafe-2.1.1 (#5025)
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | packages.ent | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 893484e9a..377738084 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,16 @@ --> <listitem> + <para>2022-03-16</para> + <itemizedlist> + <listitem> + <para>[xry111] - Update to MarkupSafe-2.1.1. Fixes + <ulink url="&lfs-ticket-root;5025">#5025</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2022-03-15</para> <itemizedlist> <listitem> diff --git a/packages.ent b/packages.ent index f24e61c75..04e3428b4 100644 --- a/packages.ent +++ b/packages.ent @@ -482,10 +482,10 @@ <!ENTITY man-pages-fin-du "33 MB"> <!ENTITY man-pages-fin-sbu "less than 0.1 SBU"> -<!ENTITY markupsafe-version "2.1.0"> +<!ENTITY markupsafe-version "2.1.1"> <!ENTITY markupsafe-size "20 KB"> <!ENTITY markupsafe-url "https://files.pythonhosted.org/packages/source/M/MarkupSafe/MarkupSafe-&markupsafe-version;.tar.gz"> -<!ENTITY markupsafe-md5 "1c3ef96104e89fc64f90e48194a4f154"> +<!ENTITY markupsafe-md5 "9809f9fdd98bc835b0c21aa8f79cbf30"> <!ENTITY markupsafe-home "https://palletsprojects.com/p/markupsafe/"> <!ENTITY markupsafe-fin-du "520 KB"> <!ENTITY markupsafe-fin-sbu "less than 0.1 SBU"> |