diff options
author | shell <shell@pkgsrc.org> | 2002-06-10 01:47:15 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-06-10 01:47:15 +0000 |
commit | 2dd3b782de014c169fa99f048093dd57ccd25f19 (patch) | |
tree | e45b3e6506285b0896b12928e274616d5aca250e /www/py-curl | |
parent | 72d0dc8ad5b6abe31d23a2dd412b28cf52319722 (diff) | |
download | pkgsrc-2dd3b782de014c169fa99f048093dd57ccd25f19.tar.gz |
Updated py-curl to 7.9.7
Change since 0.4.8 :
* New versioning scheme. Pycurl now has the same version number
as the libcurl version it was built with. The pycurl version
number thus indicates which version of libcurl is required to run.
* Added CURLINFO_REDIRECT_TIME and CURLINFO_REDIRECT_COUNT.
* Fixed potential memory leak and thread race (by Markus
Oberhumer)
* Added CURLOPT_DEBUGFUNCTION to allow debug callbacks to be
specified (see the file 'test_debug.py' for details on how to use
debug callbacks).
* Added CURLOPT_DNS_USE_GLOBAL_CACHE and
CURLOPT_DNS_CACHE_TIMEOUT.
* Fixed a segfault when finalizing curl objects in Python 1.5.2.
* Added 'test_post2.py' file which is another example on how to
issue POST requests.
* Added the 'test_post.py' file which demonstrates the use of
POST requests.
Diffstat (limited to 'www/py-curl')
-rw-r--r-- | www/py-curl/Makefile | 8 | ||||
-rw-r--r-- | www/py-curl/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-curl/Makefile b/www/py-curl/Makefile index ed94a5badfd..6fbaf674b0c 100644 --- a/www/py-curl/Makefile +++ b/www/py-curl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2002/04/21 12:14:50 shell Exp $ +# $NetBSD: Makefile,v 1.3 2002/06/10 01:47:15 shell Exp $ -DISTNAME= pycurl-0.4.9 -PKGNAME= ${PYPKGPREFIX}-curl-0.4.9 +DISTNAME= pycurl-7.9.7 +PKGNAME= ${PYPKGPREFIX}-curl-7.9.7 CATEGORIES= www MASTER_SITES= http://pycurl.sourceforge.net/ @@ -9,7 +9,7 @@ MAINTAINER= shell@netbsd.org HOMEPAGE= http://pycurl.sf.net/ COMMENT= python module interface to the cURL library -DEPENDS+= curl>=7.9.6:../../www/curl +DEPENDS+= curl>=7.9.7:../../www/curl PYDISTUTILSPKG= # defined PYBINMODULE= # defined diff --git a/www/py-curl/distinfo b/www/py-curl/distinfo index bb444d51ec4..d09e983bb2e 100644 --- a/www/py-curl/distinfo +++ b/www/py-curl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/04/21 12:14:50 shell Exp $ +$NetBSD: distinfo,v 1.3 2002/06/10 01:47:15 shell Exp $ -SHA1 (pycurl-0.4.9.tar.gz) = d1e424f8353da38975a3ed964740254824cad8fe -Size (pycurl-0.4.9.tar.gz) = 24180 bytes +SHA1 (pycurl-7.9.7.tar.gz) = 985e35980c4b0927283e6f7ce46835091f77535e +Size (pycurl-7.9.7.tar.gz) = 24640 bytes |