From db029592a9dc24960eea5b894ff788d88e5be5929c8c657b06d7e8ab95b38a7a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 19 Dec 2020 09:57:29 +0000 Subject: [PATCH] - 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 --- python-requests.changes | 7 +++++++ python-requests.spec | 2 +- requests-2.25.0.tar.gz | 3 --- requests-2.25.1.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 requests-2.25.0.tar.gz create mode 100644 requests-2.25.1.tar.gz 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