--- - branch: MAIN date: Tue Jun 5 18:50:31 UTC 2018 files: - new: '1.59' old: '1.58' path: pkgsrc/www/py-curl/Makefile pathrev: pkgsrc/www/py-curl/Makefile@1.59 type: modified - new: '1.14' old: '1.13' path: pkgsrc/www/py-curl/PLIST pathrev: pkgsrc/www/py-curl/PLIST@1.14 type: modified - new: '1.24' old: '1.23' path: pkgsrc/www/py-curl/distinfo pathrev: pkgsrc/www/py-curl/distinfo@1.24 type: modified id: 20180605T185031Z.e8d660ff697f7565a3f36e5b7c80faf166d5b3b0 log: | py-curl: update to 7.43.0.2. PycURL 7.43.0.2 - 2018-06-02 ---------------------------- Highlights of this release: 1. Experimental perform_rs and perform_rb methods have been added to Curl objects. They return response body as a string and a byte string, respectively. The goal of these methods is to improve PycURL's usability for typical use cases, specifically removing the need to set up StringIO/BytesIO objects to store the response body. 2. getinfo_raw and errstr_raw methods have been added to Curl objects to return transfer information as byte strings, permitting applications to retrieve transfer information that is not decodable using Python's default encoding. 3. errstr and "fail or error" exceptions now replace undecodable bytes so as to provide usable strings; use errstr_raw to retrieve original byte strings. 4. There is no longer a need to keep references to Curl objects when they are used in CurlMulti objects - PycURL now maintains such references internally. 5. Official Windows builds now include HTTP/2 and international domain name support. 6. PycURL now officially supports BoringSSL. 7. A number of smaller improvements have been made and bugs fixed. module: pkgsrc subject: 'CVS commit: pkgsrc/www/py-curl' unixtime: '1528224631' user: wiz