- update to 2.25.1:
- Requests now treats `application/json` as `utf8` by default. Resolving inconsistencies between `r.text` and `r.json` output. (#5673) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=146
This commit is contained in:
parent
65ce8b1dec
commit
db029592a9
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 19 09:57:04 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 2.25.1:
|
||||
- Requests now treats `application/json` as `utf8` by default. Resolving
|
||||
inconsistencies between `r.text` and `r.json` output. (#5673)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 12:37:34 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-requests%{psuffix}
|
||||
Version: 2.25.0
|
||||
Version: 2.25.1
|
||||
Release: 0
|
||||
Summary: Python HTTP Library
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f1a0b932f4a60a1a65caa4263921bb7d9ee911957e0ae4a23a6dd08185ad5f8
|
||||
size 101897
|
3
requests-2.25.1.tar.gz
Normal file
3
requests-2.25.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804
|
||||
size 102161
|
Loading…
Reference in New Issue
Block a user