Tue Nov 10 17:08:24 2009 UTC ()
Update to 1.7.2
-----

* In :mod:`paste.proxy`, added some more headers that are disallowed
  in WSGI (e.g., Keep-Alive).  Send Content-Length.  Also fix the
  missing query string when using :class:`paste.proxy.Proxy`
  (:class:`paste.proxy.TransparentProxy` already worked).

* Make :mod:`paste.debug.prints` work with Google App Engine.

* Make ``environ['wsgi.input']`` with :mod:`paste.httpserver` only
  have a ``seek`` method if it is wrapping something with a seek
  method (which usually it is not).

* In :mod:`paste.httpserver` re-raise KeyboardInterrupt in worker
  threads.

* Added support for the ``HttpOnly`` Cookie property to
  :mod:`paste.wsgiwrappers`

* Added :func:`paste.reloader.add_file_callback`, which lets you watch
  files based on a callback.

* Quiet Python 2.6 deprecation warnings.

* Fix :mod:`paste.auth.cookie` generating bad headers.

* Added :class:`paste.reloader.JythonMonitor` for an experimental,
  optimized reloader on Jython.


(epg)
diff -r1.5 -r1.6 pkgsrc/www/py-paste/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/www/py-paste/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/www/py-paste/Makefile (expand / switch to context diff)
--- pkgsrc/www/py-paste/Makefile 2008/09/12 05:32:38 1.5
+++ pkgsrc/www/py-paste/Makefile 2009/11/10 17:08:24 1.6
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2008/09/12 05:32:38 epg Exp $
+# $NetBSD: Makefile,v 1.6 2009/11/10 17:08:24 epg Exp $
 
-DISTNAME=	Paste-1.7.1
+DISTNAME=	Paste-1.7.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	www
 MASTER_SITES=	http://pypi.python.org/packages/source/P/Paste/

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/py-paste/distinfo (expand / switch to context diff)
--- pkgsrc/www/py-paste/distinfo 2008/09/04 16:49:17 1.1.1.1
+++ pkgsrc/www/py-paste/distinfo 2009/11/10 17:08:24 1.2
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/09/04 16:49:17 epg Exp $
+$NetBSD: distinfo,v 1.2 2009/11/10 17:08:24 epg Exp $
 
-SHA1 (Paste-1.7.1.tar.gz) = 0ae45557b0cc6cfe0a8d66c8051da0ea30d83d96
+SHA1 (Paste-1.7.2.tar.gz) = 4c7d6d76ec0fe76d57c525101c6f9ff6ebf4a93c
-RMD160 (Paste-1.7.1.tar.gz) = d17640143ff644bc4084d45b98a261d8c4ea3e1e
+RMD160 (Paste-1.7.2.tar.gz) = 10deddbb5ef3ccd220c6c0cdb594efd35045fdea
-Size (Paste-1.7.1.tar.gz) = 371990 bytes
+Size (Paste-1.7.2.tar.gz) = 373556 bytes