Changeset 3986161


Ignore:
Timestamp:
10/18/2024 11:30:16 PM (9 hours ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
c79ab5bb
Parents:
6aa3c1e
Message:

Update to psutil-6.1.0 (Python module).

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules/psutil.xml

    r6aa3c1e r3986161  
    8989
    9090      <para>
    91         To test the results, issue:
     91        To test the results, issue: <command>make test</command>.
    9292      </para>
    9393
    94       <screen remap="test"><userinput>mkdir empty &amp;&amp;
    95 (cd empty; python3 -m psutil.tests)</userinput></screen>
    96 
    97       <!-- https://github.com/giampaolo/psutil/pull/2097
    98            Also mentions some other failures but it seems on BLFS only
    99            these two fail.  -->
    100       <para>
    101         Two tests named <literal>test_disk_usage</literal> and
    102         <literal>test_io_counters</literal> are known to fail.
     94        Two tests, <literal>TestSystemAPIs::test_disk_usage</literal> and
     95        <literal>TestNetAPIs::test_net_if_addrs</literal>, are known to fail.
    10396      </para>
    10497
  • introduction/welcome/changelog.xml

    r6aa3c1e r3986161  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[bdubbs] - Update to psutil-6.1.0 (Python module). Fixes
     46          <ulink url="&blfs-ticket-root;20532">#20532</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[bdubbs] - Update to glib-2.82.2. Fixes
    4650          <ulink url="&blfs-ticket-root;20531">#20531</ulink>.</para>
  • packages.ent

    r6aa3c1e r3986161  
    607607<!ENTITY ply-version                  "3.11">
    608608<!ENTITY ply-md5sum                   "6465f602e656455affcd7c5734c638f8">
    609 <!ENTITY psutil-version               "6.0.0">
    610 <!ENTITY psutil-md5sum                "5874bd773d2fe7da3c0817424f383033">
     609<!ENTITY psutil-version               "6.1.0">
     610<!ENTITY psutil-md5sum                "2baae02411c42c185e129c3f26030079">
    611611<!ENTITY pyparsing-version            "3.2.0">
    612612<!ENTITY pyparsing-md5sum             "c9fb29820d6bf6e83651a0bd7411f02c">
Note: See TracChangeset for help on using the changeset viewer.