Changeset 9d43379c
- Timestamp:
- 11/15/2021 06:49:33 PM (3 years ago)
- Branches:
- 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8f2f5a3
- Parents:
- a6825d50
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/fribidi.xml
ra6825d50 r9d43379c 7 7 <!ENTITY fribidi-download-http "https://github.com/fribidi/fribidi/releases/download/v&fribidi-version;/fribidi-&fribidi-version;.tar.xz"> 8 8 <!ENTITY fribidi-download-ftp " "> 9 <!ENTITY fribidi-md5sum " 1b767c259c3cd8e0c8496970f63c22dc">10 <!ENTITY fribidi-size "1. 1MB">11 <!ENTITY fribidi-buildsize "2 1 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)"> 13 13 ]> 14 14 -
general/prog/asciidoc.xml
ra6825d50 r9d43379c 7 7 <!ENTITY asciidoc-download-http "https://files.pythonhosted.org/packages/source/a/asciidoc/asciidoc-&asciidoc-version;.tar.gz"> 8 8 <!ENTITY asciidoc-download-ftp " "> 9 <!ENTITY asciidoc-md5sum " bc6b3f07586aacbda1c88fccbdc6cfc5">10 <!ENTITY asciidoc-size "2 09KB">11 <!ENTITY asciidoc-buildsize " 4.0MB">9 <!ENTITY asciidoc-md5sum "ff3f8722e1dbfd0ea76c2ccc8a76b74d"> 10 <!ENTITY asciidoc-size "212 KB"> 11 <!ENTITY asciidoc-buildsize "2.7 MB"> 12 12 <!ENTITY asciidoc-time "less than 0.1 SBU"> 13 13 ]> -
general/prog/jinja2.xml
ra6825d50 r9d43379c 7 7 <!ENTITY Jinja2-download-http "&pymodules-dl;/J/Jinja2/Jinja2-&Jinja2-version;.tar.gz"> 8 8 <!ENTITY Jinja2-download-ftp " "> 9 <!ENTITY Jinja2-md5sum " 059f89375d7ea60eb7013f341f0b89e7">9 <!ENTITY Jinja2-md5sum "b76ae2f0647abebc81e7c03f5fb7b00f"> 10 10 <!ENTITY Jinja2-size "264 KB"> 11 11 <!ENTITY Jinja2-buildsize "2.3 MB"> -
general/prog/lxml.xml
ra6825d50 r9d43379c 7 7 <!ENTITY lxml-download-http "&pymodules-dl;/l/lxml/lxml-&lxml-version;.tar.gz"> 8 8 <!ENTITY lxml-download-ftp " "> 9 <!ENTITY lxml-md5sum " 017f94473dcec0f9b2e9b03524398fa5">9 <!ENTITY lxml-md5sum "1e5354ce400123658b9e1079508fca52"> 10 10 <!ENTITY lxml-size "3.0 MB"> 11 <!ENTITY lxml-buildsize " 204 MB (add 29MB for tests)">12 <!ENTITY lxml-time " 1.6SBU (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)"> 13 13 ]> 14 14 … … 73 73 <xref linkend="libxslt"/> 74 74 </para> 75 75 <!-- 76 76 <bridgehead renderas="sect5">Recommended</bridgehead> 77 77 <para role="recommended"> 78 78 <xref linkend="python2"/> 79 79 </para> 80 80 --> 81 81 <bridgehead renderas="sect5">Optional (to run more tests)</bridgehead> 82 82 <para role="optional"> … … 93 93 <sect3 role="installation"> 94 94 <title>Installation of lxml</title> 95 95 <!-- 96 96 <note> 97 97 <para> … … 101 101 </para> 102 102 </note> 103 103 --> 104 104 <!-- Editors note: Use - -root= instead of DESTDIR= when updating. --> 105 105 106 106 <para> 107 To build both <application>Python 2</application> and108 <application>Python 3</application> module s, run:107 To build <!--both <application>Python 2</application> and --> the 108 <application>Python 3</application> module, run: 109 109 </para> 110 110 111 <screen><userinput>python2 setup.py build && 112 python3 setup.py build</userinput></screen> 111 <screen><userinput>python3 setup.py build</userinput></screen> 113 112 114 113 <para> 115 114 If you wish to run the tests, enter: 116 <command>make PYTHON=python2 test</command> and117 115 <command>make PYTHON=python3 test</command>. 118 116 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. 119 118 </para> 120 119 121 120 <para> 122 To install both modules, issue the following commandsas the121 To install the module, issue the following command as the 123 122 <systemitem class="username">root</systemitem> user: 124 123 </para> 125 124 126 <screen role="root"><userinput>python2 setup.py install --optimize=1 && 127 python3 setup.py install --optimize=1</userinput></screen> 125 <screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen> 128 126 129 127 </sect3> … … 145 143 </seg> 146 144 <seg> 147 /usr/lib/python&python2-majorver;/site-packages/lxml,145 <!-- /usr/lib/python&python2-majorver;/site-packages/lxml, 148 146 /usr/lib/python&python2-majorver;/site-packages/lxml-&lxml-version;-py&python2-majorver;-linux-$ARCH.egg-info 149 and/or 147 and/or --> 150 148 /usr/lib/python&python3-majorver;/site-packages/lxml, 151 149 /usr/lib/python&python3-majorver;/site-packages/lxml-&lxml-version;-py&python3-majorver;-linux-$ARCH.egg-info -
introduction/welcome/changelog.xml
ra6825d50 r9d43379c 43 43 --> 44 44 <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> 45 67 <para>November 14th, 2021</para> 46 68 <itemizedlist> -
packages.ent
ra6825d50 r9d43379c 207 207 <!ENTITY freetype2-version "2.11.0"> 208 208 <!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"> 210 210 <!ENTITY gegl-version "0.4.32"> 211 211 <!ENTITY giflib-version "5.2.1"> … … 557 557 <!-- Python module versions used in the Python Modules instructions --> 558 558 <!-- <!ENTITY Beaker-version "1.10.0"> --> 559 <!ENTITY asciidoc-version "10.0. 1">559 <!ENTITY asciidoc-version "10.0.2"> 560 560 <!ENTITY docutils-version "0.18"> 561 561 <!ENTITY dbus-python-version "1.2.18"> … … 563 563 <!-- <!ENTITY funcsigs-version "1.0.2"> --> 564 564 <!ENTITY decorator-version "5.0.9"> 565 <!ENTITY Jinja2-version "3.0. 2">565 <!ENTITY Jinja2-version "3.0.3"> 566 566 <!-- libxml2 for Python2 shares the version of libxml2 --> 567 <!ENTITY lxml-version "4.6. 3">567 <!ENTITY lxml-version "4.6.4"> 568 568 <!ENTITY mako-version "1.1.5"> 569 569 <!ENTITY MarkupSafe-version "2.0.1">
Note:
See TracChangeset
for help on using the changeset viewer.