summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-requests_2.28.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-requests: upgrade 2.28.1 -> 2.28.2Tim Orling2023-02-041-26/+0
| | | | | | | | | | | | | | | | | | https://requests.readthedocs.io/en/latest/community/updates/#release-history 2.28.2 (2023-01-12) Dependencies Requests now supports charset_normalizer 3.x. (#6261) Bugfixes Updated MissingSchema exception to suggest https scheme rather than http. (#6188) (From OE-Core rev: 09a0a940197fc9c4fdd717aec8cd87b3db1345bb) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-requests: add python3-compression dependencyChen Qi2022-08-251-0/+1
| | | | | | | | | | | | python3-requests makes use of 'zipfile' module, so we need to add python3-compression as a dependency, otherwise 'import requests' errors out. (From OE-Core rev: 6cfe2ed2234a76a3f9da194097781e8d6ce1353b) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-requests: upgrade 2.28.0 -> 2.28.1Alexander Kanavin2022-07-081-0/+25
(From OE-Core rev: d85295dd45e916e87ff98d7a188c264f1c331917) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>