- update to 2.32.0.20240914:

* Correct requests `cookies` argument
  * requests: Session.adapters is a mapping of Adapters
  * Add hint for requests.models.Response.raw
  * requests: Add connection property (type HTTPAdapter) to the
    Response class
  * The `Response` instance is built by `HTTPAdapter`. When
    built, a property called `connection` is added to the
    `Response` that points back to the `HTTPAdapter` that created
    it. For example, this is used in the `requests` library's
    `HTTPDigestAuth` class to remake requests with credentials
    after authorization is requested by a server.
  * requests: Fix Response.content return type to include None
  * [requests] Update to 2.32.3
- Initial package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-types-requests?expand=0&rev=3
This commit is contained in:
2024-09-23 08:47:28 +00:00
committed by Git OBS Bridge
parent a8374c7946
commit 1d9d3e54a9
4 changed files with 25 additions and 6 deletions

View File

@@ -1,4 +1,22 @@
-------------------------------------------------------------------
Mon Sep 23 08:46:18 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.32.0.20240914:
* Correct requests `cookies` argument
* requests: Session.adapters is a mapping of Adapters
* Add hint for requests.models.Response.raw
* requests: Add connection property (type HTTPAdapter) to the
Response class
* The `Response` instance is built by `HTTPAdapter`. When
built, a property called `connection` is added to the
`Response` that points back to the `HTTPAdapter` that created
it. For example, this is used in the `requests` library's
`HTTPDigestAuth` class to remake requests with credentials
after authorization is requested by a server.
* requests: Fix Response.content return type to include None
* [requests] Update to 2.32.3
-------------------------------------------------------------------
Wed Aug 28 20:37:09 UTC 2024 - Meera Belur <mbelur@suse.com>
- Initial package
- Initial package