summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-aiohttp: upgrade 3.9.3 -> 3.9.4Wang Mingyu2024-04-211-22/+0
| | | | | | | | Changelog: https://github.com/aio-libs/aiohttp/releases/tag/v3.9.4 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: add missing dependenciesSam Van Den Berge2024-03-251-0/+2
| | | | | | | | | * attrs is in install_requires of setup.cfg in 3.9 branch * python3-misc is required to include netrc which is imported in aiohttp.helpers Signed-off-by: Sam Van Den Berge <sam.van.den.berge@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: drop ${PYTHON_PN}Tim Orling2024-02-191-7/+7
| | | | | | | python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: upgrade 3.9.2 -> 3.9.3alperak2024-02-011-0/+20
Changelog: Bug fixes Fixed backwards compatibility breakage (in 3.9.2) of ssl parameter when set outside of ClientSession (e.g. directly in TCPConnector) -- by :user:Dreamsorcerer. Miscellaneous internal changes Improved test suite handling of paths and temp files to consistently use pathlib and pytest fixtures. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>