14
0

- update to 2.28.2:

- Requests now supports charset\_normalizer 3.x.
  - Updated MissingSchema exception to suggest https scheme rather than http.
- drop requests-allow-charset-normalizer-3.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=165
This commit is contained in:
2023-01-21 10:02:15 +00:00
committed by Git OBS Bridge
parent 5307697c02
commit 855fe1ea2b
5 changed files with 13 additions and 59 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jan 21 10:01:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.28.2:
- Requests now supports charset\_normalizer 3.x.
- Updated MissingSchema exception to suggest https scheme rather than http.
- drop requests-allow-charset-normalizer-3.patch (upstream)
-------------------------------------------------------------------
Mon Oct 31 07:43:29 UTC 2022 - David Anes <david.anes@suse.com>