Ignore:
Timestamp:
01/22/2023 06:56:23 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:
036d893e
Parents:
1076135
git-author:
Pierre Labastie <pierre.labastie@…> (01/22/2023 06:53:27 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (01/22/2023 06:56:23 PM)
Message:

Add figures and a few fixes for new python modules

Location:
general/prog/python-modules
Files:
5 edited

Legend:

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

    r1076135 rb112f043  
    99  <!ENTITY gi-docgen-md5sum        "6d6690dad5daa5b155341ab2f49eaa6b">
    1010  <!ENTITY gi-docgen-size          "2.4 MB">
    11   <!ENTITY gi-docgen-buildsize     "2O MB (with tests)">
     11  <!ENTITY gi-docgen-buildsize     "19 MB (with tests)">
    1212  <!ENTITY gi-docgen-time          "less than 0.1 SBU (with tests)">
    1313]>
  • general/prog/python-modules/packaging.xml

    r1076135 rb112f043  
    99  <!ENTITY packaging-md5sum        "5c7b22d9258e8132c16cee4f230d8252">
    1010  <!ENTITY packaging-size          "123 KB">
    11   <!ENTITY packaging-buildsize     "1.1 MB (add 28 MB for tests)">
     11  <!ENTITY packaging-buildsize     "2.9 MB (add 28 MB for tests)">
    1212  <!ENTITY packaging-time          "less than 0.1 SBU (0.2 SBU for tests)">
    1313]>
  • general/prog/python-modules/pytest.xml

    r1076135 rb112f043  
    99  <!ENTITY pytest-md5sum        "366a4047534ef0485f700c20bb574f67">
    1010  <!ENTITY pytest-size          "1.2 MB">
    11   <!ENTITY pytest-buildsize     "10 MB (add 54 MB for tests)">
     11  <!ENTITY pytest-buildsize     "10 MB (add 31 MB for tests)">
    1212  <!ENTITY pytest-time          "less than 0.1 SBU (1.1 SBU for tests)">
    1313]>
  • general/prog/python-modules/requests.xml

    r1076135 rb112f043  
    99  <!ENTITY requests-md5sum        "09b752e0b0a672d805ae54455c128d42">
    1010  <!ENTITY requests-size          "106 KB">
    11   <!ENTITY requests-buildsize     "1.4 MB (add 54 MB for tests)">
    12   <!ENTITY requests-time          "less than 0.1 SBU (0.7 SBU for tests)">
     11  <!ENTITY requests-buildsize     "1.4 MB (add 129 MB for tests)">
     12  <!ENTITY requests-time          "less than 0.1 SBU (0.8 SBU for tests)">
    1313]>
    1414
     
    106106        <ulink url="https://pypi.org/project/pytest-mock/">pytest-mock</ulink>,
    107107        <ulink url="https://pypi.org/project/pytest-httpbin/">pytest-httpbin</ulink>,
     108        <ulink url="https://pypi.org/project/sphinx/">sphinx</ulink>&lt;5,
    108109        <ulink url="https://pypi.org/project/trustme/">trustme</ulink>, and
    109110        <ulink url="https://pypi.org/project/Werkzeug/">Werkzeug</ulink>&lt;2
     
    142143<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
    143144source testenv/bin/activate                    &amp;&amp;
     145pip3 install --force-reinstall sphinx\&lt;5       &amp;&amp;
    144146pip3 install pytest-mock    \
    145147             werkzeug\&lt;2    \
  • general/prog/python-modules/sphinx.xml

    r1076135 rb112f043  
    99  <!ENTITY sphinx-md5sum        "18b07621d19d4b2cffd58d7a6ac5bed3">
    1010  <!ENTITY sphinx-size          "6.4 MB">
    11   <!ENTITY sphinx-buildsize     "44 MB (add 35 MB for tests)">
    12   <!ENTITY sphinx-time          "less than 0.1 SBU (1 SBU for tests)">
     11  <!ENTITY sphinx-buildsize     "43 MB (add 35 MB for tests)">
     12  <!ENTITY sphinx-time          "less than 0.1 SBU (1.1 SBU for tests)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.