summaryrefslogtreecommitdiff
path: root/www/py-paste
diff options
context:
space:
mode:
authorepg <epg>2009-11-10 17:08:24 +0000
committerepg <epg>2009-11-10 17:08:24 +0000
commitd0b2ce0cf0299d41a0db91f828c24535020455ce (patch)
treecf63fa478c5cab7242dd8a381dd7cb404fddb267 /www/py-paste
parent4b2621a4e0f62f40eee8a428ad2485e241e99e31 (diff)
downloadpkgsrc-d0b2ce0cf0299d41a0db91f828c24535020455ce.tar.gz
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.
Diffstat (limited to 'www/py-paste')
-rw-r--r--www/py-paste/Makefile4
-rw-r--r--www/py-paste/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/py-paste/Makefile b/www/py-paste/Makefile
index c84bd56e37a..5fabc032b98 100644
--- a/www/py-paste/Makefile
+++ b/www/py-paste/Makefile
@@ -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/
diff --git a/www/py-paste/distinfo b/www/py-paste/distinfo
index ce0564789d8..d9226aec9f6 100644
--- a/www/py-paste/distinfo
+++ b/www/py-paste/distinfo
@@ -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
-RMD160 (Paste-1.7.1.tar.gz) = d17640143ff644bc4084d45b98a261d8c4ea3e1e
-Size (Paste-1.7.1.tar.gz) = 371990 bytes
+SHA1 (Paste-1.7.2.tar.gz) = 4c7d6d76ec0fe76d57c525101c6f9ff6ebf4a93c
+RMD160 (Paste-1.7.2.tar.gz) = 10deddbb5ef3ccd220c6c0cdb594efd35045fdea
+Size (Paste-1.7.2.tar.gz) = 373556 bytes