From c0b7b48e8c8c06cc59cd5b38354ad302cb0047fef7636df7c43a97706da84983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 22 Apr 2020 10:29:06 +0000 Subject: [PATCH] - update to version 2.20.0 bsc#1111622: OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=140 --- python-requests.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-requests.changes b/python-requests.changes index 674cdb2..c887038 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -91,7 +91,7 @@ Sat Oct 20 15:39:32 UTC 2018 - Arun Persaud * remove restriction for urllib3 < 1.24 * HISTORY and README changed from .rst to .md -- update to version 2.20.0: +- update to version 2.20.0 bsc#1111622: * Bugfixes + Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8).