pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-paste py-paste: updated to 3.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce0f61a5160d
branches:  trunk
changeset: 342211:ce0f61a5160d
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 16 10:14:34 2019 +0000

description:
py-paste: updated to 3.2.2

3.2.2
* Avoid some reference cycles through tracebacks in httpserver.py

3.2.1
* Handle io.UnsupportedOperation from socket.tell()

3.2.0
* Ensure unicode URLs work in TestApp.
* Make LimitedLengthFile file return empty bytes.
* Protect against accidental close in FieldStorage.

3.1.1
* TestApp.encode_multipart handles bytes filenames and params.

3.1.0
* Allow anything that can read() for a file-like response, not just
  a ``file`` instance.

diffstat:

 www/py-paste/Makefile |   4 ++--
 www/py-paste/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r ff8189942c7b -r ce0f61a5160d www/py-paste/Makefile
--- a/www/py-paste/Makefile     Wed Oct 16 10:10:57 2019 +0000
+++ b/www/py-paste/Makefile     Wed Oct 16 10:14:34 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2019/03/10 13:54:40 adam Exp $
+# $NetBSD: Makefile,v 1.23 2019/10/16 10:14:34 adam Exp $
 
-DISTNAME=      Paste-3.0.8
+DISTNAME=      Paste-3.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Paste/}
diff -r ff8189942c7b -r ce0f61a5160d www/py-paste/distinfo
--- a/www/py-paste/distinfo     Wed Oct 16 10:10:57 2019 +0000
+++ b/www/py-paste/distinfo     Wed Oct 16 10:14:34 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2019/03/10 13:54:40 adam Exp $
+$NetBSD: distinfo,v 1.14 2019/10/16 10:14:34 adam Exp $
 
-SHA1 (Paste-3.0.8.tar.gz) = 964a586dd69d484fe4cbbcf9053cca6bc8d35b30
-RMD160 (Paste-3.0.8.tar.gz) = ced09852b2329e9dce38e41c375ca969fad0e172
-SHA512 (Paste-3.0.8.tar.gz) = d811e9a69f6fdd9cd7c960bae45c889cfb9b761f66c84b045e26f8cea0fa499c5ec27510d2b639062ab75cb090a35a37930813ac1f42c59c0426f2e3231d9c96
-Size (Paste-3.0.8.tar.gz) = 631298 bytes
+SHA1 (Paste-3.2.2.tar.gz) = ab9956c0e920c9f5385f2790624af610b9c117b8
+RMD160 (Paste-3.2.2.tar.gz) = 73cb0703d3608f67ca16597cfce7e0c8333f233b
+SHA512 (Paste-3.2.2.tar.gz) = c9a51034eafa6280623877aa3849b3c8a61e05dfd6527e2aa5daf6f6917b8cecac357e4ec0d7f9397e2fd089203294e7e0520239667e16da6ca5d9fec453b8a9
+Size (Paste-3.2.2.tar.gz) = 632319 bytes



Home | Main Index | Thread Index | Old Index