pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-flask py-flask: updated to 1.0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b0bf4475bae
branches:  trunk
changeset: 333995:8b0bf4475bae
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun May 19 07:59:50 2019 +0000

description:
py-flask: updated to 1.0.3

Version 1.0.3
-   :func:send_file encodes filenames as ASCII instead of Latin-1
    (ISO-8859-1). This fixes compatibility with Gunicorn, which is
    stricter about header encodings than PEP 3333.
-   Allow custom CLIs using FlaskGroup to set the debug flag without
    it always being overwritten based on environment variables.
-   flask --version outputs Werkzeug's version and simplifies the
    Python version.
-   :func:send_file handles an attachment_filename that is a
    native Python 2 string (bytes) with UTF-8 coded bytes.
-   A catch-all error handler registered for HTTPException will not
    handle RoutingExcpetion, which is used internally during
    routing. This fixes the unexpected behavior that had been introduced
    in 1.0.
-   Passing the json argument to app.test_client does not
    push/pop an extra app context.

diffstat:

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

diffs (27 lines):

diff -r 331a251ce37c -r 8b0bf4475bae www/py-flask/Makefile
--- a/www/py-flask/Makefile     Sun May 19 07:56:38 2019 +0000
+++ b/www/py-flask/Makefile     Sun May 19 07:59:50 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2018/07/20 08:40:42 adam Exp $
+# $NetBSD: Makefile,v 1.14 2019/05/19 07:59:50 adam Exp $
 
-DISTNAME=      Flask-1.0.2
+DISTNAME=      Flask-1.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/Flask/}
diff -r 331a251ce37c -r 8b0bf4475bae www/py-flask/distinfo
--- a/www/py-flask/distinfo     Sun May 19 07:56:38 2019 +0000
+++ b/www/py-flask/distinfo     Sun May 19 07:59:50 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/07/20 08:40:42 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/05/19 07:59:50 adam Exp $
 
-SHA1 (Flask-1.0.2.tar.gz) = 97c8c0cb00ed98eb1cca8da478ca701485afdc18
-RMD160 (Flask-1.0.2.tar.gz) = 2a4ee681dfe52fd92529eacfccebb47995ca006a
-SHA512 (Flask-1.0.2.tar.gz) = 0ddf5d8bb0b0ae61f990096dffe3cf02744d7986015d05ae2cc09dfe0def17df44e2a4c58e330d17c7bd8c3eb74014dee5e2edef6e300b8e4ed756c251938f52
-Size (Flask-1.0.2.tar.gz) = 644534 bytes
+SHA1 (Flask-1.0.3.tar.gz) = 7033ecbb28428b43703c231eb1de3545b5a744b6
+RMD160 (Flask-1.0.3.tar.gz) = 6b60d312c533d982ce09032b6ed8a261462a073b
+SHA512 (Flask-1.0.3.tar.gz) = 4b3fb1d7b9ec229e3ceda721791056e063a3bb0efd14e4ab9e2e49d3634e875608f05505cfd6b7f1c7fa3da3e1474283fdb72e174e52cded80acca7058f2f235
+Size (Flask-1.0.3.tar.gz) = 647311 bytes



Home | Main Index | Thread Index | Old Index