Changeset 765fd83 for introduction


Ignore:
Timestamp:
01/19/2023 01:23:40 PM (15 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:
bb4b217d
Parents:
6550bf6 (diff), ca1012d8 (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 'plabs/python-mods' into trunk

This branch introduces a new layout for python modules, similar
to what is done for perl modules. This allows to have useful python
modules in the book (sphinx, pytest, requests, gi-docgen), together
with their dependencies.

As a convenience for users who build by hand, a "Building
pythonhosted.org Files" section is added, which allows building all
the python modules dependencies in one go. It is generated from
the individual module pages, so the authoritative instructions are
on those individual pages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r6550bf6 r765fd83  
    5757      <itemizedlist>
    5858        <listitem>
     59          <para>[pierre] - Change external references to python modules
     60          now in the book to internal references.</para>
     61        </listitem>
     62        <listitem>
    5963          <para>[ken] - Update to firefox-102.7.0 (security update), also
    6064          update to JS-102.7.0 (normal update). Fixes
     
    138142      <para>January 13th, 2023</para>
    139143      <itemizedlist>
     144        <listitem>
     145          <para>[pierre] - Add an XSL stylesheet for generating the
     146          pythonhosted.xml page from the information contained in
     147          the python modules and dependencies sections, and use it
     148          in Makefile.</para>
     149        </listitem>
    140150        <listitem>
    141151          <para>[bdubbs] - Update to llvm-15.0.7. Fixes
     
    11201130          <ulink url="&blfs-ticket-root;17036">#17036</ulink>.</para>
    11211131        </listitem>
     1132        <listitem>
     1133          <para>[ken] - Patch python module Requests to use the same
     1134          environment variable as Pip to access system certificates,
     1135          therefore remove the unneeded dependency of Certifi.</para>
     1136        </listitem>
    11221137      </itemizedlist>
    11231138    </listitem>
Note: See TracChangeset for help on using the changeset viewer.