Files
bpfire/config/rootfiles/packages/python3-requests
Adolf Belka 8b54edabe1 python3-requests:Update to version 2.28.1 and to work with python-3.10.8
- Updated from version 2.27.1 to 2.28.1
- Update of rootfile
- Changelog
    2.28.1 (2022-06-29)
	**Improvements**
		- Speed optimization in `iter_content` with transition to `yield from`. (#6170)
	**Dependencies**
		- Added support for chardet 5.0.0 (#6179)
		- Added support for charset-normalizer 2.1.0 (#6169)
    2.28.0 (2022-06-09)
	**Deprecations**
		- ⚠️ Requests has officially dropped support for Python 2.7. ⚠️ (#6091)
		- Requests has officially dropped support for Python 3.6 (including pypy3.6). (#6091)
	**Improvements**
		- Wrap JSON parsing issues in Request's JSONDecodeError for payloads without
		  an encoding to make `json()` API consistent. (#6097)
		- Parse header components consistently, raising an InvalidHeader error in
		  all invalid cases. (#6154)
		- Added provisional 3.11 support with current beta build. (#6155)
		- Requests got a makeover and we decided to paint it black. (#6095)
	**Bugfixes**
		- Fixed bug where setting `CURL_CA_BUNDLE` to an empty string would disable
		  cert verification. All Requests 2.x versions before 2.28.0 are affected. (#6074)
		- Fixed urllib3 exception leak, wrapping `urllib3.exceptions.SSLError` with
		  `requests.exceptions.SSLError` for `content` and `iter_content`. (#6057)
		- Fixed issue where invalid Windows registry entires caused proxy resolution
		  to raise an exception rather than ignoring the entry. (#6149)
		- Fixed issue where entire payload could be included in the error message for
		  JSONDecodeError. (#6036)

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00

27 lines
1.5 KiB
Plaintext

usr/lib/python3.10/site-packages/requests
#usr/lib/python3.10/site-packages/requests-2.28.1-py3.10.egg-info
#usr/lib/python3.10/site-packages/requests-2.28.1-py3.10.egg-info/PKG-INFO
#usr/lib/python3.10/site-packages/requests-2.28.1-py3.10.egg-info/SOURCES.txt
#usr/lib/python3.10/site-packages/requests-2.28.1-py3.10.egg-info/dependency_links.txt
#usr/lib/python3.10/site-packages/requests-2.28.1-py3.10.egg-info/not-zip-safe
#usr/lib/python3.10/site-packages/requests-2.28.1-py3.10.egg-info/requires.txt
#usr/lib/python3.10/site-packages/requests-2.28.1-py3.10.egg-info/top_level.txt
usr/lib/python3.10/site-packages/requests/__init__.py
usr/lib/python3.10/site-packages/requests/__version__.py
usr/lib/python3.10/site-packages/requests/_internal_utils.py
usr/lib/python3.10/site-packages/requests/adapters.py
usr/lib/python3.10/site-packages/requests/api.py
usr/lib/python3.10/site-packages/requests/auth.py
usr/lib/python3.10/site-packages/requests/certs.py
usr/lib/python3.10/site-packages/requests/compat.py
usr/lib/python3.10/site-packages/requests/cookies.py
usr/lib/python3.10/site-packages/requests/exceptions.py
usr/lib/python3.10/site-packages/requests/help.py
usr/lib/python3.10/site-packages/requests/hooks.py
usr/lib/python3.10/site-packages/requests/models.py
usr/lib/python3.10/site-packages/requests/packages.py
usr/lib/python3.10/site-packages/requests/sessions.py
usr/lib/python3.10/site-packages/requests/status_codes.py
usr/lib/python3.10/site-packages/requests/structures.py
usr/lib/python3.10/site-packages/requests/utils.py