Changeset 8f65da99


Ignore:
Timestamp:
01/22/2023 06:56:08 PM (17 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
1076135
Parents:
658a4b4
git-author:
Pierre Labastie <pierre.labastie@…> (01/22/2023 04:50:55 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (01/22/2023 06:56:08 PM)
Message:

Update all python modules after merge

Files:
4 added
20 edited

Legend:

Unmodified
Added
Removed
  • appendices/glossary.xml

    r658a4b4 r8f65da99  
    25762576    </glossentry>
    25772577
     2578    <glossentry id="gVCS">
     2579      <glossterm>
     2580        <acronym>VCS</acronym>
     2581      </glossterm>
     2582      <glossdef>
     2583        <para>
     2584          Version Control System
     2585        </para>
     2586      </glossdef>
     2587    </glossentry>
     2588
    25782589    <glossentry id="gVESA">
    25792590      <glossterm>
  • general/prog/python-dependencies.xml

    r658a4b4 r8f65da99  
    8686      <listitem>
    8787        <para>
     88          <xref linkend="editables"/>
     89        </para>
     90      </listitem>
     91      <listitem>
     92        <para>
    8893          <xref linkend="flit_core"/>
    8994        </para>
     
    9196      <listitem>
    9297        <para>
     98          <xref linkend="hatchling"/>
     99        </para>
     100      </listitem>
     101      <listitem>
     102        <para>
     103          <xref linkend="hatch-vcs"/>
     104        </para>
     105      </listitem>
     106      <listitem>
     107        <para>
    93108          <xref linkend="idna"/>
    94109        </para>
     
    107122        <para>
    108123          <xref linkend="markdown"/>
     124        </para>
     125      </listitem>
     126      <listitem>
     127        <para>
     128          <xref linkend="pathspec"/>
    109129        </para>
    110130      </listitem>
     
    213233
    214234  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     235    href="python-dependencies/editables.xml"/>
     236
     237  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    215238    href="python-dependencies/flit_core.xml"/>
    216239
    217240  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     241    href="python-dependencies/hatchling.xml"/>
     242
     243  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     244    href="python-dependencies/hatch-vcs.xml"/>
     245
     246  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    218247    href="python-dependencies/idna.xml"/>
    219248
     
    228257
    229258  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     259    href="python-dependencies/pathspec.xml"/>
     260
     261  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    230262    href="python-dependencies/pluggy.xml"/>
    231263
  • general/prog/python-dependencies/Babel.xml

    r658a4b4 r8f65da99  
    77  <!ENTITY babel-download-http "https://files.pythonhosted.org/packages/source/B/Babel/Babel-&babel-version;.tar.gz">
    88  <!ENTITY babel-download-ftp  " ">
    9   <!ENTITY babel-md5sum        "809ed21b4f643167d0f6f5e936bbfbdc">
     9  <!ENTITY babel-md5sum        "9ee7784fd452d456206ecd3a12694010">
    1010  <!ENTITY babel-size          "8.9 MB">
    1111  <!ENTITY babel-buildsize     "103 MB (add 29 MB for tests)">
     
    106106python3 /usr/bin/pytest<!-- no && because of the error -->
    107107deactivate</userinput></screen>
    108 
     108<!--
    109109    <para>
    110110      One test involving zh_TW locale is known to fail.
    111111    </para>
    112 
     112    -->
    113113    </sect3>
    114114
  • general/prog/python-dependencies/alabaster.xml

    r658a4b4 r8f65da99  
    77  <!ENTITY alabaster-download-http "https://files.pythonhosted.org/packages/source/a/alabaster/alabaster-&alabaster-version;.tar.gz">
    88  <!ENTITY alabaster-download-ftp  " ">
    9   <!ENTITY alabaster-md5sum        "3591827fde96d1dd23970fb05410ed04">
     9  <!ENTITY alabaster-md5sum        "2e05a5f4fe5a8b95e5e576cbf4a5d503">
    1010  <!ENTITY alabaster-size          "11 KB">
    1111  <!ENTITY alabaster-buildsize     "364 KB">
  • general/prog/python-dependencies/attrs.xml

    r658a4b4 r8f65da99  
    77  <!ENTITY attrs-download-http "https://files.pythonhosted.org/packages/source/a/attrs/attrs-&attrs-version;.tar.gz">
    88  <!ENTITY attrs-download-ftp  " ">
    9   <!ENTITY attrs-md5sum        "0487081b7ead8753fc46cf7c6d1e28e3">
    10   <!ENTITY attrs-size          "197 KB">
     9  <!ENTITY attrs-md5sum        "eff16b3bbd0d9b72e118cca83a19d380">
     10  <!ENTITY attrs-size          "211 KB">
    1111  <!ENTITY attrs-buildsize     "1.9 MB (add 63 MB for tests)">
    1212  <!ENTITY attrs-time          "less than 0.1 SBU (0.7 SBU for tests)">
     
    100100source testenv/bin/activate                    &amp;&amp;
    101101pip3 install attrs[tests]                      &amp;&amp;
    102 python3 /usr/bin/pytest tests                  &amp;&amp;
     102python3 /usr/bin/pytest                        &amp;&amp;
    103103deactivate</userinput></screen>
    104104
  • general/prog/python-dependencies/charset-normalizer.xml

    r658a4b4 r8f65da99  
    77  <!ENTITY charset-normalizer-download-http "https://files.pythonhosted.org/packages/source/c/charset-normalizer/charset-normalizer-&charset-normalizer-version;.tar.gz">
    88  <!ENTITY charset-normalizer-download-ftp  " ">
    9   <!ENTITY charset-normalizer-md5sum        "a70f9fc85b6b8265c982eca6fe51381f">
    10   <!ENTITY charset-normalizer-size          "80 KB">
     9  <!ENTITY charset-normalizer-md5sum        "12ee1c8bedbfba84e99db46d5d94f411">
     10  <!ENTITY charset-normalizer-size          "91 KB">
    1111  <!ENTITY charset-normalizer-buildsize     "1.1 MB (add 27 MB for tests)">
    1212  <!ENTITY charset-normalizer-time          "less than 0.1 SBU (with tests)">
  • general/prog/python-dependencies/flit_core.xml

    r658a4b4 r8f65da99  
    77  <!ENTITY flit_core-download-http "https://files.pythonhosted.org/packages/source/f/flit_core/flit_core-&flit_core-version;.tar.gz">
    88  <!ENTITY flit_core-download-ftp  " ">
    9   <!ENTITY flit_core-md5sum        "4a4791e97f3a8c9a1645064a35636ee6">
    10   <!ENTITY flit_core-size          "39 KB">
     9  <!ENTITY flit_core-md5sum        "7c41da13273f7787709a24f74e0f5a99">
     10  <!ENTITY flit_core-size          "40 KB">
    1111  <!ENTITY flit_core-buildsize     "1.7 MB (add 25 MB for tests)">
    1212  <!ENTITY flit_core-time          "less than 0.1 SBU (with tests)">
  • general/prog/python-dependencies/iniconfig.xml

    r658a4b4 r8f65da99  
    77  <!ENTITY iniconfig-download-http "https://files.pythonhosted.org/packages/source/i/iniconfig/iniconfig-&iniconfig-version;.tar.gz">
    88  <!ENTITY iniconfig-download-ftp  " ">
    9   <!ENTITY iniconfig-md5sum        "0b7f3be87481211c183eae095bcea6f1">
    10   <!ENTITY iniconfig-size          "7.9 KB">
     9  <!ENTITY iniconfig-md5sum        "3c030b3f51dcc3aca585de05635600e4">
     10  <!ENTITY iniconfig-size          "4.5 KB">
    1111  <!ENTITY iniconfig-buildsize     "340 KB (with tests)">
    1212  <!ENTITY iniconfig-time          "less than 0.1 SBU (with tests)">
     
    6767      <bridgehead renderas="sect4">Iniconfig Dependencies</bridgehead>
    6868
    69       <bridgehead renderas="sect5">Recommended</bridgehead>
    70       <para role="recommended">
    71         <xref linkend="setuptools_scm"/>
     69      <bridgehead renderas="sect5">Required</bridgehead>
     70      <para role="required">
     71        <xref linkend="hatch-vcs"/>
    7272      </para>
    73 
     73      <!-- No test in 2.0.0
    7474      <bridgehead renderas="sect5">Optional (for testing)</bridgehead>
    7575      <para role="optional">
    7676        <xref linkend="pytest"/>
    7777      </para>
    78 
     78      -->
    7979    </sect3>
    8080
     
    8787
    8888    <para>
     89      This package does not come with a test suite.
     90    </para>
     91
     92    <para>
    8993      Now, as the <systemitem class="username">root</systemitem> user:
    9094    </para>
    9195
    9296<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user iniconfig</userinput></screen>
    93 
    94     <para>
    95       To test the installation, run <command>pytest</command>.
    96     </para>
    9797
    9898    </sect3>
  • general/prog/python-dependencies/pytz.xml

    r658a4b4 r8f65da99  
    77  <!ENTITY pytz-download-http "https://files.pythonhosted.org/packages/source/p/pytz/pytz-&pytz-version;.tar.gz">
    88  <!ENTITY pytz-download-ftp  " ">
    9   <!ENTITY pytz-md5sum        "b1d2ed6592bbdf6002ef52b4ab8e2efe">
    10   <!ENTITY pytz-size          "309 KB">
     9  <!ENTITY pytz-md5sum        "5acd981a81dcdc6aadddf4d7e5116b98">
     10  <!ENTITY pytz-size          "306 KB">
    1111  <!ENTITY pytz-buildsize     "9.0 MB (with tests)">
    1212  <!ENTITY pytz-time          "less than 0.1 SBU (with tests)">
     
    9191
    9292      <para>
    93         To test the installation, run <command>pytest</command>.
     93        To test the installation, run <command>pytest</command>. A few warnings
     94        are issued.
    9495      </para>
    9596
  • general/prog/python-dependencies/setuptools_scm.xml

    r658a4b4 r8f65da99  
    77  <!ENTITY setuptools_scm-download-http "https://files.pythonhosted.org/packages/source/s/setuptools_scm/setuptools_scm-&setuptools_scm-version;.tar.gz">
    88  <!ENTITY setuptools_scm-download-ftp  " ">
    9   <!ENTITY setuptools_scm-md5sum        "0df4e7fd923e4983cd65786efaa0e0d0">
    10   <!ENTITY setuptools_scm-size          "69 KB">
     9  <!ENTITY setuptools_scm-md5sum        "158dc741637fb4fa4b955c62bd2c08be">
     10  <!ENTITY setuptools_scm-size          "70 KB">
    1111  <!ENTITY setuptools_scm-buildsize     "2.6 MB">
    1212  <!ENTITY setuptools_scm-time          "less than 0.1 SBU">
     
    7070      <bridgehead renderas="sect5">Required</bridgehead>
    7171      <para role="required">
    72         <xref linkend="packaging"/>,
    73         <xref linkend="tomli"/>, and
     72        <xref linkend="packaging"/> and
    7473        <xref linkend="typing_extensions"/>
    7574      </para>
  • general/prog/python-dependencies/sphinxcontrib-applehelp.xml

    r658a4b4 r8f65da99  
    55  %general-entities;
    66
    7   <!ENTITY sc-applehelp-download-http "https://files.pythonhosted.org/packages/source/s/sphinxcontrib-applehelp/sphinxcontrib-applehelp-&sc-applehelp-version;.tar.gz">
     7  <!ENTITY sc-applehelp-download-http "https://files.pythonhosted.org/packages/source/s/sphinxcontrib-applehelp/sphinxcontrib.applehelp-&sc-applehelp-version;.tar.gz">
    88  <!ENTITY sc-applehelp-download-ftp  " ">
    9   <!ENTITY sc-applehelp-md5sum        "3f2de7681e12dde031acee0497c3cc2b">
    10   <!ENTITY sc-applehelp-size          "24 KB">
     9  <!ENTITY sc-applehelp-md5sum        "3300454be23f6aa880eae08d2e1eee94">
     10  <!ENTITY sc-applehelp-size          "20 KB">
    1111  <!ENTITY sc-applehelp-buildsize     "2.8 MB (with tests)">
    1212  <!ENTITY sc-applehelp-time          "less than 0.1 SBU (with tests)">
     
    9090
    9191      <para>
    92         To test the installation, run <command>pytest</command>.
     92        To test the installation, run <command>pytest</command>. Several
     93        warnings may be issued, due to the use of deprecated functions.
    9394      </para>
    9495
  • general/prog/python-dependencies/urllib3.xml

    r658a4b4 r8f65da99  
    77  <!ENTITY urllib3-download-http "https://files.pythonhosted.org/packages/source/u/urllib3/urllib3-&urllib3-version;.tar.gz">
    88  <!ENTITY urllib3-download-ftp  " ">
    9   <!ENTITY urllib3-md5sum        "ba308b52b9092184cf4905bc59a88fc0">
    10   <!ENTITY urllib3-size          "293 KB">
     9  <!ENTITY urllib3-md5sum        "7e018ce0f7cddc0560fd4541b5febf06">
     10  <!ENTITY urllib3-size          "294 KB">
    1111  <!ENTITY urllib3-buildsize     "3.2 MB (add 50 MB for tests)">
    1212  <!ENTITY urllib3-time          "less than 0.1 SBU (0.7 SBU for tests)">
  • general/prog/python-modules/gi-docgen.xml

    r658a4b4 r8f65da99  
    77  <!ENTITY gi-docgen-download-http "https://files.pythonhosted.org/packages/source/g/gi-docgen/gi-docgen-&gi-docgen-version;.tar.gz">
    88  <!ENTITY gi-docgen-download-ftp  " ">
    9   <!ENTITY gi-docgen-md5sum        "e1b86477bd77254a9e4070371887950c">
     9  <!ENTITY gi-docgen-md5sum        "6d6690dad5daa5b155341ab2f49eaa6b">
    1010  <!ENTITY gi-docgen-size          "2.4 MB">
    1111  <!ENTITY gi-docgen-buildsize     "2O MB (with tests)">
     
    7676        <xref linkend="pygments"/>,
    7777        <phrase revision="sysv"><xref linkend="Jinja2"/>,</phrase>
    78         <xref linkend="toml"/>, and
    79         <xref linkend="typogrify"/>
     78        and <xref linkend="typogrify"/>
    8079      </para>
    8180
  • general/prog/python-modules/packaging.xml

    r658a4b4 r8f65da99  
    77  <!ENTITY packaging-download-http "https://files.pythonhosted.org/packages/source/p/packaging/packaging-&packaging-version;.tar.gz">
    88  <!ENTITY packaging-download-ftp  " ">
    9   <!ENTITY packaging-md5sum        "e713c1939f294fd729af4a7be40dd141">
    10   <!ENTITY packaging-size          "83 KB">
     9  <!ENTITY packaging-md5sum        "5c7b22d9258e8132c16cee4f230d8252">
     10  <!ENTITY packaging-size          "123 KB">
    1111  <!ENTITY packaging-buildsize     "1.1 MB (add 28 MB for tests)">
    1212  <!ENTITY packaging-time          "less than 0.1 SBU (0.2 SBU for tests)">
     
    7171      <bridgehead renderas="sect5">Required</bridgehead>
    7272      <para role="required">
    73         <xref linkend="pyparsing"/>
     73        <xref linkend="flit_core"/>
    7474      </para>
    7575
  • general/prog/python-modules/pytest.xml

    r658a4b4 r8f65da99  
    77  <!ENTITY pytest-download-http "https://files.pythonhosted.org/packages/source/p/pytest/pytest-&pytest-version;.tar.gz">
    88  <!ENTITY pytest-download-ftp  " ">
    9   <!ENTITY pytest-md5sum        "c4de3e192e5bb4b39deada36cc2f393a">
     9  <!ENTITY pytest-md5sum        "366a4047534ef0485f700c20bb574f67">
    1010  <!ENTITY pytest-size          "1.2 MB">
    1111  <!ENTITY pytest-buildsize     "10 MB (add 54 MB for tests)">
     
    7373        <xref linkend="iniconfig"/>,
    7474        <xref linkend="packaging"/>,
    75         <xref linkend="pluggy"/>,
    76         <xref linkend="py"/>, and
    77         <xref linkend="tomli"/>
     75        <xref linkend="pluggy"/>, and
     76        <xref linkend="py"/>,
    7877      </para>
    7978
     
    8988        <ulink url="https://pypi.org/project/argcomplete/">argcomplete</ulink>,
    9089        <ulink url="https://pypi.org/project/hypothesis/">hypothesis</ulink>,
     90        <ulink url="https://pypi.org/project/mock/">mock</ulink>,
    9191        <ulink url="https://pypi.org/project/nose/">nose</ulink>, and
    9292        <ulink url="https://pypi.org/project/xmlschema/">xmlschema</ulink>
  • general/prog/python-modules/requests.xml

    r658a4b4 r8f65da99  
    55  %general-entities;
    66
    7   <!ENTITY requests-download-http "https://github.com/psf/requests/releases/download/v&requests-version;/requests-&requests-version;.tar.gz">
     7  <!ENTITY requests-download-http "https://files.pythonhosted.org/packages/source/r/requests/requests-&requests-version;.tar.gz">
    88  <!ENTITY requests-download-ftp  " ">
    9   <!ENTITY requests-md5sum        "796ea875cdae283529c03b9203d9c454">
    10   <!ENTITY requests-size          "107 KB">
     9  <!ENTITY requests-md5sum        "09b752e0b0a672d805ae54455c128d42">
     10  <!ENTITY requests-size          "106 KB">
    1111  <!ENTITY requests-buildsize     "1.4 MB (add 54 MB for tests)">
    1212  <!ENTITY requests-time          "less than 0.1 SBU (0.7 SBU for tests)">
  • general/prog/python-modules/sphinx.xml

    r658a4b4 r8f65da99  
    77  <!ENTITY sphinx-download-http "https://github.com/sphinx-doc/sphinx/archive/v&sphinx-version;/sphinx-&sphinx-version;.tar.gz">
    88  <!ENTITY sphinx-download-ftp  " ">
    9   <!ENTITY sphinx-md5sum        "a8444ced81cd594d60d4af002a0e0025">
    10   <!ENTITY sphinx-size          "6.5 MB">
     9  <!ENTITY sphinx-md5sum        "18b07621d19d4b2cffd58d7a6ac5bed3">
     10  <!ENTITY sphinx-size          "6.4 MB">
    1111  <!ENTITY sphinx-buildsize     "44 MB (add 35 MB for tests)">
    1212  <!ENTITY sphinx-time          "less than 0.1 SBU (1 SBU for tests)">
  • general/prog/python-modules/sphinx_rtd_theme.xml

    r658a4b4 r8f65da99  
    77  <!ENTITY sphinx_rtd_theme-download-http "https://files.pythonhosted.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-&sphinx_rtd_theme-version;.tar.gz">
    88  <!ENTITY sphinx_rtd_theme-download-ftp  " ">
    9   <!ENTITY sphinx_rtd_theme-md5sum        "fdfc7d2e102cb96eca0f6155dde7403e">
     9  <!ENTITY sphinx_rtd_theme-md5sum        "da07d71fc3aaffc3f07938644603077d">
    1010  <!ENTITY sphinx_rtd_theme-size          "2.7 MB">
    1111  <!ENTITY sphinx_rtd_theme-buildsize     "14 MB (add 25 MB for tests)">
     
    9292      </para>
    9393
    94 <screen><userinput>sed -i s/0.18/0.20/ setup.py</userinput></screen>
     94<screen><userinput>sed -e s/0.18/0.20/ \
     95    -e 's/&lt;6/&lt;7/' \
     96    -i setup.cfg</userinput></screen>
    9597
    9698      <para>
     
    117119python3 /usr/bin/pytest<!-- no && because of a possible error -->
    118120deactivate</userinput></screen>
     121
     122    <para>
     123      Several tests return a warning because they use a deprecated sphinx API.
     124    </para>
    119125
    120126    </sect3>
  • introduction/welcome/changelog.xml

    r658a4b4 r8f65da99  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[pierre] - Update all python modules after merge. Fixes
     46          <ulink url="&blfs-ticket-root;17546">#17546</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[bdubbs] - Update to nano-7.2. Fixes
    4650          <ulink url="&blfs-ticket-root;17530">#17530</ulink>.</para>
  • packages.ent

    r658a4b4 r8f65da99  
    514514<!ENTITY doxypypy-version             "0.8.8.6">
    515515<!ENTITY doxyqml-version              "0.5.1">
    516 <!ENTITY gi-docgen-version            "2022.1">
     516<!ENTITY gi-docgen-version            "2023.1">
     517<!ENTITY packaging-version            "23.0">
    517518<!ENTITY py3c-version                 "1.4">
    518519<!ENTITY pyatspi2-version             "2.46.0">
     
    526527<!ENTITY pygtk-version                "2.24.0">
    527528<!ENTITY pyparsing-version            "3.0.9">
    528 <!ENTITY pytest-version               "7.1.3">
     529<!ENTITY pytest-version               "7.2.1">
    529530<!ENTITY pyxdg-version                "0.28">
    530531<!-- libxml2 for Python2 shares the version of libxml2 -->
     
    534535<!ENTITY mako-version                 "1.2.4">
    535536<!ENTITY recommonmark-version         "0.7.1">
    536 <!ENTITY requests-version             "2.28.1">
     537<!ENTITY requests-version             "2.28.2">
    537538<!ENTITY scour-version                "0.38.2">
    538539<!ENTITY six-version                  "1.16.0">
    539 <!ENTITY sphinx-version               "5.2.2">
    540 <!ENTITY sphinx_rtd_theme-version     "1.0.0">
     540<!ENTITY sphinx-version               "6.1.3">
     541<!ENTITY sphinx_rtd_theme-version     "1.1.1">
    541542<!ENTITY PyYAML-version               "6.0">
    542543
    543544<!-- Python module versions used in the Python Dependencies instructions -->
    544545<!-- sc = sphinxcontrib -->
    545 <!ENTITY alabaster-version              "0.7.12">
    546 <!ENTITY attrs-version                  "22.1.0">
    547 <!ENTITY babel-version                  "2.10.3">
    548 <!ENTITY certifi-version                "2022.9.24">
    549 <!ENTITY charset-normalizer-version     "2.1.1">
     546<!ENTITY alabaster-version              "0.7.13">
     547<!ENTITY attrs-version                  "22.2.0">
     548<!ENTITY babel-version                  "2.11.0">
     549<!--<!ENTITY certifi-version                "2022.9.24">-->
     550<!ENTITY charset-normalizer-version     "3.0.1">
    550551<!ENTITY commonmark-version             "0.9.1">
    551 <!ENTITY flit_core-version              "3.7.1">
     552<!ENTITY editables-version              "0.3">
     553<!ENTITY flit_core-version              "3.8.0">
     554<!ENTITY hatchling-version              "1.12.2">
     555<!ENTITY hatch-vcs-version              "0.3.0">
    552556<!ENTITY idna-version                   "3.4">
    553 <!ENTITY iniconfig-version              "1.1.1">
    554557<!ENTITY imagesize-version              "1.4.1">
     558<!ENTITY iniconfig-version              "2.0.0">
    555559<!ENTITY markdown-version               "3.4.1">
    556 <!ENTITY packaging-version              "21.3">
     560<!ENTITY pathspec-version               "0.10.3">
    557561<!ENTITY pluggy-version                 "1.0.0">
    558562<!ENTITY py-version                     "1.11.0">
    559 <!ENTITY pytz-version                   "2022.4">
    560 <!ENTITY setuptools_scm-version         "7.0.5">
     563<!ENTITY pytz-version                   "2022.7.1">
     564<!ENTITY setuptools_scm-version         "7.1.0">
     565<!ENTITY smartypants-version            "2.0.1">
    561566<!ENTITY snowballstemmer-version        "2.2.0">
    562 <!ENTITY sc-applehelp-version           "1.0.2">
     567<!ENTITY sc-applehelp-version           "1.0.3">
    563568<!ENTITY sc-devhelp-version             "1.0.2">
    564569<!ENTITY sc-htmlhelp-version            "2.0.0">
     
    566571<!ENTITY sc-qthelp-version              "1.0.3">
    567572<!ENTITY sc-serializinghtml-version     "1.1.5">
    568 <!ENTITY smartypants-version            "2.0.1">
    569573<!ENTITY toml-version                   "0.10.2">
    570574<!ENTITY tomli-version                  "2.0.1">
    571575<!ENTITY typing_extensions-version      "4.4.0">
    572576<!ENTITY typogrify-version              "2.0.7">
    573 <!ENTITY urllib3-version                "1.26.12">
     577<!ENTITY urllib3-version                "1.26.14">
    574578
    575579<!-- Part IV -->
Note: See TracChangeset for help on using the changeset viewer.