pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-werkzeug Update py-werkzeug and py-werkzeug-doc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/90f4220b36c2
branches: trunk
changeset: 621864:90f4220b36c2
user: kleink <kleink%pkgsrc.org@localhost>
date: Fri Jul 19 18:03:42 2013 +0000
description:
Update py-werkzeug and py-werkzeug-docs to 0.9.2.
Version 0.9.2
-------------
(bugfix release, released on July 18th 2013)
- Added `unsafe` parameter to :func:`~werkzeug.urls.url_quote`.
- Fixed an issue with :func:`~werkzeug.urls.url_quote_plus` not quoting
`'+'` correctly.
- Ported remaining parts of :class:`~werkzeug.contrib.RedisCache` to
Python 3.3.
- Ported remaining parts of :class:`~werkzeug.contrib.MemcachedCache` to
Python 3.3
- Fixed a deprecation warning in the contrib atom module.
- Fixed a regression with setting of content types through the
headers dictionary instead with the content type parameter.
- Use correct name for stdlib secure string comparision function.
- Fixed a wrong reference in the docstring of
:func:`~werkzeug.local.release_local`.
- Fixed an `AttributeError` that sometimes occurred when accessing the
:attr:`werkzeug.wrappers.BaseResponse.is_streamed` attribute.
diffstat:
www/py-werkzeug/Makefile.common | 4 ++--
www/py-werkzeug/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (28 lines):
diff -r 27a985d80bf8 -r 90f4220b36c2 www/py-werkzeug/Makefile.common
--- a/www/py-werkzeug/Makefile.common Fri Jul 19 15:32:58 2013 +0000
+++ b/www/py-werkzeug/Makefile.common Fri Jul 19 18:03:42 2013 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.3 2013/07/09 17:11:42 kleink Exp $
+# $NetBSD: Makefile.common,v 1.4 2013/07/19 18:03:42 kleink Exp $
# used by www/py-werkzeug/Makefile
# used by www/py-werkzeug-docs/Makefile
-DISTNAME= Werkzeug-0.9.1
+DISTNAME= Werkzeug-0.9.2
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/W/Werkzeug/
diff -r 27a985d80bf8 -r 90f4220b36c2 www/py-werkzeug/distinfo
--- a/www/py-werkzeug/distinfo Fri Jul 19 15:32:58 2013 +0000
+++ b/www/py-werkzeug/distinfo Fri Jul 19 18:03:42 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2013/07/09 17:11:42 kleink Exp $
+$NetBSD: distinfo,v 1.3 2013/07/19 18:03:42 kleink Exp $
-SHA1 (Werkzeug-0.9.1.tar.gz) = b6aaee98a88e36b578e2eadaeb0a02b6d7a49ee4
-RMD160 (Werkzeug-0.9.1.tar.gz) = d355332ff7f409c53d93c2e5feb28be175ef7fa2
-Size (Werkzeug-0.9.1.tar.gz) = 1124459 bytes
+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
Home |
Main Index |
Thread Index |
Old Index