Changeset 88c3b98


Ignore:
Timestamp:
09/02/2022 06:37:50 PM (20 months ago)
Author:
Bruce Dubbs <bdubbs@…>
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/soup3, xry111/xf86-video-removal
Children:
71899871
Parents:
2cb4b95
Message:

Update to PyYAML-6.0.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pyyaml.xml

    r2cb4b95 r88c3b98  
    55  %general-entities;
    66
    7   <!ENTITY PyYAML-download-http "https://pyyaml.org/download/pyyaml/PyYAML-&PyYAML-version;.tar.gz">
     7  <!ENTITY PyYAML-download-http "https://files.pythonhosted.org/packages/source/P/PyYAML/PyYAML-&PyYAML-version;.tar.gz">
    88  <!ENTITY PyYAML-download-ftp  " ">
    9   <!ENTITY PyYAML-md5sum        "d3590b85917362e837298e733321962b">
    10   <!ENTITY PyYAML-size          "264 KB">
    11   <!ENTITY PyYAML-buildsize     "15 MB">
    12   <!ENTITY PyYAML-time          "0.1 SBU">
     9  <!ENTITY PyYAML-md5sum        "1d19c798f25e58e3e582f0f8c977dbb8">
     10  <!ENTITY PyYAML-size          "124 KB">
     11  <!ENTITY PyYAML-buildsize     "3.3 MB">
     12  <!ENTITY PyYAML-time          "less than 0.1 SBU">
    1313]>
    1414
     
    9191      </para>
    9292
    93 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir PyYAML</userinput></screen>
     93<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user PyYAML</userinput></screen>
    9494
    9595    </sect3>
  • introduction/welcome/changelog.xml

    r2cb4b95 r88c3b98  
    4444
    4545    <listitem>
     46      <para>September 2nd, 2022</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to PyYAML-6.0. Fixes
     50          <ulink url="&blfs-ticket-root;16951">#16951</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Release of BLFS-11.2.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
    4659      <para>September 1st, 2022</para>
    4760      <itemizedlist>
  • packages.ent

    r2cb4b95 r88c3b98  
    589589<!ENTITY pygtk-version                "2.24.0">
    590590<!ENTITY pyxdg-version                "0.28">
    591 <!ENTITY PyYAML-version               "5.3.1">
     591<!ENTITY PyYAML-version               "6.0">
    592592<!ENTITY scour-version                "0.38.2">
    593593<!ENTITY six-version                  "1.16.0">
  • xincludes/pip3-cmd-explain.xml

    r2cb4b95 r88c3b98  
    6161    </para>
    6262
     63    <para>
     64      <option>--no-user</option>: Prevent mistakenly running the install command as
     65      a non-root user.
     66    </para>
     67
    6368  </sect3>
    6469
Note: See TracChangeset for help on using the changeset viewer.