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: Tue Jul 23 05:33:51 UTC 2024
Modified Files:
pkgsrc/www/py-sanic: Makefile PLIST distinfo
Log Message:
py-sanic: updated to 24.6.0
24.6.0
Fix Docker publish
Fix Websockets Deprecation Warning
Run ruff with some changes
fix markdown on html5tagger page
Remove erroneous del line
Fix typo in sanic-ext configuration readme.md file
2882 Apply dynamic port fixture for tests of http, ext integration, create task, multiprocessing, pipelineing.
2882 Apply dynamic port fixture for tests of cli, config and server …
Healthcheck docs added extra information to enable the endpoint
Logging improvements
Unix sockets to use pathlib
Handle streaming from ASGI
Update manager.py
Resolve Python 3.12 deprecation notice
Fixed wrong formatting in request.md
Make the .message field on exceptions non-empty
Ensure proper intent for noisy exceptions
Merge Entity Header
Allow for custom name generation
Add missing test
Add logging of extras and a JSONFormatter
Simplify (request.cookies.)getlist function
Better fix for scheduling logic for transport close() and abort()
Catch request middleware exceptions
Fix missing setuptools. Fix ast deprecation warnings.
Fix deleting a cookie that was created with secure=False
Error on bad body length
Bad encoding
Begin Release PR 24.6
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/py-sanic/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-sanic/PLIST
cvs rdiff -u -r1.31 -r1.32 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.36 pkgsrc/www/py-sanic/Makefile:1.37
--- pkgsrc/www/py-sanic/Makefile:1.36 Thu Jan 11 13:13:27 2024
+++ pkgsrc/www/py-sanic/Makefile Tue Jul 23 05:33:50 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2024/01/11 13:13:27 adam Exp $
+# $NetBSD: Makefile,v 1.37 2024/07/23 05:33:50 adam Exp $
-DISTNAME= sanic-23.12.1
+DISTNAME= sanic-24.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sanic/}
@@ -10,13 +10,13 @@ HOMEPAGE= https://github.com/sanic-org/s
COMMENT= Microframework based on uvloop, httptools, and learnings of flask
LICENSE= mit AND apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-aiofiles>=0.6.0:../../devel/py-aiofiles
DEPENDS+= ${PYPKGPREFIX}-html5tagger>=1.2.1:../../textproc/py-html5tagger
DEPENDS+= ${PYPKGPREFIX}-httptools>=0.0.10:../../www/py-httptools
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}-typing-extensions>=4.4.0:../../devel/py-typing-extensions
DEPENDS+= ${PYPKGPREFIX}-ujson>=1.35:../../textproc/py-ujson
@@ -43,8 +43,6 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-uvicorn-[0
USE_LANGUAGES= # none
-USE_PKG_RESOURCES= yes
-
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
post-install:
Index: pkgsrc/www/py-sanic/PLIST
diff -u pkgsrc/www/py-sanic/PLIST:1.18 pkgsrc/www/py-sanic/PLIST:1.19
--- pkgsrc/www/py-sanic/PLIST:1.18 Fri Jan 5 18:23:02 2024
+++ pkgsrc/www/py-sanic/PLIST Tue Jul 23 05:33:50 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2024/01/05 18:23:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2024/07/23 05:33:50 adam Exp $
bin/sanic-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -147,6 +147,30 @@ ${PYSITELIB}/sanic/http/tls/creators.pyo
${PYSITELIB}/sanic/log.py
${PYSITELIB}/sanic/log.pyc
${PYSITELIB}/sanic/log.pyo
+${PYSITELIB}/sanic/logging/__init__.py
+${PYSITELIB}/sanic/logging/__init__.pyc
+${PYSITELIB}/sanic/logging/__init__.pyo
+${PYSITELIB}/sanic/logging/color.py
+${PYSITELIB}/sanic/logging/color.pyc
+${PYSITELIB}/sanic/logging/color.pyo
+${PYSITELIB}/sanic/logging/default.py
+${PYSITELIB}/sanic/logging/default.pyc
+${PYSITELIB}/sanic/logging/default.pyo
+${PYSITELIB}/sanic/logging/deprecation.py
+${PYSITELIB}/sanic/logging/deprecation.pyc
+${PYSITELIB}/sanic/logging/deprecation.pyo
+${PYSITELIB}/sanic/logging/filter.py
+${PYSITELIB}/sanic/logging/filter.pyc
+${PYSITELIB}/sanic/logging/filter.pyo
+${PYSITELIB}/sanic/logging/formatter.py
+${PYSITELIB}/sanic/logging/formatter.pyc
+${PYSITELIB}/sanic/logging/formatter.pyo
+${PYSITELIB}/sanic/logging/loggers.py
+${PYSITELIB}/sanic/logging/loggers.pyc
+${PYSITELIB}/sanic/logging/loggers.pyo
+${PYSITELIB}/sanic/logging/setup.py
+${PYSITELIB}/sanic/logging/setup.pyc
+${PYSITELIB}/sanic/logging/setup.pyo
${PYSITELIB}/sanic/middleware.py
${PYSITELIB}/sanic/middleware.pyc
${PYSITELIB}/sanic/middleware.pyo
Index: pkgsrc/www/py-sanic/distinfo
diff -u pkgsrc/www/py-sanic/distinfo:1.31 pkgsrc/www/py-sanic/distinfo:1.32
--- pkgsrc/www/py-sanic/distinfo:1.31 Thu Jan 11 13:13:27 2024
+++ pkgsrc/www/py-sanic/distinfo Tue Jul 23 05:33:51 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2024/01/11 13:13:27 adam Exp $
+$NetBSD: distinfo,v 1.32 2024/07/23 05:33:51 adam Exp $
-BLAKE2s (sanic-23.12.1.tar.gz) = fb2c520eebcf5ddd80ecc7c51bc55d1a2d65b03cdc9ac38420a0d9d0d1206b45
-SHA512 (sanic-23.12.1.tar.gz) = 40578493f1ed4453d58a6ee9496794533bc3f5d7d58a6d7bb3db5f19494fee96b7213c44e0af494538ee211f52cd239053a8313b904b3cdbf5da3aa1b61e8b43
-Size (sanic-23.12.1.tar.gz) = 344011 bytes
+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
Home |
Main Index |
Thread Index |
Old Index