Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2020 07:31:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550924 - in head/www/py-uvicorn: . files
Message-ID:  <202010020731.0927VLO5086065@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Oct  2 07:31:21 2020
New Revision: 550924
URL: https://svnweb.freebsd.org/changeset/ports/550924

Log:
  Update to 0.12.1
  
  Changes:	https://github.com/encode/uvicorn/releases

Deleted:
  head/www/py-uvicorn/files/
Modified:
  head/www/py-uvicorn/Makefile
  head/www/py-uvicorn/distinfo

Modified: head/www/py-uvicorn/Makefile
==============================================================================
--- head/www/py-uvicorn/Makefile	Fri Oct  2 07:31:16 2020	(r550923)
+++ head/www/py-uvicorn/Makefile	Fri Oct  2 07:31:21 2020	(r550924)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	uvicorn
-PORTVERSION=	0.12.0
+PORTVERSION=	0.12.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +14,9 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=7<8:devel/py-click@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}h11>=0.8<0.11:net/py-h11@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}h11>=0.8:net/py-h11@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}httptools>=0.1<0.2:www/py-httptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}python-dotenv>=0.13.0:www/py-python-dotenv@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}python-dotenv>=0.13:www/py-python-dotenv@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}uvloop>=0.14.0:devel/py-uvloop@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}websockets>=8<9:devel/py-websockets@${PY_FLAVOR}

Modified: head/www/py-uvicorn/distinfo
==============================================================================
--- head/www/py-uvicorn/distinfo	Fri Oct  2 07:31:16 2020	(r550923)
+++ head/www/py-uvicorn/distinfo	Fri Oct  2 07:31:21 2020	(r550924)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601485425
-SHA256 (uvicorn-0.12.0.tar.gz) = fbe9d1b764bc1f4599e1f150a0974feea0fd6380bec889c0d907ebd0a2e896a7
-SIZE (uvicorn-0.12.0.tar.gz) = 31521
+TIMESTAMP = 1601554478
+SHA256 (uvicorn-0.12.1.tar.gz) = a461e76406088f448f36323f5ac774d50e5a552b6ccb54e4fca8d83ef614a7c2
+SIZE (uvicorn-0.12.1.tar.gz) = 31520



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010020731.0927VLO5086065>