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: wiz
Date: Sun Nov 17 09:32:22 UTC 2024
Modified Files:
pkgsrc/www/py-flask: Makefile distinfo
Log Message:
py-flask: update to 3.1.0.
Version 3.1.0
-------------
Released 2024-11-13
- Drop support for Python 3.8. :pr:`5623`
- Update minimum dependency versions to latest feature releases.
Werkzeug >= 3.1, ItsDangerous >= 2.2, Blinker >= 1.9. :pr:`5624,5633`
- Provide a configuration option to control automatic option
responses. :pr:`5496`
- ``Flask.open_resource``/``open_instance_resource`` and
``Blueprint.open_resource`` take an ``encoding`` parameter to use when
opening in text mode. It defaults to ``utf-8``. :issue:`5504`
- ``Request.max_content_length`` can be customized per-request instead of only
through the ``MAX_CONTENT_LENGTH`` config. Added
``MAX_FORM_MEMORY_SIZE`` and ``MAX_FORM_PARTS`` config. Added documentation
about resource limits to the security page. :issue:`5625`
- Add support for the ``Partitioned`` cookie attribute (CHIPS), with the
``SESSION_COOKIE_PARTITIONED`` config. :issue:`5472`
- ``-e path`` takes precedence over default ``.env`` and ``.flaskenv`` files.
``load_dotenv`` loads default files in addition to a path unless
``load_defaults=False`` is passed. :issue:`5628`
- Support key rotation with the ``SECRET_KEY_FALLBACKS`` config, a list of old
secret keys that can still be used for unsigning. Extensions will need to
add support. :issue:`5621`
- Fix how setting ``host_matching=True`` or ``subdomain_matching=False``
interacts with ``SERVER_NAME``. Setting ``SERVER_NAME`` no longer restricts
requests to only that domain. :issue:`5553`
- ``Request.trusted_hosts`` is checked during routing, and can be set through
the ``TRUSTED_HOSTS`` config. :issue:`5636`
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/py-flask/Makefile
cvs rdiff -u -r1.24 -r1.25 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.39 pkgsrc/www/py-flask/Makefile:1.40
--- pkgsrc/www/py-flask/Makefile:1.39 Mon Apr 8 05:11:17 2024
+++ pkgsrc/www/py-flask/Makefile Sun Nov 17 09:32:22 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2024/04/08 05:11:17 adam Exp $
+# $NetBSD: Makefile,v 1.40 2024/11/17 09:32:22 wiz Exp $
-DISTNAME= flask-3.0.3
+DISTNAME= flask-3.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/flask/}
@@ -19,8 +19,6 @@ DEPENDS+= ${PYPKGPREFIX}-werkzeug>=3.0.0
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 310
DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=3.6.0:../../devel/py-importlib-metadata
Index: pkgsrc/www/py-flask/distinfo
diff -u pkgsrc/www/py-flask/distinfo:1.24 pkgsrc/www/py-flask/distinfo:1.25
--- pkgsrc/www/py-flask/distinfo:1.24 Mon Apr 8 05:11:17 2024
+++ pkgsrc/www/py-flask/distinfo Sun Nov 17 09:32:22 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2024/04/08 05:11:17 adam Exp $
+$NetBSD: distinfo,v 1.25 2024/11/17 09:32:22 wiz Exp $
-BLAKE2s (flask-3.0.3.tar.gz) = ceb0e32ae556dde16d64e1db335968091252b59eccf1fc8b92f3cdbf2d1c91da
-SHA512 (flask-3.0.3.tar.gz) = 977c0e5fd2d496fae8e34a035f211118642dc6518a14dc5f6c175b72c6a76407aeb9ff0ed1f5db636370a9aa7e0d36baa783713ea7bdabd7f28c8c2b94643cd1
-Size (flask-3.0.3.tar.gz) = 676315 bytes
+BLAKE2s (flask-3.1.0.tar.gz) = 1445920ffb3871423e2cf9d8d99c1ce17bdae050bf3619e67caa629368609eda
+SHA512 (flask-3.1.0.tar.gz) = dd1d9113f57d62cd8fb5d33a6fb6258761a39c3df41d174e52f454abfbfc2da4b6a88b142196bd0681637fe53982d95762b023acddbed00f10805c4266194e24
+Size (flask-3.1.0.tar.gz) = 680824 bytes
Home |
Main Index |
Thread Index |
Old Index