diff options
author | wen <wen@pkgsrc.org> | 2017-01-02 11:45:29 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-01-02 11:45:29 +0000 |
commit | f7694c3ba679170b36c6a8af33c590d6261e6ad2 (patch) | |
tree | 5bf5c6291e92bd59a2e1e68f0c2c86a92321686d /www | |
parent | 25f7f886bcbba00ffafaed6e1e0d74ae2f236d4c (diff) | |
download | pkgsrc-f7694c3ba679170b36c6a8af33c590d6261e6ad2.tar.gz |
Update to 0.12
Upstream changes:
Version 0.12
------------
Released on December 21st 2016, codename Punsch.
- the cli command now responds to `--version`.
- Mimetype guessing and ETag generation for file-like objects in ``send_file``
has been removed, as per issue ``#104``. See pull request ``#1849``.
- Mimetype guessing in ``send_file`` now fails loudly and doesn't fall back to
``application/octet-stream``. See pull request ``#1988``.
- Make ``flask.safe_join`` able to join multiple paths like ``os.path.join``
(pull request ``#1730``).
- Revert a behavior change that made the dev server crash instead of returning
a Internal Server Error (pull request ``#2006``).
- Correctly invoke response handlers for both regular request dispatching as
well as error handlers.
- Disable logger propagation by default for the app logger.
- Add support for range requests in ``send_file``.
- ``app.test_client`` includes preset default environment, which can now be
directly set, instead of per ``client.get``.
Version 0.11.2
--------------
Bugfix release, unreleased
- Fix crash when running under PyPy3, see pull request ``#1814``.
Version 0.11.1
--------------
Bugfix release, released on June 7th 2016.
- Fixed a bug that prevented ``FLASK_APP=foobar/__init__.py`` from working. See
pull request ``#1872``.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-flask/Makefile | 6 | ||||
-rw-r--r-- | www/py-flask/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/py-flask/Makefile b/www/py-flask/Makefile index 95d1b47f44a..1b07dab85ed 100644 --- a/www/py-flask/Makefile +++ b/www/py-flask/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2016/08/28 15:48:36 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/02 11:45:29 wen Exp $ -DISTNAME= Flask-0.11 +DISTNAME= Flask-0.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask/} @@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test do-test: - cd ${WRKSRC} && py.test-${PYVERSSUFFIX} + cd ${WRKSRC}/tests && py.test-${PYVERSSUFFIX} .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-flask/distinfo b/www/py-flask/distinfo index da2c884f5d3..ebc4e3992fb 100644 --- a/www/py-flask/distinfo +++ b/www/py-flask/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2016/06/01 21:05:46 kleink Exp $ +$NetBSD: distinfo,v 1.5 2017/01/02 11:45:29 wen Exp $ -SHA1 (Flask-0.11.tar.gz) = 9a080ae1544583193ddc8c98787107c55ab89b34 -RMD160 (Flask-0.11.tar.gz) = 3a5c9c8835d57da552b7f0b6cfee2f58b0f7590b -SHA512 (Flask-0.11.tar.gz) = 77ee9998c96ba5e4eb007b81e04a051a6f8fc3ac837496a8c9e6637fdbff3e6fbba4912919b1cb2c5ed72951cc9fb8eb28d699e3f15de14ecbb51c362111eafc -Size (Flask-0.11.tar.gz) = 563928 bytes +SHA1 (Flask-0.12.tar.gz) = 73722d79e479d5f6b09bbb7b746c34a99b81b05c +RMD160 (Flask-0.12.tar.gz) = 9356ad43ed9f7736ae5da5066be7396a39053f76 +SHA512 (Flask-0.12.tar.gz) = b8e9e005a850fcba413ad151998768ea0facb68f05855a1934cc6e4de1438cb59a4dd1bc74d2b04d52b3e837afa0a7785e98ae6c5af363a894c2be64773113f0 +Size (Flask-0.12.tar.gz) = 531923 bytes SHA1 (patch-setup.py) = f8eb610f7e620355862d0d8edb818636f7e6d3c3 |