Changeset bc0b251


Ignore:
Timestamp:
05/06/2023 03:28:23 AM (12 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
a87d5b2
Parents:
b36aabe
Message:

Python module updates.
Update to requests-2.30.0 (Python module).
Update to urllib3-2.0.2 (Python module) required for requests-2.30.0.

Files:
3 edited

Legend:

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

    rb36aabe rbc0b251  
    88  <!ENTITY urllib3-download-ftp  " ">
    99  <!ENTITY urllib3-md5sum        "&urllib3-md5sum;">
    10   <!ENTITY urllib3-size          "294 KB">
     10  <!ENTITY urllib3-size          "272 KB">
    1111  <!ENTITY urllib3-buildsize     "3.2 MB (add 49 MB for tests)">
    12   <!ENTITY urllib3-time          "less than 0.1 SBU (0.7 SBU for tests)">
     12  <!ENTITY urllib3-time          "less than 0.1 SBU (1.6 SBU for tests)">
    1313]>
    1414
     
    7373        <ulink url="https://pypi.org/project/mock/">mock</ulink>,
    7474        <ulink url="https://pypi.org/project/PySocks/">PySocks</ulink>,
    75         <ulink url="https://pypi.org/project/pytest-freezegun/">pytest-freezegun</ulink>,
     75       <!-- <ulink url="https://pypi.org/project/pytest-freezegun/">pytest-freezegun</ulink>,-->
    7676        <ulink url="https://pypi.org/project/pytest-timeout/">pytest-timeout</ulink>,
    7777        <ulink url="https://pypi.org/project/python-dateutil/">python-dateutil</ulink>,
     
    8585      <title>Installation of Urllib3</title>
    8686
     87    <para> If you want to run the tests, remove some that may hang: </para>
     88
     89<screen><userinput>rm -v test/test_retry.py \
     90      test/contrib/test_pyopenssl.py \
     91      test/contrib/test_securetransport.py \
     92      test/with_dummyserver/test_socketlevel.py</userinput></screen>
     93
    8794    <para> Build the module: </para>
    8895
     
    94101
    95102<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user urllib3</userinput></screen>
     103
     104    <note>
     105      <para>
     106        Running the tests may result in the procedure below hanging and are
     107        not recommended. 
     108      </para>
     109    </note>
    96110
    97111    <para>
     
    108122             mock            \
    109123             pysocks         \
    110              pytest-timeout  \
    111              pytest-freezegun                  &amp;&amp;
     124             pytest-timeout  &amp;&amp;
    112125python3 /usr/bin/pytest<!-- no && because of a possible error -->
    113126deactivate</userinput></screen>
  • introduction/welcome/changelog.xml

    rb36aabe rbc0b251  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[bdubbs] - Update to requests-2.30.0 (Python module). Fixes
     46         <ulink url="&blfs-ticket-root;18008">#18008</ulink>.</para>
     47       </listitem>
     48       <listitem>
     49         <para>[bdubbs] - Update to urllib3-2.0.2 (Python module).
     50         Required for requests-2.30.0.</para>
     51       </listitem>
     52       <listitem>
    4553         <para>[timtas] - Update to alsa-lib alsa-utils 1.2.9. Fixes
    4654         <ulink url="&blfs-ticket-root;18012">#18012</ulink>.</para>
  • packages.ent

    rb36aabe rbc0b251  
    570570<!ENTITY PyYAML-version               "6.0">
    571571<!ENTITY PyYAML-md5sum                "1d19c798f25e58e3e582f0f8c977dbb8">
    572 <!ENTITY requests-version             "2.29.0">
    573 <!ENTITY requests-md5sum              "ef08484d7beb53896215c78d521560f6">
     572<!ENTITY requests-version             "2.30.0">
     573<!ENTITY requests-md5sum              "8e6f70ecb5464530411fd0cf77546b07">
    574574<!ENTITY scour-version                "0.38.2">
    575575<!ENTITY six-version                  "1.16.0">
     
    644644<!ENTITY typogrify-version              "2.0.7">
    645645<!ENTITY typogrify-md5sum               "63f38f80531996f187d2894cc497ba08">
    646 <!ENTITY urllib3-version                "1.26.14">
    647 <!ENTITY urllib3-md5sum                 "7e018ce0f7cddc0560fd4541b5febf06">
     646<!ENTITY urllib3-version                "2.0.2">
     647<!ENTITY urllib3-md5sum                 "92d23af401c19da3daec9934f60c8575">
    648648
    649649<!-- Part IV -->
Note: See TracChangeset for help on using the changeset viewer.