Changeset c4a9428e


Ignore:
Timestamp:
05/06/2024 04:23:45 PM (13 days ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
lazarus, trunk
Children:
cabe460
Parents:
93218512
Message:

Archive PyYaml and Update to Cython-3.0.10.

Files:
7 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    r93218512 rc4a9428e  
    213213      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>),
    214214      <xref linkend="valgrind"/>,
    215       <xref linkend="PyYAML"/>, <!-- for yaml2obj -->
    216215      <xref linkend="zip"/>,
    217216      <ulink url="https://ocaml.org/">OCaml</ulink>,
  • general/prog/python-dependencies/markdown.xml

    r93218512 rc4a9428e  
    7070      <para role="optional">
    7171        <xref linkend="pytest"/>,
    72         <xref linkend="PyYAML"/>, and
     72        <ulink url="https://pypi.org/project/pyyaml/">pyyaml</ulink>
    7373        <ulink url="https://pypi.org/project/coverage/">coverage</ulink>
    7474      </para>
     
    9191
    9292    <para>
    93       Assuming <xref linkend="pytest"/> and <xref linkend="PyYAML"/> are
    94       installed and the other optional dependency is not, the installation
    95       can be tested with:
     93      Assuming <xref linkend="pytest"/> is installed and the other optional
     94      dependencies are not, the installation can be tested with:
    9695    </para>
    9796
    9897<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
    9998source testenv/bin/activate                    &amp;&amp;
    100 pip3 install coverage                          &amp;&amp;
     99pip3 install coverage pyyaml                   &amp;&amp;
    101100python3 /usr/bin/pytest --ignore=tests/test_syntax/extensions/test_md_in_html.py<!-- no && because of a possible error -->
    102101deactivate</userinput></screen>
  • general/prog/python-modules.xml

    r93218512 rc4a9428e  
    212212      <listitem>
    213213        <para>
    214           <xref linkend="PyYAML"/>
    215         </para>
    216       </listitem>
    217       <listitem>
    218         <para>
    219214          <xref linkend="recommonmark"/>
    220215        </para>
     
    345340
    346341  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    347     href="python-modules/pyyaml.xml"/>
    348 
    349   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    350342    href="python-modules/recommonmark.xml"/>
    351343
  • general/prog/python-modules/cython.xml

    r93218512 rc4a9428e  
    88  <!ENTITY cython-download-ftp  " ">
    99  <!ENTITY cython-md5sum        "&cython-md5sum;">
    10   <!ENTITY cython-size          "2.1 MB">
    11   <!ENTITY cython-buildsize     "67 MB">
    12   <!ENTITY cython-time          "0.5 SBU">
     10  <!ENTITY cython-size          "2.6 MB">
     11  <!ENTITY cython-buildsize     "138 MB">
     12  <!ENTITY cython-time          "1.9 SBU">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    r93218512 rc4a9428e  
    3939    </listitem>
    4040    -->
     41
     42    <listitem>
     43      <para>May 6th, 2024</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[bdubbs] - Update to Cython-3.0.10. Fixes
     47          <ulink url="&blfs-ticket-root;18303">#18303</ulink>.</para>
     48        </listitem>
     49        <listitem>
     50          <para>[bdubbs] - Archive PyYaml. Addresses
     51          <ulink url="&blfs-ticket-root;18303">#18303</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
    4155
    4256    <listitem>
  • kde/kf5/kf6-frameworks.xml

    r93218512 rc4a9428e  
    127127    <xref role="runtime" linkend="doxygen"/> (Run time),
    128128    <xref linkend="doxypypy"/>,
    129     <xref linkend="doxyqml"/>,
    130     <xref linkend="PyYAML"/>, and
     129    <xref linkend="doxyqml"/>, and
    131130    <xref linkend="requests"/>
    132131  </para>
  • packages.ent

    r93218512 rc4a9428e  
    551551<!ENTITY cssselect-version            "1.2.0">
    552552<!ENTITY cssselect-md5sum             "27fbafacce5447cb867acb240d35002a">
    553 <!ENTITY cython-version               "0.29.36">
    554 <!ENTITY cython-md5sum                "a4d0f9fbc9c137f1a88937cd40e8c5ee">
     553<!ENTITY cython-version               "3.0.10">
     554<!ENTITY cython-md5sum                "0110d7adac5ebb6ae65d8b71a72b664e">
    555555<!ENTITY dbus-python-version          "1.3.2">
    556556<!ENTITY docutils-version             "0.21.2">
Note: See TracChangeset for help on using the changeset viewer.