14
0

- update to 2.25.0:

* Added support for NETRC environment variable. (#5643)
  * Requests now supports urllib3 v1.26.
  * Requests v2.25.x will be the last release series with support for Python 3.5.
- refreshed requests-no-hardcoded-version.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=144
This commit is contained in:
2020-11-26 12:40:34 +00:00
committed by Git OBS Bridge
parent dd340cf729
commit 65ce8b1dec
5 changed files with 17 additions and 17 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Nov 26 12:37:34 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 2.25.0:
* Added support for NETRC environment variable. (#5643)
* Requests now supports urllib3 v1.26.
* Requests v2.25.x will be the last release series with support for Python 3.5.
- refreshed requests-no-hardcoded-version.patch
-------------------------------------------------------------------
Thu Jul 23 18:47:44 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>