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 Feb 22 11:14:00 UTC 2026

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

Log Message:
py-flask: update to 3.1.3.

Version 3.1.3
-------------

Released 2026-02-18

-   The session is marked as accessed for operations that only access the keys
    but not the values, such as ``in`` and ``len``. :ghsa:`68rp-wp8r-4726`


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/www/py-flask/Makefile
cvs rdiff -u -r1.27 -r1.28 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.44 pkgsrc/www/py-flask/Makefile:1.45
--- pkgsrc/www/py-flask/Makefile:1.44   Thu Oct  9 08:07:29 2025
+++ pkgsrc/www/py-flask/Makefile        Sun Feb 22 11:14:00 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2025/10/09 08:07:29 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2026/02/22 11:14:00 wiz Exp $
 
-DISTNAME=      flask-3.1.2
+DISTNAME=      flask-3.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/flask/}
@@ -20,7 +20,7 @@ DEPENDS+=     ${PYPKGPREFIX}-werkzeug>=3.1.0
 
 USE_LANGUAGES= # none
 
-# as of 3.1.2
+# as of 3.1.3
 # 1 failed, 476 passed, 6 skipped
 
 post-install:

Index: pkgsrc/www/py-flask/distinfo
diff -u pkgsrc/www/py-flask/distinfo:1.27 pkgsrc/www/py-flask/distinfo:1.28
--- pkgsrc/www/py-flask/distinfo:1.27   Sun Aug 24 16:06:38 2025
+++ pkgsrc/www/py-flask/distinfo        Sun Feb 22 11:14:00 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2025/08/24 16:06:38 wiz Exp $
+$NetBSD: distinfo,v 1.28 2026/02/22 11:14:00 wiz Exp $
 
-BLAKE2s (flask-3.1.2.tar.gz) = 80b90d17b3a40bd4e7e7d1872a2107a7e43b3ea219279791709ab875723b2651
-SHA512 (flask-3.1.2.tar.gz) = 4eacac745cc285d82956a040385ec08d134ef639a7fe802a0bbb8b8d92e0c341668eed3ab49eedf4500796b7f1d54930e6a94515f88daedb39928fdbc693ac9b
-Size (flask-3.1.2.tar.gz) = 720160 bytes
+BLAKE2s (flask-3.1.3.tar.gz) = 3e4219f86899c483fa802df355b5f12033a28273e7ffbb07aa518534d6544c80
+SHA512 (flask-3.1.3.tar.gz) = 17c290fdccf3c7e45eeaf5d12a967889f6b0c6aac06a518624a18eb4de67904e825a2724d0c4d7701bb7e75a2f4629089a658e30909c6c7fe20992cc431b273e
+Size (flask-3.1.3.tar.gz) = 759004 bytes



Home | Main Index | Thread Index | Old Index