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:           Sat Mar 12 08:36:40 UTC 2022

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

Log Message:
py-uvicorn: updated to 0.17.6

0.17.6 - 2022-03-11

Change httptools range to >=0.4.0


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/py-uvicorn/Makefile
cvs rdiff -u -r1.26 -r1.27 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.29 pkgsrc/www/py-uvicorn/Makefile:1.30
--- pkgsrc/www/py-uvicorn/Makefile:1.29 Wed Feb 16 13:11:48 2022
+++ pkgsrc/www/py-uvicorn/Makefile      Sat Mar 12 08:36:40 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2022/02/16 13:11:48 adam Exp $
+# $NetBSD: Makefile,v 1.30 2022/03/12 08:36:40 adam Exp $
 
-DISTNAME=      uvicorn-0.17.5
+DISTNAME=      uvicorn-0.17.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uvicorn/}
@@ -13,7 +13,7 @@ LICENSE=      modified-bsd
 DEPENDS+=      ${PYPKGPREFIX}-asgiref>=3.4.0:../../www/py-asgiref
 DEPENDS+=      ${PYPKGPREFIX}-click>=7.0:../../devel/py-click
 DEPENDS+=      ${PYPKGPREFIX}-h11>=0.8:../../www/py-h11
-DEPENDS+=      ${PYPKGPREFIX}-httptools>=0.2.0:../../www/py-httptools
+DEPENDS+=      ${PYPKGPREFIX}-httptools>=0.4.0:../../www/py-httptools
 DEPENDS+=      ${PYPKGPREFIX}-uvloop>=0.14.0:../../devel/py-uvloop
 DEPENDS+=      ${PYPKGPREFIX}-websockets>=10.0:../../www/py-websockets
 

Index: pkgsrc/www/py-uvicorn/distinfo
diff -u pkgsrc/www/py-uvicorn/distinfo:1.26 pkgsrc/www/py-uvicorn/distinfo:1.27
--- pkgsrc/www/py-uvicorn/distinfo:1.26 Wed Feb 16 13:11:48 2022
+++ pkgsrc/www/py-uvicorn/distinfo      Sat Mar 12 08:36:40 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2022/02/16 13:11:48 adam Exp $
+$NetBSD: distinfo,v 1.27 2022/03/12 08:36:40 adam Exp $
 
-BLAKE2s (uvicorn-0.17.5.tar.gz) = a7a1f9edff3045c823d6a117f604a9e6e26576c1f309d320d5eb90c6582a9826
-SHA512 (uvicorn-0.17.5.tar.gz) = 4791fede7c8c60eb6b4f9005a6e5a7480871edab8775b8eb24bb7ffed2deb705a3da73cf97f61d231bd805be0b9cd8736b02bd418b03be856bf0693a46ddf746
-Size (uvicorn-0.17.5.tar.gz) = 39547 bytes
+BLAKE2s (uvicorn-0.17.6.tar.gz) = 9e5bd2774f088e3c12121ed278da82be3ac56a1cc39a6d32a3798c69b888fe53
+SHA512 (uvicorn-0.17.6.tar.gz) = a86cf51119e161999dd82b414a18140a42004a48e419bab0d5a5c32e5a1332e84d47eef7f91edef558b7fabe334073d7b10ce5e2474c6b2726a4457800945ccf
+Size (uvicorn-0.17.6.tar.gz) = 39534 bytes



Home | Main Index | Thread Index | Old Index