pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-flask
Module Name: pkgsrc
Committed By: adam
Date: Sun May 19 07:59:50 UTC 2019
Modified Files:
pkgsrc/www/py-flask: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-flask/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-flask/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-flask/Makefile
diff -u pkgsrc/www/py-flask/Makefile:1.13 pkgsrc/www/py-flask/Makefile:1.14
--- pkgsrc/www/py-flask/Makefile:1.13 Fri Jul 20 08:40:42 2018
+++ pkgsrc/www/py-flask/Makefile Sun May 19 07:59:50 2019
@@ -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/}
Index: pkgsrc/www/py-flask/distinfo
diff -u pkgsrc/www/py-flask/distinfo:1.7 pkgsrc/www/py-flask/distinfo:1.8
--- pkgsrc/www/py-flask/distinfo:1.7 Fri Jul 20 08:40:42 2018
+++ pkgsrc/www/py-flask/distinfo Sun May 19 07:59:50 2019
@@ -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