diff options
author | shell <shell@pkgsrc.org> | 2002-10-20 02:53:03 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-10-20 02:53:03 +0000 |
commit | 437eab598f61bb71bde83eb99f9140f8a7d086e4 (patch) | |
tree | 854edfb66366b1160f31062ce06b7de0fe232821 /www/py-curl/distinfo | |
parent | 7f29fcf98ba96920f28b6d169a09e727d5494ba6 (diff) | |
download | pkgsrc-437eab598f61bb71bde83eb99f9140f8a7d086e4.tar.gz |
Updated to pycurl-7.10.1
- accept python-21pth only
Changes :
* Added new module-level function version_info() from
libcurl-7.10.
* Added commandline options to setup.py for specifying the path to
'curl-config' (non-windows) and the curl installation directory
(windows). See the 'INSTALL' file for details.
* Added CURLOPT_ENCODING, CURLOPT_NOSIGNAL and CURLOPT_BUFFERSIZE
from libcurl-7.10 (by Markus Oberhumer).
* Added a simple web-browser example based on gtkhtml and pycurl.
See the file 'examples/gtkhtml_demo.py' for details. The example
requires a working installation of gnome-python with gtkhtml
bindings enabled (pass --with-gtkhtml to gnome-python configure).
* Added new method 'select' on CurlMulti objects. Example usage
in 'tests/test_multi5.py'. This method is just an optimization of
the combined use of fdset and select.
* Added support for curl_multi_fdset. See the file
'tests/test_multi4.py' for example usage. Contributed by Conrad
Steenberg <conrad@hep.caltech.edu>.
* perform() on multi objects now returns a tuple (result, number
of handles) like the libcurl interface does.
* Added the 'sfquery' script which retrieves a SourceForge XML
export object for a given project. See the file 'examples/sfquery.py'
for details and usage. 'sfquery' was contributed by Eric
S. Raymond <esr@thyrsus.com>.
* API enhancements: added Curl() and CurlMulti() as aliases for
init() and multi_init(), and added close() methods as aliases
for the cleanup() methods. The new names much better match
the actual intended use of the objects, and they also nicely
correspond to Python's file object.
* Also, all constants for Curl.setopt() and Curl.getinfo() are now
visible from within Curl objects.
* More see Changes
- All changes are fully backward-compatible. -
Diffstat (limited to 'www/py-curl/distinfo')
-rw-r--r-- | www/py-curl/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/py-curl/distinfo b/www/py-curl/distinfo index d09e983bb2e..be7381fe89e 100644 --- a/www/py-curl/distinfo +++ b/www/py-curl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/06/10 01:47:15 shell Exp $ +$NetBSD: distinfo,v 1.4 2002/10/20 02:53:04 shell Exp $ -SHA1 (pycurl-7.9.7.tar.gz) = 985e35980c4b0927283e6f7ce46835091f77535e -Size (pycurl-7.9.7.tar.gz) = 24640 bytes +SHA1 (pycurl-7.10.1.tar.gz) = 87f06eae731b79905924cdaf9102b90e7074f0c3 +Size (pycurl-7.10.1.tar.gz) = 41581 bytes |