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:           Thu Jan  2 14:13:34 UTC 2025

Modified Files:
        pkgsrc/www/py-sanic: Makefile PLIST distinfo

Log Message:
py-sanic: updated to 24.12.0

24.12.0

DOCS: small fix to class name
Cleanup some typing
Fix SanicException quiet attribute handling when set to False
Kill the entire process group if applicable
Cleanup setup.cfg
Fix incompatible type annotation of get method in the HTTPMethodView class
fixes typo in sanic-ext cors docs
chore: support JSONRepsonse dumps callable return type bytes
Fixed mixins.startup.serve UnboundLocalError.
Custom commands
Remove 3.8 and add 3.13


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/py-sanic/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-sanic/PLIST
cvs rdiff -u -r1.32 -r1.33 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.39 pkgsrc/www/py-sanic/Makefile:1.40
--- pkgsrc/www/py-sanic/Makefile:1.39   Mon Nov 11 07:29:27 2024
+++ pkgsrc/www/py-sanic/Makefile        Thu Jan  2 14:13:34 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2024/11/11 07:29:27 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2025/01/02 14:13:34 adam Exp $
 
-DISTNAME=      sanic-24.6.0
+DISTNAME=      sanic-24.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sanic/}

Index: pkgsrc/www/py-sanic/PLIST
diff -u pkgsrc/www/py-sanic/PLIST:1.19 pkgsrc/www/py-sanic/PLIST:1.20
--- pkgsrc/www/py-sanic/PLIST:1.19      Tue Jul 23 05:33:50 2024
+++ pkgsrc/www/py-sanic/PLIST   Thu Jan  2 14:13:34 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2024/07/23 05:33:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2025/01/02 14:13:34 adam Exp $
 bin/sanic-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -72,6 +72,9 @@ ${PYSITELIB}/sanic/cli/base.pyo
 ${PYSITELIB}/sanic/cli/console.py
 ${PYSITELIB}/sanic/cli/console.pyc
 ${PYSITELIB}/sanic/cli/console.pyo
+${PYSITELIB}/sanic/cli/executor.py
+${PYSITELIB}/sanic/cli/executor.pyc
+${PYSITELIB}/sanic/cli/executor.pyo
 ${PYSITELIB}/sanic/cli/inspector.py
 ${PYSITELIB}/sanic/cli/inspector.pyc
 ${PYSITELIB}/sanic/cli/inspector.pyo
@@ -180,6 +183,9 @@ ${PYSITELIB}/sanic/mixins/__init__.pyo
 ${PYSITELIB}/sanic/mixins/base.py
 ${PYSITELIB}/sanic/mixins/base.pyc
 ${PYSITELIB}/sanic/mixins/base.pyo
+${PYSITELIB}/sanic/mixins/commands.py
+${PYSITELIB}/sanic/mixins/commands.pyc
+${PYSITELIB}/sanic/mixins/commands.pyo
 ${PYSITELIB}/sanic/mixins/exceptions.py
 ${PYSITELIB}/sanic/mixins/exceptions.pyc
 ${PYSITELIB}/sanic/mixins/exceptions.pyo

Index: pkgsrc/www/py-sanic/distinfo
diff -u pkgsrc/www/py-sanic/distinfo:1.32 pkgsrc/www/py-sanic/distinfo:1.33
--- pkgsrc/www/py-sanic/distinfo:1.32   Tue Jul 23 05:33:51 2024
+++ pkgsrc/www/py-sanic/distinfo        Thu Jan  2 14:13:34 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2024/07/23 05:33:51 adam Exp $
+$NetBSD: distinfo,v 1.33 2025/01/02 14:13:34 adam Exp $
 
-BLAKE2s (sanic-24.6.0.tar.gz) = 8dba0744673365845696552f1bd85762b48bc8fbea784fc7b73546b9015c7273
-SHA512 (sanic-24.6.0.tar.gz) = cb9889c25b6f348cf9d5483828ae7207b4b2c12cd571c53a0203b98556b3fb92e210fbc5e0bef618673cf1d7cb98624321eec710eb56bead67ee20cd4bddd65b
-Size (sanic-24.6.0.tar.gz) = 351992 bytes
+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



Home | Main Index | Thread Index | Old Index