diff --git a/python-requests.changes b/python-requests.changes index 1b4ef17..39c1d51 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Dec 19 09:57:04 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-requests.spec b/python-requests.spec index e79fb6c..d139003 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -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 diff --git a/requests-2.25.0.tar.gz b/requests-2.25.0.tar.gz deleted file mode 100644 index 642e94b..0000000 --- a/requests-2.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f1a0b932f4a60a1a65caa4263921bb7d9ee911957e0ae4a23a6dd08185ad5f8 -size 101897 diff --git a/requests-2.25.1.tar.gz b/requests-2.25.1.tar.gz new file mode 100644 index 0000000..73077ea --- /dev/null +++ b/requests-2.25.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804 +size 102161