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:   wen
Date:           Mon Jan  2 11:45:29 UTC 2017

Modified Files:
        pkgsrc/www/py-flask: Makefile distinfo

Log Message:
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``.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-flask/Makefile
cvs rdiff -u -r1.4 -r1.5 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.9 pkgsrc/www/py-flask/Makefile:1.10
--- pkgsrc/www/py-flask/Makefile:1.9    Sun Aug 28 15:48:36 2016
+++ pkgsrc/www/py-flask/Makefile        Mon Jan  2 11:45:29 2017
@@ -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]*
 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"

Index: pkgsrc/www/py-flask/distinfo
diff -u pkgsrc/www/py-flask/distinfo:1.4 pkgsrc/www/py-flask/distinfo:1.5
--- pkgsrc/www/py-flask/distinfo:1.4    Wed Jun  1 21:05:46 2016
+++ pkgsrc/www/py-flask/distinfo        Mon Jan  2 11:45:29 2017
@@ -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



Home | Main Index | Thread Index | Old Index