| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Adds supports for urllib3 2.0 and might break urllib3 1.x [1]
[1] https://github.com/psf/requests/releases/tag/v2.30.0
(From OE-Core rev: 9f7d4942875d9c996e5f36e46f4b9e5e6d19c6ce)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
DESCRIPTION is optional for now; writing good component descriptions
is not easy (but appreciated).
(From OE-Core rev: 9ce4f9248db3db70732d886a18ea355f321bd49d)
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>
|
|
|
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>
|