Changeset 542ba6a9


Ignore:
Timestamp:
01/21/2023 10:17:16 AM (17 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
552f5ef6
Parents:
0f8b92e
git-author:
Pierre Labastie <pierre.labastie@…> (01/21/2023 08:47:44 AM)
git-committer:
Pierre Labastie <pierre.labastie@…> (01/21/2023 10:17:16 AM)
Message:

Update to MarkupSafe-2.1.2 (Python Module)

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules/markupsafe.xml

    r0f8b92e r542ba6a9  
    77  <!ENTITY MarkupSafe-download-http "&pymodules-dl;/M/MarkupSafe/MarkupSafe-&MarkupSafe-version;.tar.gz">
    88  <!ENTITY MarkupSafe-download-ftp  " ">
    9   <!ENTITY MarkupSafe-md5sum        "9809f9fdd98bc835b0c21aa8f79cbf30">
    10   <!ENTITY MarkupSafe-size          "20 KB">
    11   <!ENTITY MarkupSafe-buildsize     "360 KB">
    12   <!ENTITY MarkupSafe-time          "less than 0.1 SBU">
     9  <!ENTITY MarkupSafe-md5sum        "02f337b98aef11bd0fee9c5ae860173b">
     10  <!ENTITY MarkupSafe-size          "19 KB">
     11  <!ENTITY MarkupSafe-buildsize     "516 KB (add 108 KB for tests)">
     12  <!ENTITY MarkupSafe-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
     
    7373      </itemizedlist>
    7474
     75      <bridgehead renderas="sect4">MarkupSafe Dependencies</bridgehead>
     76
     77      <bridgehead renderas="sect5">Optional (for tests)</bridgehead>
     78      <para role="optional">
     79        <xref linkend="pytest"/>
     80      </para>
     81
     82
    7583      <para condition="html" role="usernotes">
    7684        User Notes: <ulink url="&blfs-wiki;/MarkupSafe"/>
     
    93101
    94102<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user markupsafe</userinput></screen>
     103
     104      <para>
     105        To test the installation, issue <command>pytest</command>.
     106      </para>
    95107
    96108    </sect3>
     
    115127          </seg>
    116128          <seg>
    117 
    118129            /usr/lib/python&python3-majorver;/site-packages/markupSafe and
    119130            /usr/lib/python&python3-majorver;/site-packages/MarkupSafe-&MarkupSafe-version;.dist-info
  • introduction/welcome/changelog.xml

    r0f8b92e r542ba6a9  
    3939    </listitem>
    4040    -->
    41    <listitem>
    42       <para>January 21th, 2023</para>
    43       <itemizedlist>
     41    <listitem>
     42      <para>January 21st, 2023</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[pierre] - Update to MarkupSafe-2.1.2 (Python Module). Fixes
     46          <ulink url="&blfs-ticket-root;17526">#17526</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[timtas] - Update to thunar-4.18.3. Fixes
     
    4852      </itemizedlist>
    4953    </listitem>
    50    <listitem>
     54
     55    <listitem>
    5156      <para>January 19th, 2023</para>
    5257      <itemizedlist>
     
    5762      </itemizedlist>
    5863    </listitem>
     64
    5965    <listitem>
    6066      <para>January 18th, 2023</para>
  • packages.ent

    r0f8b92e r542ba6a9  
    530530<!-- libxml2 for Python2 shares the version of libxml2 -->
    531531<!ENTITY lxml-version                 "4.9.2">
    532 <!ENTITY MarkupSafe-version           "2.1.1">
     532<!ENTITY MarkupSafe-version           "2.1.2">
    533533<!ENTITY Jinja2-version               "3.1.2">
    534534<!ENTITY mako-version                 "1.2.4">
Note: See TracChangeset for help on using the changeset viewer.