summaryrefslogtreecommitdiff
path: root/www/py-werkzeug
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2013-07-26 09:16:00 +0000
committerkleink <kleink@pkgsrc.org>2013-07-26 09:16:00 +0000
commitb70b973f707f1851f998c519033e6ebc340db143 (patch)
tree01927a9daebf89140b993ed5158f5adc5b98499e /www/py-werkzeug
parentad6619c01c10349340ff2f381baacfb2b3223fbf (diff)
downloadpkgsrc-b70b973f707f1851f998c519033e6ebc340db143.tar.gz
Update py-werkzeug and py-werkzeug-docs to 0.9.3.
Version 0.9.3 ------------- (bugfix release, released on July 25th 2013) - Restored beahvior of the ``data`` descriptor of the request class to pre 0.9 behavior. This now also means that ``.data`` and ``.get_data()`` have different behavior. New code should use ``.get_data()`` always. In addition to that there is now a flag for the ``.get_data()`` method that controls what should happen with form data parsing and the form parser will honor cached data. This makes dealing with custom form data more consistent.
Diffstat (limited to 'www/py-werkzeug')
-rw-r--r--www/py-werkzeug/Makefile.common4
-rw-r--r--www/py-werkzeug/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/py-werkzeug/Makefile.common b/www/py-werkzeug/Makefile.common
index b07efe50425..c51042cff4f 100644
--- a/www/py-werkzeug/Makefile.common
+++ b/www/py-werkzeug/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.4 2013/07/19 18:03:42 kleink Exp $
+# $NetBSD: Makefile.common,v 1.5 2013/07/26 09:16:00 kleink Exp $
# used by www/py-werkzeug/Makefile
# used by www/py-werkzeug-docs/Makefile
-DISTNAME= Werkzeug-0.9.2
+DISTNAME= Werkzeug-0.9.3
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/W/Werkzeug/
diff --git a/www/py-werkzeug/distinfo b/www/py-werkzeug/distinfo
index 06e01fbfe9f..5446a7a60f6 100644
--- a/www/py-werkzeug/distinfo
+++ b/www/py-werkzeug/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2013/07/19 18:03:42 kleink Exp $
+$NetBSD: distinfo,v 1.4 2013/07/26 09:16:00 kleink Exp $
-SHA1 (Werkzeug-0.9.2.tar.gz) = 3925b590fe0abc83a57833107d2b815284a22acf
-RMD160 (Werkzeug-0.9.2.tar.gz) = d5d644029553b3b8368fba1a1108a0b451546b8f
-Size (Werkzeug-0.9.2.tar.gz) = 1125205 bytes
+SHA1 (Werkzeug-0.9.3.tar.gz) = 141014f20a3ceefd7d5b7336dc256c8d104c0bfc
+RMD160 (Werkzeug-0.9.3.tar.gz) = d58b062d21950ac62764992f943d521455d5499f
+Size (Werkzeug-0.9.3.tar.gz) = 1126096 bytes