pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-sanic
Module Name: pkgsrc
Committed By: adam
Date: Sun Aug 10 08:21:50 UTC 2025
Modified Files:
pkgsrc/www/py-sanic: Makefile PLIST distinfo
Log Message:
py-sanic: updated to 25.3.0
25.3.0
cleanup py3.8
added minor type hinting
Gh checks
Add REPL context
Try websockets 11.0+ import first, then fall back to <11.0
Handle the websockets response body change
Add missing test to workflow
Add default to response.cookies
Add exception logging on connection auto close
Subclass init allow for kwargs
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/py-sanic/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-sanic/PLIST
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/py-sanic/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-sanic/Makefile
diff -u pkgsrc/www/py-sanic/Makefile:1.42 pkgsrc/www/py-sanic/Makefile:1.43
--- pkgsrc/www/py-sanic/Makefile:1.42 Sat Jul 5 11:44:17 2025
+++ pkgsrc/www/py-sanic/Makefile Sun Aug 10 08:21:50 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2025/07/05 11:44:17 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2025/08/10 08:21:50 adam Exp $
-DISTNAME= sanic-24.12.0
+DISTNAME= sanic-25.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sanic/}
Index: pkgsrc/www/py-sanic/PLIST
diff -u pkgsrc/www/py-sanic/PLIST:1.21 pkgsrc/www/py-sanic/PLIST:1.22
--- pkgsrc/www/py-sanic/PLIST:1.21 Mon Apr 14 20:28:02 2025
+++ pkgsrc/www/py-sanic/PLIST Sun Aug 10 08:21:50 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2025/04/14 20:28:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2025/08/10 08:21:50 adam Exp $
bin/sanic-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -213,6 +213,9 @@ ${PYSITELIB}/sanic/models/__init__.pyo
${PYSITELIB}/sanic/models/asgi.py
${PYSITELIB}/sanic/models/asgi.pyc
${PYSITELIB}/sanic/models/asgi.pyo
+${PYSITELIB}/sanic/models/ctx_types.py
+${PYSITELIB}/sanic/models/ctx_types.pyc
+${PYSITELIB}/sanic/models/ctx_types.pyo
${PYSITELIB}/sanic/models/futures.py
${PYSITELIB}/sanic/models/futures.pyc
${PYSITELIB}/sanic/models/futures.pyo
Index: pkgsrc/www/py-sanic/distinfo
diff -u pkgsrc/www/py-sanic/distinfo:1.33 pkgsrc/www/py-sanic/distinfo:1.34
--- pkgsrc/www/py-sanic/distinfo:1.33 Thu Jan 2 14:13:34 2025
+++ pkgsrc/www/py-sanic/distinfo Sun Aug 10 08:21:50 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2025/01/02 14:13:34 adam Exp $
+$NetBSD: distinfo,v 1.34 2025/08/10 08:21:50 adam Exp $
-BLAKE2s (sanic-24.12.0.tar.gz) = bb24705725731c4a81679c2b7d6da73df52d639d8db6e0477f105b2c2973161f
-SHA512 (sanic-24.12.0.tar.gz) = 671fdf102d84753016e08c4276ad05afa2dfe19d9966bd3c471991c7234c804059a206810a4c7bc915d0bfe4d3678afd5990b1df4b920103826229cb6594e6ed
-Size (sanic-24.12.0.tar.gz) = 351866 bytes
+BLAKE2s (sanic-25.3.0.tar.gz) = 2feff85766f1b49ce8ee4313207c2767b13c87421c0552ac3b1bca8fe6de6b8e
+SHA512 (sanic-25.3.0.tar.gz) = 45dba82b6033bf16b547f44eed8791e2a51e607cfc01ae50e9fa36ebb937815b04c348b075836e7f529ef105dca7a57ed9888b4be901adf13fb78ce325dec51f
+Size (sanic-25.3.0.tar.gz) = 353027 bytes
Home |
Main Index |
Thread Index |
Old Index