curl-and-python

PycURL 7.43.0 released

From: Oleg Pudeyev via curl-and-python <curl-and-python_at_cool.haxx.se>
Date: Fri, 5 Feb 2016 01:33:01 -0500

Hello everyone,

I am pleased to announce PycURL 7.43.0 release.

Highlights of this release:

1. Binary wheels are now built for Windows systems.

2. setopt_string method added to Curl objects to permit setting string
libcurl options that PycURL does not know about.

3. curl module can now be imported on Windows again.

4. OPENSOCKETFUNCTION callback is now invoked with the address as bytes
on Python 3 as was documented.

5. Support for many libcurl options and constants was added.

6. Website is now http://pycurl.io, hosted by GitHub Pages.

7. Downloads are now served by Bintray
(https://bintray.com/pycurl/pycurl/pycurl). Old downloads will remain
on SourceForge.

The full changelog can be found here:

http://pycurl.sourceforge.net/ChangeLog

As always, you should be able to install PycURL from source by
downloading

https://dl.bintray.com/pycurl/pycurl/pycurl-7.43.0.tar.gz

and running `python setup.py install`.

You can also install PycURL via easy_install or pip as follows:

easy_install pycurl
pip install pycurl

As of this release pip installation should work on Windows, installing
the appropriate binary wheel.

The following individuals contributed to this release:

Felix Yan
Gabi Davar
Kamil Dudka

Thank you!

Oleg
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-python
Received on 2016-02-05