Subject: CVS commit: pkgsrc/www/py-curl
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 09/14/2003 18:03:55
Module Name:	pkgsrc
Committed By:	recht
Date:		Sun Sep 14 18:03:54 UTC 2003

Modified Files:
	pkgsrc/www/py-curl: Makefile PLIST distinfo
	pkgsrc/www/py-curl/patches: patch-aa

Log Message:
update to 7.10.6
added python23-pth support

Many changes and fixes.

See ChangeLog for a complete list.

Important:
* WARNING: Removed the deprecated pycurl.init() and pycurl.multi_init()
  names - use pycurl.Curl() and pycurl.CurlMulti() instead.

* WARNING: Removed the deprecated Curl.cleanup() and CurlMulti.cleanup()
  methods - use Curl.close() and CurlMulti.close() instead.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/www/py-curl/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/www/py-curl/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/www/py-curl/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/www/py-curl/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.