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:           Thu Sep  8 15:23:24 UTC 2022

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

Log Message:
py-uvicorn: updated to 0.18.3

0.18.3

Fixed

Remove cyclic references on HTTP implementations.

Changed

reload_delay default changed from None to 0.25 on uvicorn.run() and Config. None is not an acceptable value anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/py-uvicorn/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-uvicorn/PLIST
cvs rdiff -u -r1.28 -r1.29 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.31 pkgsrc/www/py-uvicorn/Makefile:1.32
--- pkgsrc/www/py-uvicorn/Makefile:1.31 Fri Jul 29 09:07:09 2022
+++ pkgsrc/www/py-uvicorn/Makefile      Thu Sep  8 15:23:23 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2022/07/29 09:07:09 adam Exp $
+# $NetBSD: Makefile,v 1.32 2022/09/08 15:23:23 adam Exp $
 
-DISTNAME=      uvicorn-0.18.2
+DISTNAME=      uvicorn-0.18.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uvicorn/}
@@ -10,11 +10,13 @@ HOMEPAGE=   https://www.uvicorn.org/
 COMMENT=       The lightning-fast ASGI server
 LICENSE=       modified-bsd
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-click>=7.0:../../devel/py-click
 DEPENDS+=      ${PYPKGPREFIX}-h11>=0.8:../../www/py-h11
 # standard
+DEPENDS+=      ${PYPKGPREFIX}-dotenv>=0.13:../../devel/py-dotenv
 DEPENDS+=      ${PYPKGPREFIX}-httptools>=0.4.0:../../www/py-httptools
-DEPENDS+=      ${PYPKGPREFIX}-uvloop>=0.14.0:../../devel/py-uvloop
+DEPENDS+=      ${PYPKGPREFIX}-uvloop>=0.15.2:../../devel/py-uvloop
 DEPENDS+=      ${PYPKGPREFIX}-websockets>=10.0:../../www/py-websockets
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
@@ -32,5 +34,5 @@ post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} uvicorn uvicorn-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-uvicorn/PLIST
diff -u pkgsrc/www/py-uvicorn/PLIST:1.9 pkgsrc/www/py-uvicorn/PLIST:1.10
--- pkgsrc/www/py-uvicorn/PLIST:1.9     Fri Jul 29 09:07:09 2022
+++ pkgsrc/www/py-uvicorn/PLIST Thu Sep  8 15:23:23 2022
@@ -1,128 +1,90 @@
-@comment $NetBSD: PLIST,v 1.9 2022/07/29 09:07:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/09/08 15:23:23 adam Exp $
 bin/uvicorn-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.md
 ${PYSITELIB}/uvicorn/__init__.py
 ${PYSITELIB}/uvicorn/__init__.pyc
-${PYSITELIB}/uvicorn/__init__.pyo
 ${PYSITELIB}/uvicorn/__main__.py
 ${PYSITELIB}/uvicorn/__main__.pyc
-${PYSITELIB}/uvicorn/__main__.pyo
 ${PYSITELIB}/uvicorn/_subprocess.py
 ${PYSITELIB}/uvicorn/_subprocess.pyc
-${PYSITELIB}/uvicorn/_subprocess.pyo
 ${PYSITELIB}/uvicorn/_types.py
 ${PYSITELIB}/uvicorn/_types.pyc
-${PYSITELIB}/uvicorn/_types.pyo
 ${PYSITELIB}/uvicorn/config.py
 ${PYSITELIB}/uvicorn/config.pyc
-${PYSITELIB}/uvicorn/config.pyo
 ${PYSITELIB}/uvicorn/importer.py
 ${PYSITELIB}/uvicorn/importer.pyc
-${PYSITELIB}/uvicorn/importer.pyo
 ${PYSITELIB}/uvicorn/lifespan/__init__.py
 ${PYSITELIB}/uvicorn/lifespan/__init__.pyc
-${PYSITELIB}/uvicorn/lifespan/__init__.pyo
 ${PYSITELIB}/uvicorn/lifespan/off.py
 ${PYSITELIB}/uvicorn/lifespan/off.pyc
-${PYSITELIB}/uvicorn/lifespan/off.pyo
 ${PYSITELIB}/uvicorn/lifespan/on.py
 ${PYSITELIB}/uvicorn/lifespan/on.pyc
