pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-requests



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May  5 11:47:45 UTC 2016

Modified Files:
        pkgsrc/devel/py-requests: Makefile PLIST distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-requests/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-requests/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-requests/distinfo

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