Ignore:
Timestamp:
11/17/2022 07:58:32 AM (18 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, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
11c62aa
Parents:
41f908a (diff), 84f972c1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into plabs/python-mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    r41f908a r4f406ea  
    5353    &lfs112_checked;
    5454
     55    <important>
     56      <para>
     57         If upgrading to a new Python-3 minor version (for example,
     58         from Python-3.10.x to Python-3.11.0), you will need to reinstall
     59         any Python3 modules you have installed.  You should also
     60         reinstall packages that generate Python3 modules
     61         including
     62         <xref linkend="gobject-introspection"/>,
     63         <xref linkend="opencv"/>,
     64         <xref linkend="graphviz"/> (if swig is installed).
     65      </para>
     66
     67      <para>Before you upgrade, you can get a complete list of modules installed
     68        with <command>pip3 list</command>.
     69      </para>
     70
     71      <para>
     72         The wheel module and meson from LFS will also have to be reinstalled:
     73         <ulink url="https://www.linuxfromscratch.org/lfs/view/development/chapter08/wheel.html"/> and
     74         <ulink url="https://www.linuxfromscratch.org/lfs/view/development/chapter08/meson.html"/>.
     75      </para>
     76
     77      <para revision="systemd">
     78        On systemd systems, it is also necessary to reinstall the MarkupSafe
     79        and Jinja2 modules from LFS:
     80        <ulink url="https://www.linuxfromscratch.org/lfs/view/systemd/chapter08/markupsafe.html"/> and
     81        <ulink url="https://www.linuxfromscratch.org/lfs/view/systemd/chapter08/jinja2.html"/>.
     82      </para>
     83    </important>
     84
    5585    <bridgehead renderas="sect3">Package Information</bridgehead>
    5686    <itemizedlist spacing="compact">
Note: See TracChangeset for help on using the changeset viewer.