-${PYSITELIB}/uvicorn/lifespan/on.pyo
 ${PYSITELIB}/uvicorn/logging.py
 ${PYSITELIB}/uvicorn/logging.pyc
-${PYSITELIB}/uvicorn/logging.pyo
 ${PYSITELIB}/uvicorn/loops/__init__.py
 ${PYSITELIB}/uvicorn/loops/__init__.pyc
-${PYSITELIB}/uvicorn/loops/__init__.pyo
 ${PYSITELIB}/uvicorn/loops/asyncio.py
 ${PYSITELIB}/uvicorn/loops/asyncio.pyc
-${PYSITELIB}/uvicorn/loops/asyncio.pyo
 ${PYSITELIB}/uvicorn/loops/auto.py
 ${PYSITELIB}/uvicorn/loops/auto.pyc
-${PYSITELIB}/uvicorn/loops/auto.pyo
 ${PYSITELIB}/uvicorn/loops/uvloop.py
 ${PYSITELIB}/uvicorn/loops/uvloop.pyc
-${PYSITELIB}/uvicorn/loops/uvloop.pyo
 ${PYSITELIB}/uvicorn/main.py
 ${PYSITELIB}/uvicorn/main.pyc
-${PYSITELIB}/uvicorn/main.pyo
 ${PYSITELIB}/uvicorn/middleware/__init__.py
 ${PYSITELIB}/uvicorn/middleware/__init__.pyc
-${PYSITELIB}/uvicorn/middleware/__init__.pyo
 ${PYSITELIB}/uvicorn/middleware/asgi2.py
 ${PYSITELIB}/uvicorn/middleware/asgi2.pyc
-${PYSITELIB}/uvicorn/middleware/asgi2.pyo
 ${PYSITELIB}/uvicorn/middleware/debug.py
 ${PYSITELIB}/uvicorn/middleware/debug.pyc
-${PYSITELIB}/uvicorn/middleware/debug.pyo
 ${PYSITELIB}/uvicorn/middleware/message_logger.py
 ${PYSITELIB}/uvicorn/middleware/message_logger.pyc
-${PYSITELIB}/uvicorn/middleware/message_logger.pyo
 ${PYSITELIB}/uvicorn/middleware/proxy_headers.py
 ${PYSITELIB}/uvicorn/middleware/proxy_headers.pyc
-${PYSITELIB}/uvicorn/middleware/proxy_headers.pyo
 ${PYSITELIB}/uvicorn/middleware/wsgi.py
 ${PYSITELIB}/uvicorn/middleware/wsgi.pyc
-${PYSITELIB}/uvicorn/middleware/wsgi.pyo
 ${PYSITELIB}/uvicorn/protocols/__init__.py
 ${PYSITELIB}/uvicorn/protocols/__init__.pyc
-${PYSITELIB}/uvicorn/protocols/__init__.pyo
 ${PYSITELIB}/uvicorn/protocols/http/__init__.py
 ${PYSITELIB}/uvicorn/protocols/http/__init__.pyc
-${PYSITELIB}/uvicorn/protocols/http/__init__.pyo
 ${PYSITELIB}/uvicorn/protocols/http/auto.py
 ${PYSITELIB}/uvicorn/protocols/http/auto.pyc
-${PYSITELIB}/uvicorn/protocols/http/auto.pyo
 ${PYSITELIB}/uvicorn/protocols/http/flow_control.py
 ${PYSITELIB}/uvicorn/protocols/http/flow_control.pyc
-${PYSITELIB}/uvicorn/protocols/http/flow_control.pyo
 ${PYSITELIB}/uvicorn/protocols/http/h11_impl.py
 ${PYSITELIB}/uvicorn/protocols/http/h11_impl.pyc
-${PYSITELIB}/uvicorn/protocols/http/h11_impl.pyo
 ${PYSITELIB}/uvicorn/protocols/http/httptools_impl.py
 ${PYSITELIB}/uvicorn/protocols/http/httptools_impl.pyc
-${PYSITELIB}/uvicorn/protocols/http/httptools_impl.pyo
 ${PYSITELIB}/uvicorn/protocols/utils.py
 ${PYSITELIB}/uvicorn/protocols/utils.pyc
-${PYSITELIB}/uvicorn/protocols/utils.pyo
 ${PYSITELIB}/uvicorn/protocols/websockets/__init__.py
 ${PYSITELIB}/uvicorn/protocols/websockets/__init__.pyc
