Changeset 9d43379c


Ignore:
Timestamp:
11/15/2021 06:49:33 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8f2f5a3
Parents:
a6825d50
Message:

Package updates.
Update to asciidoc-10.0.2 (python module).
Update to Jinja2-3.0.3 (python module).
Update to lxml-4.6.4 (python module).
Update to fribidi-1.0.11.

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/fribidi.xml

    ra6825d50 r9d43379c  
    77  <!ENTITY fribidi-download-http "https://github.com/fribidi/fribidi/releases/download/v&fribidi-version;/fribidi-&fribidi-version;.tar.xz">
    88  <!ENTITY fribidi-download-ftp  " ">
    9   <!ENTITY fribidi-md5sum        "1b767c259c3cd8e0c8496970f63c22dc">
    10   <!ENTITY fribidi-size          "1.1 MB">
    11   <!ENTITY fribidi-buildsize     "21 MB">
    12   <!ENTITY fribidi-time          "less than 0.1 SBU">
     9  <!ENTITY fribidi-md5sum        "06bb29553bb0529fb38648185f2553b0">
     10  <!ENTITY fribidi-size          "1.0 MB">
     11  <!ENTITY fribidi-buildsize     "22 MB (with tests)">
     12  <!ENTITY fribidi-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
  • general/prog/asciidoc.xml

    ra6825d50 r9d43379c  
    77  <!ENTITY asciidoc-download-http "https://files.pythonhosted.org/packages/source/a/asciidoc/asciidoc-&asciidoc-version;.tar.gz">
    88  <!ENTITY asciidoc-download-ftp  " ">
    9   <!ENTITY asciidoc-md5sum        "bc6b3f07586aacbda1c88fccbdc6cfc5">
    10   <!ENTITY asciidoc-size          "209 KB">
    11   <!ENTITY asciidoc-buildsize     "4.0 MB">
     9  <!ENTITY asciidoc-md5sum        "ff3f8722e1dbfd0ea76c2ccc8a76b74d">
     10  <!ENTITY asciidoc-size          "212 KB">
     11  <!ENTITY asciidoc-buildsize     "2.7 MB">
    1212  <!ENTITY asciidoc-time          "less than 0.1 SBU">
    1313]>
  • general/prog/jinja2.xml

    ra6825d50 r9d43379c  
    77  <!ENTITY Jinja2-download-http "&pymodules-dl;/J/Jinja2/Jinja2-&Jinja2-version;.tar.gz">
    88  <!ENTITY Jinja2-download-ftp  " ">
    9   <!ENTITY Jinja2-md5sum        "059f89375d7ea60eb7013f341f0b89e7">
     9  <!ENTITY Jinja2-md5sum        "b76ae2f0647abebc81e7c03f5fb7b00f">
    1010  <!ENTITY Jinja2-size          "264 KB">
    1111  <!ENTITY Jinja2-buildsize     "2.3 MB">
  • general/prog/lxml.xml

    ra6825d50 r9d43379c  
    77  <!ENTITY lxml-download-http "&pymodules-dl;/l/lxml/lxml-&lxml-version;.tar.gz">
    88  <!ENTITY lxml-download-ftp  " ">
    9   <!ENTITY lxml-md5sum        "017f94473dcec0f9b2e9b03524398fa5">
     9  <!ENTITY lxml-md5sum        "1e5354ce400123658b9e1079508fca52">
    1010  <!ENTITY lxml-size          "3.0 MB">
    11   <!ENTITY lxml-buildsize     "204 MB (add 29 MB for tests)">
    12   <!ENTITY lxml-time          "1.6 SBU (add 0.6 SBU for tests)">
     11  <!ENTITY lxml-buildsize     "77 MB (add 21 MB for tests)">
     12  <!ENTITY lxml-time          "0.9 SBU (add 0.6 SBU for tests)">
    1313]>
    1414
     
    7373        <xref linkend="libxslt"/>
    7474      </para>
    75 
     75<!--
    7676      <bridgehead renderas="sect5">Recommended</bridgehead>
    7777      <para role="recommended">
    7878        <xref linkend="python2"/>
    7979      </para>
    80 
     80-->
    8181      <bridgehead renderas="sect5">Optional (to run more tests)</bridgehead>
    8282      <para role="optional">
     
    9393    <sect3 role="installation">
    9494      <title>Installation of lxml</title>
    95 
     95<!--
    9696      <note>
    9797        <para>
     
    101101        </para>
    102102      </note>
    103 
     103-->
    104104<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
    105105
    106106      <para>
    107         To build both <application>Python 2</application> and
    108         <application>Python 3</application> modules, run:
     107        To build <!--both <application>Python 2</application> and --> the
     108        <application>Python 3</application> module, run:
    109109      </para>
    110110
    111 <screen><userinput>python2 setup.py build &amp;&amp;
    112 python3 setup.py build</userinput></screen>
     111<screen><userinput>python3 setup.py build</userinput></screen>
    113112
    114113     <para>
    115114       If you wish to run the tests, enter:
    116        <command>make PYTHON=python2 test</command> and
    117115       <command>make PYTHON=python3 test</command>.
    118116       This will rebuild the package for inplace use before running the tests.
     117       Several tests (28 of 1933) are known to fail with Python-3.10.
    119118     </para>
    120119
    121120      <para>
    122         To install both modules, issue the following commands as the
     121        To install the module, issue the following command as the
    123122        <systemitem class="username">root</systemitem> user:
    124123      </para>
    125124
    126 <screen role="root"><userinput>python2 setup.py install --optimize=1 &amp;&amp;
    127 python3 setup.py install --optimize=1</userinput></screen>
     125<screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
    128126
    129127    </sect3>
     
    145143          </seg>
    146144          <seg>
    147             /usr/lib/python&python2-majorver;/site-packages/lxml,
     145<!--            /usr/lib/python&python2-majorver;/site-packages/lxml,
    148146            /usr/lib/python&python2-majorver;/site-packages/lxml-&lxml-version;-py&python2-majorver;-linux-$ARCH.egg-info
    149             and/or
     147            and/or -->
    150148            /usr/lib/python&python3-majorver;/site-packages/lxml,
    151149            /usr/lib/python&python3-majorver;/site-packages/lxml-&lxml-version;-py&python3-majorver;-linux-$ARCH.egg-info
  • introduction/welcome/changelog.xml

    ra6825d50 r9d43379c  
    4343    -->
    4444    <listitem>
     45      <para>November 15th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to asciidoc-10.0.2 (python module). Fixes
     49          <ulink url="&blfs-ticket-root;15751">#15751</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to Jinja2-3.0.3 (python module). Fixes
     53          <ulink url="&blfs-ticket-root;15741">#15741</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to lxml-4.6.4 (python module). Fixes
     57          <ulink url="&blfs-ticket-root;15726">#15726</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[bdubbs] - Update to fribidi-1.0.11. Fixes
     61          <ulink url="&blfs-ticket-root;15715">#15715</ulink>.</para>
     62        </listitem>
     63      </itemizedlist>
     64    </listitem>
     65
     66    <listitem>
    4567      <para>November 14th, 2021</para>
    4668      <itemizedlist>
  • packages.ent

    ra6825d50 r9d43379c  
    207207<!ENTITY freetype2-version            "2.11.0">
    208208<!ENTITY fontconfig-version           "2.13.1">  <!-- stable lt .90 micro version -->
    209 <!ENTITY fribidi-version              "1.0.9">
     209<!ENTITY fribidi-version              "1.0.11">
    210210<!ENTITY gegl-version                 "0.4.32">
    211211<!ENTITY giflib-version               "5.2.1">
     
    557557<!-- Python module versions used in the Python Modules instructions -->
    558558<!-- <!ENTITY Beaker-version               "1.10.0"> -->
    559 <!ENTITY asciidoc-version             "10.0.1">
     559<!ENTITY asciidoc-version             "10.0.2">
    560560<!ENTITY docutils-version             "0.18">
    561561<!ENTITY dbus-python-version          "1.2.18">
     
    563563<!-- <!ENTITY funcsigs-version             "1.0.2"> -->
    564564<!ENTITY decorator-version            "5.0.9">
    565 <!ENTITY Jinja2-version               "3.0.2">
     565<!ENTITY Jinja2-version               "3.0.3">
    566566<!-- libxml2 for Python2 shares the version of libxml2 -->
    567 <!ENTITY lxml-version                 "4.6.3">
     567<!ENTITY lxml-version                 "4.6.4">
    568568<!ENTITY mako-version                 "1.1.5">
    569569<!ENTITY MarkupSafe-version           "2.0.1">
Note: See TracChangeset for help on using the changeset viewer.