Changelog for
python311-requests-2.25.1-131.5.noarch.rpm :
* Thu Feb 04 2021 Dirk Müller
- add 5711.patch from upstream instead to remove idna<3 pin
* Wed Feb 03 2021 Ben Greiner - Don\'t pin idna<3 in the egg-info so that depending packages can install the new idna dropping python2
* Sat Dec 19 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 2020 Dirk Mueller - 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 2020 Sebastian Wagner - remove patch pr_5251-pytest5.patch, not needed anymore.- update to version 2.24.0: - pyOpenSSL TLS implementation is now only used if Python either doesn\'t have an `ssl` module or doesn\'t support SNI. Previously pyOpenSSL was unconditionally used if available. This applies even if pyOpenSSL is installed via the `requests[security]` extra (#5443) - Redirect resolution should now only occur when `allow_redirects` is True. (#5492) - No longer perform unnecessary Content-Length calculation for requests that won\'t use it. (#5496)
* Mon Feb 24 2020 Ondřej Súkup - update to 2.23.0- dropped merged_pr_5049.patch- refreshed requests-no-hardcoded-version.patch
* Remove defunct reference to prefetch in Session __attrs__
* Requests no longer outputs password in basic auth usage warning
* Sat Dec 14 2019 Stefan Brüns - Remove python-urllib3, python-certifi and ca-certificates from main package BuildRequires, not required for building.- Do not require full python, (implicit) python-base is sufficient.
* Fri Nov 01 2019 John Vandenberg - Add two patches only updating test logic to remove pytest 3 pin - merged_pr_5049.patch - pr_5251-pytest5.patch
* Mon Jul 22 2019 Tomáš Chvátal - Hardcode pytest 3.x series as upstream even in git does not work with newer versions (they pinned the release)
* Sat May 25 2019 Tomáš Chvátal - Update to 2.22.0:
* Requests now supports urllib3 v1.25.2. (note: 1.25.0 and 1.25.1 are incompatible)- Rebase requests-no-hardcoded-version.patch