Ignore:
Timestamp:
10/09/2022 08:03:26 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
a3d36f2
Parents:
b50114c
Message:

End python modules for sphinx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-dependencies/urllib3.xml

    rb50114c rb3e18015  
    55  %general-entities;
    66
    7   <!ENTITY urllib3-download-http "https://github.com/pypa/urllib3/releases/download/&urllib3-version;/urllib3-&urllib3-version;.tar.gz">
     7  <!ENTITY urllib3-download-http "https://github.com/urllib3/urllib3/releases/download/&urllib3-version;/urllib3-&urllib3-version;.tar.gz">
    88  <!ENTITY urllib3-download-ftp  " ">
    9   <!ENTITY urllib3-md5sum        "e713c1939f294fd729af4a7be40dd141">
    10   <!ENTITY urllib3-size          "83 KB">
     9  <!ENTITY urllib3-md5sum        "ba308b52b9092184cf4905bc59a88fc0">
     10  <!ENTITY urllib3-size          "293 KB">
    1111  <!ENTITY urllib3-buildsize     "2.6 MB">
    1212  <!ENTITY urllib3-time          "less than 0.1 SBU">
     
    1515  <sect2 id="urllib3" xreflabel="urllib3-&urllib3-version;">
    1616
    17     <title>Packaging-&urllib3-version;</title>
     17    <title>Urllib3-&urllib3-version;</title>
    1818
    1919    <indexterm zone="urllib3">
     
    2222
    2323    <sect3 role="package">
    24       <title>Introduction to Packaging Module</title>
     24      <title>Introduction to Urllib3 Module</title>
    2525
    2626      <para>
    27         The <application>Packaging</application> library provides utilities
    28         that implement the interoperability specifications which have clearly
    29         one correct behaviour or benefit greatly from having a single shared
    30         implementation.
     27        The <application>Urllib3</application> module is a powerful,
     28        user-friendly HTTP client for Python. It brings many critical
     29        features that are missing from the Python standard libraries.
    3130      </para>
    3231
     
    6665        </listitem>
    6766      </itemizedlist>
    68 
    69       <bridgehead renderas="sect4">Packaging Dependencies</bridgehead>
    70 
    71       <bridgehead renderas="sect5">Required</bridgehead>
    72       <para role="optional">
    73         <xref linkend="pyparsing"/>
    74       </para>
    7567
    7668    </sect3>
Note: See TracChangeset for help on using the changeset viewer.