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 Jan 11 10:40:12 UTC 2026
Modified Files:
pkgsrc/www/py-sanic: Makefile PLIST distinfo
Log Message:
py-sanic: updated to 25.12.0
25.12.0
Create baseline for bandit to remove false positives
Use secrets for generating unique ping payloads
Add some typing and fix some tests
Fix race condition in worker restart causing spawn failure
Fix AttributeError in close_if_idle() when _http is not initialized
Add typing for parameters of constructor of WorkerManager
Update str_to_bool function to include 'nope' as a valid false value
Add DetailedConverter for advanced environment variable conversion
Fix WorkerManager.kill on Windows
silent on RuntimeError when write_eof
Single letter typo fix for request.md documentation
Fixed incorrect links throughout the documentation
Change the log type to debug
Add correct path for Contribution guidelines
Fix broken link in website
Fix 'how we built sanic' sidebar link
Fixes sanic_ext - openapi component documentation
Update required Python to >=3.9
feat: Add automatic charset=UTF-8 to text content types
Upgrade tracerite to latest
Better server error messaging
Testing improvements
Move to 2-stage coverage check
fixing bad term cleanup at exit
Bump dawidd6/action-download-artifact from 3 to 6 in /.github/workflows
Add daemon mode to Sanic CLI
Remove v3.9 and add v3.14
Return task when creating a task
Fix static file serving for directories with CJK characters
Explicit symlink params for static files/dirs
Respect LOG_EXTRA in all cases
Respect KEEP_ALIVE config
Check state in shutdown for handling uvloop double kill
Prepare for v25.12 release
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/www/py-sanic/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/py-sanic/PLIST
cvs rdiff -u -r1.34 -r1.35 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.45 pkgsrc/www/py-sanic/Makefile:1.46
--- pkgsrc/www/py-sanic/Makefile:1.45 Thu Oct 9 07:58:11 2025
+++ pkgsrc/www/py-sanic/Makefile Sun Jan 11 10:40:12 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2025/10/09 07:58:11 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2026/01/11 10:40:12 adam Exp $
-DISTNAME= sanic-25.3.0
+DISTNAME= sanic-25.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sanic/}
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-httptools>=0.0.
DEPENDS+= ${PYPKGPREFIX}-multidict>=5.0:../../databases/py-multidict
DEPENDS+= ${PYPKGPREFIX}-sanic-routing>=23.12.0:../../www/py-sanic-routing
DEPENDS+= ${PYPKGPREFIX}-setuptools>=70.1.0:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-tracerite>=1.0.0:../../devel/py-tracerite
+DEPENDS+= ${PYPKGPREFIX}-tracerite>=2.2.0:../../devel/py-tracerite
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.4.0:../../devel/py-typing-extensions
DEPENDS+= ${PYPKGPREFIX}-ujson>=1.35:../../textproc/py-ujson
DEPENDS+= ${PYPKGPREFIX}-uvloop>=0.15.0:../../devel/py-uvloop
Index: pkgsrc/www/py-sanic/PLIST
diff -u pkgsrc/www/py-sanic/PLIST:1.22 pkgsrc/www/py-sanic/PLIST:1.23
--- pkgsrc/www/py-sanic/PLIST:1.22 Sun Aug 10 08:21:50 2025
+++ pkgsrc/www/py-sanic/PLIST Sun Jan 11 10:40:12 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2025/08/10 08:21:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2026/01/11 10:40:12 adam Exp $
bin/sanic-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -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/daemon.py
+${PYSITELIB}/sanic/cli/daemon.pyc
+${PYSITELIB}/sanic/cli/daemon.pyo
${PYSITELIB}/sanic/cli/executor.py
${PYSITELIB}/sanic/cli/executor.pyc
${PYSITELIB}/sanic/cli/executor.pyo
@@ -325,6 +328,12 @@ ${PYSITELIB}/sanic/signals.pyo
${PYSITELIB}/sanic/simple.py
${PYSITELIB}/sanic/simple.pyc
${PYSITELIB}/sanic/simple.pyo
+${PYSITELIB}/sanic/startup/__init__.py
+${PYSITELIB}/sanic/startup/__init__.pyc
+${PYSITELIB}/sanic/startup/__init__.pyo
+${PYSITELIB}/sanic/startup/errors.py
+${PYSITELIB}/sanic/startup/errors.pyc
+${PYSITELIB}/sanic/startup/errors.pyo
${PYSITELIB}/sanic/touchup/__init__.py
${PYSITELIB}/sanic/touchup/__init__.pyc
${PYSITELIB}/sanic/touchup/__init__.pyo
@@ -367,6 +376,9 @@ ${PYSITELIB}/sanic/worker/__init__.pyo
${PYSITELIB}/sanic/worker/constants.py
${PYSITELIB}/sanic/worker/constants.pyc
${PYSITELIB}/sanic/worker/constants.pyo
+${PYSITELIB}/sanic/worker/daemon.py
+${PYSITELIB}/sanic/worker/daemon.pyc
+${PYSITELIB}/sanic/worker/daemon.pyo
${PYSITELIB}/sanic/worker/inspector.py
${PYSITELIB}/sanic/worker/inspector.pyc
${PYSITELIB}/sanic/worker/inspector.pyo
Index: pkgsrc/www/py-sanic/distinfo
diff -u pkgsrc/www/py-sanic/distinfo:1.34 pkgsrc/www/py-sanic/distinfo:1.35
--- pkgsrc/www/py-sanic/distinfo:1.34 Sun Aug 10 08:21:50 2025
+++ pkgsrc/www/py-sanic/distinfo Sun Jan 11 10:40:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2025/08/10 08:21:50 adam Exp $
+$NetBSD: distinfo,v 1.35 2026/01/11 10:40:12 adam Exp $
-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
+BLAKE2s (sanic-25.12.0.tar.gz) = 3e18ad7880192dc34ee53bd26f81354369b85e9c661de039a005cbfe88e9b044
+SHA512 (sanic-25.12.0.tar.gz) = 9b6e2598d509b7ebe3ffa58ecd5eb94aa6c05d4a2b7a1eaee7a2a118583551bd811704b4da59a0aa0f451d568a816897b8811ff2cb51d7e63f2f9b64b68eb8c7
+Size (sanic-25.12.0.tar.gz) = 373452 bytes
Home |
Main Index |
Thread Index |
Old Index