Path to this page:
Subject: CVS commit: pkgsrc/devel/py-requests
From: Thomas Klausner
Date: 2016-05-05 13:47:45
Message id: 20160505114745.35512FBBA@cvs.NetBSD.org
Log Message:
Updated py-requests to 2.10.0.
2.10.0 (04-29-2016)
+++++++++++++++++++
**New Features**
- SOCKS Proxy Support! (requires PySocks; $ pip install requests[socks])
**Miscellaneous**
- Updated bundled urllib3 to 1.15.1.
2.9.2 (04-29-2016)
++++++++++++++++++
**Improvements**
- Change built-in CaseInsensitiveDict (used for headers) to use OrderedDict
as its underlying datastore.
**Bugfixes**
- Don't use redirect_cache if allow_redirects=False
- When passed objects that throw exceptions from ``tell()``, send them via
chunked transfer encoding instead of failing.
- Raise a ProxyError for proxy related connection issues.
Files: