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 unified 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,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.5 2008/09/12 05:32:38 epg Exp $ 1# $NetBSD: Makefile,v 1.6 2009/11/10 17:08:24 epg Exp $
2 2
3DISTNAME= Paste-1.7.1 3DISTNAME= Paste-1.7.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= http://pypi.python.org/packages/source/P/Paste/ 6MASTER_SITES= http://pypi.python.org/packages/source/P/Paste/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://pythonpaste.org/ 9HOMEPAGE= http://pythonpaste.org/
10COMMENT= Middleware for Python WSGI applications 10COMMENT= Middleware for Python WSGI applications
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14.include "../../lang/python/egg.mk" 14.include "../../lang/python/egg.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

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