-${PYSITELIB}/uvicorn/protocols/websockets/__init__.pyo
 ${PYSITELIB}/uvicorn/protocols/websockets/auto.py
 ${PYSITELIB}/uvicorn/protocols/websockets/auto.pyc
-${PYSITELIB}/uvicorn/protocols/websockets/auto.pyo
 ${PYSITELIB}/uvicorn/protocols/websockets/websockets_impl.py
 ${PYSITELIB}/uvicorn/protocols/websockets/websockets_impl.pyc
-${PYSITELIB}/uvicorn/protocols/websockets/websockets_impl.pyo
 ${PYSITELIB}/uvicorn/protocols/websockets/wsproto_impl.py
 ${PYSITELIB}/uvicorn/protocols/websockets/wsproto_impl.pyc
-${PYSITELIB}/uvicorn/protocols/websockets/wsproto_impl.pyo
 ${PYSITELIB}/uvicorn/server.py
 ${PYSITELIB}/uvicorn/server.pyc
-${PYSITELIB}/uvicorn/server.pyo
 ${PYSITELIB}/uvicorn/supervisors/__init__.py
 ${PYSITELIB}/uvicorn/supervisors/__init__.pyc
-${PYSITELIB}/uvicorn/supervisors/__init__.pyo
 ${PYSITELIB}/uvicorn/supervisors/basereload.py
 ${PYSITELIB}/uvicorn/supervisors/basereload.pyc
-${PYSITELIB}/uvicorn/supervisors/basereload.pyo
 ${PYSITELIB}/uvicorn/supervisors/multiprocess.py
 ${PYSITELIB}/uvicorn/supervisors/multiprocess.pyc
-${PYSITELIB}/uvicorn/supervisors/multiprocess.pyo
 ${PYSITELIB}/uvicorn/supervisors/statreload.py
 ${PYSITELIB}/uvicorn/supervisors/statreload.pyc
-${PYSITELIB}/uvicorn/supervisors/statreload.pyo
 ${PYSITELIB}/uvicorn/supervisors/watchfilesreload.py
 ${PYSITELIB}/uvicorn/supervisors/watchfilesreload.pyc
-${PYSITELIB}/uvicorn/supervisors/watchfilesreload.pyo
 ${PYSITELIB}/uvicorn/supervisors/watchgodreload.py
 ${PYSITELIB}/uvicorn/supervisors/watchgodreload.pyc
-${PYSITELIB}/uvicorn/supervisors/watchgodreload.pyo
 ${PYSITELIB}/uvicorn/workers.py
 ${PYSITELIB}/uvicorn/workers.pyc
-${PYSITELIB}/uvicorn/workers.pyo

Index: pkgsrc/www/py-uvicorn/distinfo
diff -u pkgsrc/www/py-uvicorn/distinfo:1.28 pkgsrc/www/py-uvicorn/distinfo:1.29
--- pkgsrc/www/py-uvicorn/distinfo:1.28 Fri Jul 29 09:07:09 2022
+++ pkgsrc/www/py-uvicorn/distinfo      Thu Sep  8 15:23:23 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2022/07/29 09:07:09 adam Exp $
+$NetBSD: distinfo,v 1.29 2022/09/08 15:23:23 adam Exp $
 
-BLAKE2s (uvicorn-0.18.2.tar.gz) = dbd7c37dd2d6e300435a5a3e14f3e07a0c6e0a0068533b396c05b8b49f132824
-SHA512 (uvicorn-0.18.2.tar.gz) = 6492dfc920fdb5633ac152f1b31a4b4ac27de822d1fea2e5b8b74ffc30ccec50621df7b96855e0366bb1c1cbf1dc061e3f99ad44142811d9f97683b8f0b57076
-Size (uvicorn-0.18.2.tar.gz) = 41639 bytes
+BLAKE2s (uvicorn-0.18.3.tar.gz) = 0dc92dc9bcd3c14eea98c5a532450a1bd29b2592ea0257b3f32b1870791f3d0d
+SHA512 (uvicorn-0.18.3.tar.gz) = f54f1e018e5b9e9dff865e7211199b4605088640579fa81bbe0a7cdf357d76fc33fb5fe6fe0806dcc08354320ddde9d7c3bb290205ea4de57cc79ae147a3d14a
+Size (uvicorn-0.18.3.tar.gz) = 36898 bytes



Home | Main Index | Thread Index | Old Index