pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/56915 CVS commit: pkgsrc/devel/py-requests
The following reply was made to PR pkg/56915; it has been noted by GNATS.
From: "Thomas Klausner" <wiz%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/56915 CVS commit: pkgsrc/devel/py-requests
Date: Sun, 10 Jul 2022 20:09:56 +0000
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jul 10 20:09:56 UTC 2022
Modified Files:
pkgsrc/devel/py-requests: Makefile distinfo
pkgsrc/devel/py-requests/patches: patch-setup.py
Removed Files:
pkgsrc/devel/py-requests/patches: patch-requests_____init____.py
Log Message:
py-requests: update to 2.28.1.
Fixes PR 56915.
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)
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/py-requests/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/py-requests/distinfo
cvs rdiff -u -r1.8 -r0 \
pkgsrc/devel/py-requests/patches/patch-requests_____init____.py
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-requests/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index