pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-uvicorn



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep 23 16:30:48 UTC 2025

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

Log Message:
py-uvicorn: updated to 0.37.0

0.37.0 (September 23, 2025)

Added

Add --timeout-worker-healthcheck option
Add os.PathLike[str] type to ssl_ca_certs

0.36.1 (September 23, 2025)

Fixed

Raise an exception when calling removed Config.setup_event_loop()

0.36.0 (September 20, 2025)

Added

Support custom IOLOOPs
Allow to provide importable string in --http, --ws and --loop


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/www/py-uvicorn/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-uvicorn/PLIST
cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/py-uvicorn/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-uvicorn/Makefile
diff -u pkgsrc/www/py-uvicorn/Makefile:1.53 pkgsrc/www/py-uvicorn/Makefile:1.54
--- pkgsrc/www/py-uvicorn/Makefile:1.53 Sat Jul  5 11:44:08 2025
+++ pkgsrc/www/py-uvicorn/Makefile      Tue Sep 23 16:30:48 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2025/07/05 11:44:08 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2025/09/23 16:30:48 adam Exp $
 
-DISTNAME=      uvicorn-0.35.0
+DISTNAME=      uvicorn-0.37.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uvicorn/}
@@ -22,6 +22,7 @@ DEPENDS+=     ${PYPKGPREFIX}-websockets>=10.
 DEPENDS+=      ${PYPKGPREFIX}-yaml>=5.1:../../textproc/py-yaml
 TEST_DEPENDS+= ${PYPKGPREFIX}-httpx>=0.27.2:../../www/py-httpx
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.14.0:../../devel/py-test-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=3.6.1:../../devel/py-test-xdist
 
 USE_LANGUAGES= # none
 
@@ -33,7 +34,7 @@ post-install:
 
 # Needs a2wsgi
 pre-test:
-       ${RM} ${WRKSRC}/tests/middleware/test_wsgi.py
+       ${RM} -f ${WRKSRC}/tests/middleware/test_wsgi.py
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-uvicorn/PLIST
diff -u pkgsrc/www/py-uvicorn/PLIST:1.14 pkgsrc/www/py-uvicorn/PLIST:1.15
--- pkgsrc/www/py-uvicorn/PLIST:1.14    Tue Jul  1 08:09:46 2025
+++ pkgsrc/www/py-uvicorn/PLIST Tue Sep 23 16:30:48 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2025/07/01 08:09:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2025/09/23 16:30:48 adam Exp $
 bin/uvicorn-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -11,6 +11,9 @@ ${PYSITELIB}/uvicorn/__init__.pyo
 ${PYSITELIB}/uvicorn/__main__.py
 ${PYSITELIB}/uvicorn/__main__.pyc
 ${PYSITELIB}/uvicorn/__main__.pyo
+${PYSITELIB}/uvicorn/_compat.py
+${PYSITELIB}/uvicorn/_compat.pyc
+${PYSITELIB}/uvicorn/_compat.pyo
 ${PYSITELIB}/uvicorn/_subprocess.py
 ${PYSITELIB}/uvicorn/_subprocess.pyc
 ${PYSITELIB}/uvicorn/_subprocess.pyo

Index: pkgsrc/www/py-uvicorn/distinfo
diff -u pkgsrc/www/py-uvicorn/distinfo:1.46 pkgsrc/www/py-uvicorn/distinfo:1.47
--- pkgsrc/www/py-uvicorn/distinfo:1.46 Tue Jul  1 08:09:46 2025
+++ pkgsrc/www/py-uvicorn/distinfo      Tue Sep 23 16:30:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2025/07/01 08:09:46 adam Exp $
+$NetBSD: distinfo,v 1.47 2025/09/23 16:30:48 adam Exp $
 
-BLAKE2s (uvicorn-0.35.0.tar.gz) = 136fd3d8f018548a0cef9c56bb2f4bfb972ac48bf182fa6660fa6d8b062d6638
-SHA512 (uvicorn-0.35.0.tar.gz) = 4c220866c5b0a899a8916da11c77e71fce514d70efb4d4d429005aeb33dc366926ee0892e571af1438d0937e019454378fc1528da968b836fd8bca8ebf6442df
-Size (uvicorn-0.35.0.tar.gz) = 78473 bytes
+BLAKE2s (uvicorn-0.37.0.tar.gz) = 65f89a4cf33367a699a3045c01cdf2a43bd6d121fd598ec9e9040b820f13d207
+SHA512 (uvicorn-0.37.0.tar.gz) = 446bc4dc0dd2e9252d39a630ea986f6cafb57ea9cceac30befa7f2b879de71220864bd097779b90afe2db579ebd3dc19fa51b643034fef54c5ad077baf077012
+Size (uvicorn-0.37.0.tar.gz) = 80367 bytes



Home | Main Index | Thread Index | Old Index